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

Revision 1772, 4.6 KB checked in by inagaki, 14 years ago (diff)

update: kdelibs, meanwhile, php5

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