Summary: GNOME Structured File library Name: libgsf Version: 1.14.2 Release: 1 Group: System Environment/Libraries License: LGPL Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/1.11/%{name}-%{version}.tar.bz2 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: glib2 >= 2.2.0 BuildRequires: glib2-devel >= 2.2.0, perl-XML-Parser BuildRequires: libtool, libxml2-devel, gnome-vfs2-devel, bzip2-devel, gettext BuildRequires: libbonobo-devel, pygtk2-devel Obsoletes: libgsf113 %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 = %{version}-%{release} # pkgconfig Requires: glib2-devel Requires: libxml2-devel # headers included Requires: gnome-vfs2-devel Obsoletes: libgsf113-devel %description devel Libraries, headers, and support files necessary to compile applications using libgsf. %package python Summary: Python bindings for libgsf Group: Development/Libraries %description python Python bindings for libgsf %prep %setup -q %build %configure --disable-gtk-doc make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT %makeinstall %find_lang libgsf rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la rm -f $RPM_BUILD_ROOT/%{_libdir}/python*/site-packages/gsf/*.la %post -p /sbin/ldconfig %postun -p /sbin/ldconfig %files -f libgsf.lang %defattr(-,root,root) %doc AUTHORS COPYING README %{_libdir}/lib*.so.* %{_bindir}/gsf-office-thumbnailer %{_sysconfdir}/gconf/schemas/gsf-office-thumbnailer.schemas %{_mandir}/man1/gsf-office-thumbnailer.1.gz %files devel %defattr(-,root,root) %{_bindir}/gsf %{_bindir}/gsf-vba-dump %{_libdir}/*.a %{_libdir}/*.so %{_libdir}/pkgconfig/*.pc %{_includedir}/libgsf-1 %{_datadir}/gtk-doc/html/gsf %files python %defattr(-,root,root) %{_libdir}/python*/site-packages/gsf %clean rm -r $RPM_BUILD_ROOT %changelog * Mon Oct 09 2006 Caolan McNamara - 1.14.2-1 - bump to 1.14.2 * Fri Jul 14 2006 Bill Nottingham - 1.14.1-6 - gnome-vfs2-devel no longer requires libbonobo-devel; add it as a buildreq * Wed Jul 13 2006 Jesse Keating - 1.14.1-5 - rebuild - add missing br gettext * Mon May 29 2006 Caolan McNamara 1.14.1-4 - rh#193417# Add BuildRequires perl-XML-Parser * Tue May 23 2006 Caolan McNamara 1.14.1-3 - rh#192707# disable rebuilding of gtk-doc so as to allow multi-arch devel * Wed May 10 2006 Matthias Clasen 1.14.1-2 - Update to 1.14.1 * Mon Mar 20 2006 Caolan McNamara 1.14.0-1 - next version * Fri Feb 10 2006 Jesse Keating - 1.13.3-2.2.1 - bump again for double-long bug on ppc(64) * Tue Feb 07 2006 Jesse Keating - 1.13.3-2.2 - rebuilt for new gcc4.1 snapshot and glibc changes * Fri Dec 09 2005 Jesse Keating - rebuilt * Mon Dec 5 2005 Caolan McNamara 1.13.3-2 - rh#172062# Obsolete extras libgsf113 * Fri Dec 2 2005 Matthias Clasen 1.13.3-1 - Update to 1.13.3 * Tue Sep 20 2005 Caolan McNamara 1.12.3-1 - bump to next version - add manpage for gsf-office-thumbnailer * Fri Aug 26 2005 Caolan McNamara 1.12.2-1 - bump to latest version * Wed Jun 15 2005 Caolan McNamara 1.12.1-1 - bump to latest version * Wed Mar 2 2005 Caolan McNamara 1.12.0-1 - bump to latest version - clean spec * Wed Mar 2 2005 Caolan McNamara 1.11.1-2 - rebuild with gcc4 * Thu Dec 16 2004 Caolan McNamara 1.11.1-1 - upgrade to 1.11.1 * Tue Aug 31 2004 Caolan McNamara 1.10.1-1 - upgrade to 1.10.1 * Wed Aug 18 2004 Caolan McNamara 1.10.0-1 - upgrade to 1.10.0 * Tue Jun 15 2004 Elliot Lee - rebuilt * Thu May 6 2004 Dams 1.9.0-2 - -devel now requires libgsf=version-release - Added smp_mflags - Fixed double included .so files * Wed May 5 2004 Caolan McNamara 1.9.0-1 * upgrade to 1.9.0 to get crash fixes * Sun Apr 11 2004 Warren Togami 1.8.2-3 - BR libtool libxml2-devel gnome-vfs2-devel bzip2-devel - -devel req glib2-devel libxml2-devel gnome-vfs2-devel * Tue Mar 02 2004 Elliot Lee - rebuilt * Fri Feb 13 2004 Elliot Lee - rebuilt * Mon Jan 12 2004 Jonathan Blandford 1.8.2-1 - make $includedir/libgsf-1 owned by -devel * 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 * Sun Jul 6 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 * 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