From b1dccabb06184fd16771808bf640381b30da9aa3 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 07:31:45 +0000 Subject: auto-import changelog data from libgsf-1.6.0-3.src.rpm Fri Jan 03 2003 Tim Powers 1.6.0-3 - fix requires Thu Jan 02 2003 Jonathan Blandford - import into the build system Tue Jun 18 2002 Rui M. Seabra - set permission correctly - fix common mistake of Copyright flag into License flag. Thu May 23 2002 Jody Goldberg - Initial version --- diff --git a/.cvsignore b/.cvsignore index e69de29..b7fce0e 100644 --- a/.cvsignore +++ b/.cvsignore @@ -0,0 +1 @@ +libgsf-1.6.0.tar.gz diff --git a/libgsf.spec b/libgsf.spec new file mode 100644 index 0000000..5b53a7f --- /dev/null +++ b/libgsf.spec @@ -0,0 +1,71 @@ +%define name libgsf +%define version 1.6.0 +%define release 3 + +Summary: GNOME Structured File library + +Name: %{name} +Version: %{version} +Release: %{release} +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 + +%description +A library for reading and writing structured files (eg MS OLE and Zip) + +%package devel +Summary: Support files necessary to compile applications with libgsf. +Group: Development/Libraries +Requires: libgsf + +%description devel +Libraries, headers, and support files necessary to compile applications using libgsf. + +%prep + +%setup + +%build +%configure +make + +%install +if [ -d $RPM_BUILD_ROOT ]; then rm -r $RPM_BUILD_ROOT; fi +%makeinstall + +%files +%defattr(644,root,root,755) +%doc AUTHORS COPYING README +%{_libdir}/lib*.so.* + +%files devel +%defattr(644,root,root,755) +%{_libdir}/lib*.so +%{_libdir}/*a +%{_includedir}/libgsf-1/* +%{_docdir}/libgsf +%{_libdir}/pkgconfig/libgsf-1.pc +%{_libdir}/pkgconfig/libgsf-gnome-1.pc + +%clean +rm -r $RPM_BUILD_ROOT + +%changelog +* Fri Jan 3 2003 Tim Powers 1.6.0-3 +- fix requires + +* Thu Jan 2 2003 Jonathan Blandford +- import into the build system + +* Tue Jun 18 2002 Rui M. Seabra +- set permission correctly +- fix common mistake of Copyright flag into License flag. + +* Thu May 23 2002 Jody Goldberg +- Initial version diff --git a/sources b/sources index e69de29..e2cd210 100644 --- a/sources +++ b/sources @@ -0,0 +1 @@ +b917ab0751a6bb2c28f8303c8d88867b libgsf-1.6.0.tar.gz