From 9e50bcce048ef638ab385f1d395b5abadb4a19ff Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 07:32:13 +0000 Subject: auto-import changelog data from libgsf-1.8.2-1.src.rpm Fri Sep 19 2003 Havoc Pennington 1.8.2-1 - 1.8.2 Wed Aug 13 2003 Jonathan Blandford - rebuild Wed Aug 06 2003 Elliot Lee 1.8.1-5 - Fix libtool Sat Jul 12 2003 Jeremy Katz 1.8.1-4 - use system libtool so that lib64 library deps are correct Thu Jul 10 2003 Jeremy Katz 1.8.1-3 - forcibly disable gtk-doc (openjade is broken on s390) Mon Jul 07 2003 Jeremy Katz 1.8.1-2 - ldconfig in %post/%postun Sun Jul 06 2003 Jeremy Katz 1.8.1-1 - use standard macros - build for Red Hat Linux Tue May 13 2003 Rui M. Seabra - fix spec to reflect current stat of the build --- diff --git a/.cvsignore b/.cvsignore index b7fce0e..a381d04 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libgsf-1.6.0.tar.gz +libgsf-1.8.2.tar.bz2 diff --git a/libgsf.spec b/libgsf.spec index 0104aa1..8cfaa6f 100644 --- a/libgsf.spec +++ b/libgsf.spec @@ -1,20 +1,14 @@ -%define name libgsf -%define version 1.6.0 -%define release 4 - Summary: GNOME Structured File library - -Name: %{name} -Version: %{version} -Release: %{release} +Name: libgsf +Version: 1.8.2 +Release: 1 Group: System Environment/Libraries -License: GPL -Buildroot: /var/tmp/%{name}-%{version}-%{release}-root - -Source: ftp://ftp.gnome.org/pub/GNOME/unstable/sources/libgsf/libgsf-%{version}.tar.gz -URL: http://www.gnumeric.org - -Requires: glib2 >= 2.0.0 +License: LGPL +Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/1.8/%{name}-%{version}.tar.bz2 +Patch0: libgsf-1.8.1-nodocs.patch +Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root +Requires: glib2 >= 2.2.0 +BuildRequires: glib2-devel >= 2.2.0 %description A library for reading and writing structured files (eg MS OLE and Zip) @@ -28,43 +22,67 @@ Requires: libgsf Libraries, headers, and support files necessary to compile applications using libgsf. %prep - -%setup +%setup -q +%patch0 -p1 -b .nodocs %build -%configure -make +libtoolize --force --copy +%configure --disable-gtk-doc +export tagname=CC +make LIBTOOL=/usr/bin/libtool %install -if [ -d $RPM_BUILD_ROOT ]; then rm -r $RPM_BUILD_ROOT; fi -%makeinstall +rm -rf $RPM_BUILD_ROOT +export tagname=CC +%makeinstall LIBTOOL=/usr/bin/libtool + +rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la + +%post -p /sbin/ldconfig + +%postun -p /sbin/ldconfig %files -%defattr(644,root,root,755) +%defattr(-,root,root) %doc AUTHORS COPYING README -%{_libdir}/lib*.so.* +%{_libdir}/lib*.so* %files devel -%defattr(644,root,root,755) -%{_libdir}/lib*.so -%{_libdir}/*a +%defattr(-,root,root) +%{_libdir}/*.a +%{_libdir}/*.so +%{_libdir}/pkgconfig/*.pc %{_includedir}/libgsf-1/* -%{_docdir}/libgsf -%{_libdir}/pkgconfig/libgsf-1.pc -%{_libdir}/pkgconfig/libgsf-gnome-1.pc +#{_datadir}/doc/libgsf/html/* %clean rm -r $RPM_BUILD_ROOT %changelog -* Wed Jan 22 2003 Tim Powers -- rebuilt +* Fri Sep 19 2003 Havoc Pennington 1.8.2-1 +- 1.8.2 + +* Wed Aug 13 2003 Jonathan Blandford +- rebuild + +* Wed Aug 6 2003 Elliot Lee 1.8.1-5 +- Fix libtool + +* Sat Jul 12 2003 Jeremy Katz 1.8.1-4 +- use system libtool so that lib64 library deps are correct + +* Thu Jul 10 2003 Jeremy Katz 1.8.1-3 +- forcibly disable gtk-doc (openjade is broken on s390) + +* Mon Jul 7 2003 Jeremy Katz 1.8.1-2 +- ldconfig in %%post/%%postun -* Fri Jan 3 2003 Tim Powers 1.6.0-3 -- fix requires +* Sun Jul 6 2003 Jeremy Katz 1.8.1-1 +- use standard macros +- build for Red Hat Linux -* Thu Jan 2 2003 Jonathan Blandford -- import into the build system +* Tue May 13 2003 Rui M. Seabra +- fix spec to reflect current stat of the build * Tue Jun 18 2002 Rui M. Seabra - set permission correctly diff --git a/sources b/sources index e2cd210..e554849 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -b917ab0751a6bb2c28f8303c8d88867b libgsf-1.6.0.tar.gz +3a575469f9a2880d8ca78a70ddb93e78 libgsf-1.8.2.tar.bz2