Name: meanwhile Summary: Lotus Sametime Community Client library Version: 1.1.0 Release: 7%{?_dist_release} Group: System Environment/Libraries License: LGPLv2+ URL: http://meanwhile.sourceforge.net Source: http://dl.sf.net/meanwhile/meanwhile-%{version}.tar.gz Patch0: meanwhile-crash.patch Patch1: meanwhile-fix-glib-headers.patch BuildRoot: %{_tmppath}/%{name}-%{version}-root BuildRequires: glib2-devel BuildRequires: doxygen %description The heart of the Meanwhile Project is the Meanwhile library, providing the basic Lotus Sametime session functionality along with the core services; Presence Awareness, Instant Messaging, Multi-user Conferencing, Preferences Storage, Identity Resolution, and File Transfer. This extensible client interface allows additional services to be added to a session at runtime, allowing for simple integration of future service handlers such as the user directory and whiteboard and screen-sharing. %package devel Summary: Header files, libraries and development documentation for %{name} Group: Development/Libraries Requires: %{name} = %{version}-%{release} Requires: glib2-devel %description devel This package contains the header files, static libraries and development documentation for %{name}. If you like to develop programs using %{name}, you will need to install %{name}-devel. %package doc Summary: Documentation for the Meanwhile library Group: Documentation License: GFDL %description doc Documentation for the Meanwhile library %prep %setup -q %patch0 -p0 %patch1 -p1 %build %configure --enable-doxygen --disable-static make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT %makeinstall # Remove the latex documentation. Nobody reads it, it installs a font for # some unknown reason, and people have to build it themselves. Dumb. rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name}-doc-%{version}/latex %clean rm -rf $RPM_BUILD_ROOT %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files %defattr(-, root, root, -) %doc AUTHORS ChangeLog COPYING README TODO INSTALL LICENSE NEWS %{_libdir}/libmeanwhile.so.* %files devel %defattr(-, root, root, -) %{_includedir}/meanwhile/ #{_libdir}/libmeanwhile.a %exclude %{_libdir}/libmeanwhile.la %{_libdir}/libmeanwhile.so %{_libdir}/pkgconfig/meanwhile.pc %files doc %defattr(-, root, root, -) %{_datadir}/doc/%{name}-doc-%{version}/ %changelog * Mon Aug 13 2012 Yoji TOYODA 1.1.0-7 - add Patch1 (meanwhile-fix-glib-headers.patch) from fedora * Sun Sep 26 2010 Yoji TOYODA 1.1.0-6 - rebuild with rpm-4.8.1 for pkg-config file * Sat Sep 4 2010 Ryoichi INAGAKI - 1.1.0-5 - fixed Group * Sat Sep 12 2009 Ryoichi INAGAKI - 1.1.0-4 - fixed Group * Sun Aug 30 2009 Ryoichi INAGAKI - 1.1.0-3 - Initial build for Vine Linux * Sat Jul 25 2009 Fedora Release Engineering - 1.1.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Fri Mar 13 2009 Josh Boyer - 1.1.0-1 - Update to meanwhile_v1_1_0 branch from upstream CVS. Fixes bug 490088 * Wed Feb 25 2009 Fedora Release Engineering - 1.0.2-10 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Wed Feb 18 2009 Josh Boyer - 1.0.2-9 - Kill the latex stuff from the doc subpackage * Thu Aug 28 2008 Josh Boyer - 1.0.2-8 - Add patch to fix crash when server removes contact list * Thu Aug 7 2008 Tom "spot" Callaway - 1.0.2-7 - fix license tag * Tue Feb 19 2008 Fedora Release Engineering - 1.0.2-6 - Autorebuild for GCC 4.3 * Fri Aug 03 2007 - jwboyer@jdub.homelinux.org 1.0.2-5 - Update license field * Fri May 4 2007 - jwboyer@jdub.homelinux.org 1.0.2-4 - Rebuild for F7 to pick up ppc64 * Sun Aug 27 2006 - jwboyer@jdub.homelinux.org 1.0.2-3 - Bump for FE6 rebuild * Tue Feb 14 2006 - jwboyer@jdub.homelinux.org 1.0.2-2 - Bump for FE5 rebuild * Tue Jan 3 2006 - jwboyer@jdub.homelinux.org 1.0.2-1 - Update to latest release - Fixes crash when merging buddy list with server * Fri Dec 16 2005 - jwboyer@jdub.homelinux.org 1.0.1-1 - Update to latest release - Fixes mpi conflict with mozilla-nss * Wed Dec 14 2005 - jwboyer@jdub.homelinux.org 1.0.0-1 - Update to latest release - gmp and gmp-devel are no longer required since meanwhile uses mpi now * Sat Oct 29 2005 - jwboyer@jdub.homelinux.org 0.5.0-1 - Update to latest release * Wed Jun 15 2005 - jwboyer@jdub.homelinux.org 0.4.2-2 - Bump release for rebuild against latest development * Tue May 31 2005 - jwboyer@jdub.homelinux.org 0.4.2-1 - Update to latest version - Fix typo in last changelog * Tue May 24 2005 - jwboyer@jdub.homelinux.org 0.4.1-2 - Updates from review comments * Mon May 23 2005 - jwboyer@jdub.homelinux.org 0.4.1-1 - Initial package, adapted from spec file by Dag Wieers