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

Revision 521, 4.5 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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