From e8da964bb0565df3bf10dbf7168ac20ed1f656aa Mon Sep 17 00:00:00 2001 From: jwboyer Date: Oct 30 2005 19:10:16 +0000 Subject: Update to latest upstream release --- diff --git a/.cvsignore b/.cvsignore index 6c1855f..969490f 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -meanwhile-0.4.2.tar.gz +meanwhile-0.5.0.tar.gz diff --git a/meanwhile.spec b/meanwhile.spec index a155f3d..3ae2ba2 100644 --- a/meanwhile.spec +++ b/meanwhile.spec @@ -6,12 +6,13 @@ Name: meanwhile Summary: Lotus Sametime Community Client library License: LGPL Group: Applications/Internet -Version: 0.4.2 -Release: 2%{?dist} +Version: 0.5.0 +Release: 1%{?dist} Source: http://dl.sf.net/meanwhile/meanwhile-%{version}.tar.gz URL: http://meanwhile.sourceforge.net BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) -BuildRequires: glib2-devel +BuildRequires: glib2-devel, gmp-devel, doxygen +Requires: gmp %description The heart of the Meanwhile Project is the Meanwhile library, providing the @@ -33,11 +34,19 @@ 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: Applications/Internet +License: GNU Free Documentation License + +%description doc +Documentation for the Meanwhile library + %prep %setup %build -%configure +%configure --enable-doxygen make %{?_smp_mflags} %install @@ -53,7 +62,7 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-, root, root) -%doc AUTHORS ChangeLog COPYING README TODO +%doc AUTHORS ChangeLog COPYING README TODO INSTALL LICENSE NEWS %{_libdir}/libmeanwhile.so.* %files devel @@ -64,7 +73,14 @@ rm -rf $RPM_BUILD_ROOT %{_libdir}/libmeanwhile.so %{_libdir}/pkgconfig/meanwhile.pc +%files doc +%defattr(-, root, root) +%{_datadir}/doc/%{name}-doc-%{version}/ + %changelog +* 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 diff --git a/sources b/sources index 9d7235a..ae3f118 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -f76f5c59be5696c906a5cfa6a67e73e2 meanwhile-0.4.2.tar.gz +302229afe751c7bf889b13f276581dfc meanwhile-0.5.0.tar.gz