source: projects/specs/branches/6/m/meanwhile/meanwhile-vl.spec @ 1901

Revision 1901, 4.7 KB checked in by Takemikaduchi, 14 years ago (diff)

rebuild with rpm-4.8.1

Line 
1Name:           meanwhile
2Summary:        Lotus Sametime Community Client library
3Version:        1.1.0
4Release:        6%{?_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* Sun Sep 26 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 1.1.0-6
86- rebuild with rpm-4.8.1 for pkg-config file
87
88* Sat Sep  4 2010 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.1.0-5
89- fixed Group
90
91* Sat Sep 12 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.1.0-4
92- fixed Group
93
94* Sun Aug 30 2009 Ryoichi INAGAKI <ryo1@bc.wakwak.com> - 1.1.0-3
95- Initial build for Vine Linux
96
97* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1.0-2
98- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
99
100* Fri Mar 13 2009 Josh Boyer <jwboyer@gmail.com> - 1.1.0-1
101- Update to meanwhile_v1_1_0 branch from upstream CVS.  Fixes bug 490088
102
103* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.2-10
104- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
105
106* Wed Feb 18 2009 Josh Boyer <jwboyer@gmail.com> - 1.0.2-9
107- Kill the latex stuff from the doc subpackage
108
109* Thu Aug 28 2008 Josh Boyer <jwboyer@gmail.com> - 1.0.2-8
110- Add patch to fix crash when server removes contact list
111
112* Thu Aug  7 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 1.0.2-7
113- fix license tag
114
115* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.2-6
116- Autorebuild for GCC 4.3
117
118* Fri Aug 03 2007 - jwboyer@jdub.homelinux.org 1.0.2-5
119- Update license field
120
121* Fri May 4 2007 - jwboyer@jdub.homelinux.org 1.0.2-4
122- Rebuild for F7 to pick up ppc64
123
124* Sun Aug 27 2006 - jwboyer@jdub.homelinux.org 1.0.2-3
125- Bump for FE6 rebuild
126
127* Tue Feb 14 2006 - jwboyer@jdub.homelinux.org 1.0.2-2
128- Bump for FE5 rebuild
129
130* Tue Jan 3 2006 - jwboyer@jdub.homelinux.org 1.0.2-1
131- Update to latest release
132- Fixes crash when merging buddy list with server
133
134* Fri Dec 16 2005 - jwboyer@jdub.homelinux.org 1.0.1-1
135- Update to latest release
136- Fixes mpi conflict with mozilla-nss
137
138* Wed Dec 14 2005 - jwboyer@jdub.homelinux.org 1.0.0-1
139- Update to latest release
140- gmp and gmp-devel are no longer required since meanwhile uses mpi now
141
142* Sat Oct 29 2005 - jwboyer@jdub.homelinux.org 0.5.0-1
143- Update to latest release
144
145* Wed Jun 15 2005 - jwboyer@jdub.homelinux.org 0.4.2-2
146- Bump release for rebuild against latest development
147
148* Tue May 31 2005 - jwboyer@jdub.homelinux.org 0.4.2-1
149- Update to latest version
150- Fix typo in last changelog
151
152* Tue May 24 2005 - jwboyer@jdub.homelinux.org 0.4.1-2
153- Updates from review comments
154
155* Mon May 23 2005 - jwboyer@jdub.homelinux.org 0.4.1-1
156- Initial package, adapted from spec file by Dag Wieers
Note: See TracBrowser for help on using the repository browser.