source: projects/specs/trunk/m/meanwhile/meanwhile-vl.spec @ 6725

Revision 6725, 4.8 KB checked in by Takemikaduchi, 12 years ago (diff)

KDE-4.9.0

Line 
1Name:           meanwhile
2Summary:        Lotus Sametime Community Client library
3Version:        1.1.0
4Release:        7%{?_dist_release}
5
6Group:          System Environment/Libraries
7License:        LGPLv2+
8URL:            http://meanwhile.sourceforge.net
9
10Source:         http://dl.sf.net/meanwhile/meanwhile-%{version}.tar.gz
11Patch0:         meanwhile-crash.patch
12Patch1:         meanwhile-fix-glib-headers.patch
13
14BuildRoot:      %{_tmppath}/%{name}-%{version}-root
15BuildRequires:  glib2-devel
16BuildRequires:  doxygen
17
18%description
19The heart of the Meanwhile Project is the Meanwhile library, providing the
20basic Lotus Sametime session functionality along with the core services;
21Presence Awareness, Instant Messaging, Multi-user Conferencing, Preferences
22Storage, Identity Resolution, and File Transfer. This extensible client
23interface allows additional services to be added to a session at runtime,
24allowing for simple integration of future service handlers such as the user
25directory and whiteboard and screen-sharing.
26
27%package devel
28Summary: Header files, libraries and development documentation for %{name}
29Group: Development/Libraries
30Requires: %{name} = %{version}-%{release}
31Requires: glib2-devel
32
33%description devel
34This package contains the header files, static libraries and development
35documentation for %{name}. If you like to develop programs using %{name},
36you will need to install %{name}-devel.
37
38%package doc
39Summary: Documentation for the Meanwhile library
40Group: Documentation
41License: GFDL
42
43%description doc
44Documentation for the Meanwhile library
45
46%prep
47%setup -q
48%patch0 -p0
49%patch1 -p1
50
51%build
52%configure --enable-doxygen --disable-static
53make %{?_smp_mflags}
54
55%install
56rm -rf $RPM_BUILD_ROOT
57%makeinstall
58# Remove the latex documentation.  Nobody reads it, it installs a font for
59# some unknown reason, and people have to build it themselves.  Dumb.
60rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name}-doc-%{version}/latex
61
62%clean
63rm -rf $RPM_BUILD_ROOT
64
65%post -p /sbin/ldconfig
66
67%postun -p /sbin/ldconfig
68
69%files
70%defattr(-, root, root, -)
71%doc AUTHORS ChangeLog COPYING README TODO INSTALL LICENSE NEWS
72%{_libdir}/libmeanwhile.so.*
73
74%files devel
75%defattr(-, root, root, -)
76%{_includedir}/meanwhile/
77#{_libdir}/libmeanwhile.a
78%exclude %{_libdir}/libmeanwhile.la
79%{_libdir}/libmeanwhile.so
80%{_libdir}/pkgconfig/meanwhile.pc
81
82%files doc
83%defattr(-, root, root, -)
84%{_datadir}/doc/%{name}-doc-%{version}/
85
86%changelog
87* Mon Aug 13 2012 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-7
88- add Patch1 (meanwhile-fix-glib-headers.patch) from fedora
89
90* Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-6
91- rebuild with rpm-4.8.1 for pkg-config file
92
93* Sat Sep  4 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.1.0-5
94- fixed Group
95
96* Sat Sep 12 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.1.0-4
97- fixed Group
98
99* Sun Aug 30 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.1.0-3
100- Initial build for Vine Linux
101
102* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-2
103- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
104
105* Fri Mar 13 2009 Josh Boyer <jwboyer@gmail.com> - 1.1.0-1
106- Update to meanwhile_v1_1_0 branch from upstream CVS.  Fixes bug 490088
107
108* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.2-10
109- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
110
111* Wed Feb 18 2009 Josh Boyer <jwboyer@gmail.com> - 1.0.2-9
112- Kill the latex stuff from the doc subpackage
113
114* Thu Aug 28 2008 Josh Boyer <jwboyer@gmail.com> - 1.0.2-8
115- Add patch to fix crash when server removes contact list
116
117* Thu Aug  7 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.0.2-7
118- fix license tag
119
120* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.2-6
121- Autorebuild for GCC 4.3
122
123* Fri Aug 03 2007 - jwboyer@jdub.homelinux.org 1.0.2-5
124- Update license field
125
126* Fri May 4 2007 - jwboyer@jdub.homelinux.org 1.0.2-4
127- Rebuild for F7 to pick up ppc64
128
129* Sun Aug 27 2006 - jwboyer@jdub.homelinux.org 1.0.2-3
130- Bump for FE6 rebuild
131
132* Tue Feb 14 2006 - jwboyer@jdub.homelinux.org 1.0.2-2
133- Bump for FE5 rebuild
134
135* Tue Jan 3 2006 - jwboyer@jdub.homelinux.org 1.0.2-1
136- Update to latest release
137- Fixes crash when merging buddy list with server
138
139* Fri Dec 16 2005 - jwboyer@jdub.homelinux.org 1.0.1-1
140- Update to latest release
141- Fixes mpi conflict with mozilla-nss
142
143* Wed Dec 14 2005 - jwboyer@jdub.homelinux.org 1.0.0-1
144- Update to latest release
145- gmp and gmp-devel are no longer required since meanwhile uses mpi now
146
147* Sat Oct 29 2005 - jwboyer@jdub.homelinux.org 0.5.0-1
148- Update to latest release
149
150* Wed Jun 15 2005 - jwboyer@jdub.homelinux.org 0.4.2-2
151- Bump release for rebuild against latest development
152
153* Tue May 31 2005 - jwboyer@jdub.homelinux.org 0.4.2-1
154- Update to latest version
155- Fix typo in last changelog
156
157* Tue May 24 2005 - jwboyer@jdub.homelinux.org 0.4.1-2
158- Updates from review comments
159
160* Mon May 23 2005 - jwboyer@jdub.homelinux.org 0.4.1-1
161- Initial package, adapted from spec file by Dag Wieers
Note: See TracBrowser for help on using the repository browser.