From 8157c8cc2e15f3e199da6036b95e09c88baacff3 Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Wed, 3 Sep 2008 14:22:12 +0000 Subject: [PATCH] latest version with gio support --- .cvsignore | 2 +- libgsf.spec | 15 +++++++++------ sources | 2 +- 3 files changed, 11 insertions(+), 8 deletions(-) diff --git a/.cvsignore b/.cvsignore index 5fe3f45..f3c47b5 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -libgsf-1.14.8.tar.bz2 +libgsf-1.14.9.tar.bz2 diff --git a/libgsf.spec b/libgsf.spec index 08bced6..61de1f7 100644 --- a/libgsf.spec +++ b/libgsf.spec @@ -3,15 +3,15 @@ Summary: GNOME Structured File library Name: libgsf -Version: 1.14.8 -Release: 2%{?dist} +Version: 1.14.9 +Release: 1%{?dist} Group: System Environment/Libraries License: LGPLv2 Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/1.14/%{name}-%{version}.tar.bz2 URL: http://www.gnome.org/projects/libgsf/ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: glib2-devel, perl-XML-Parser -BuildRequires: libtool, libxml2-devel, gnome-vfs2-devel, bzip2-devel, gettext +BuildRequires: libtool, libxml2-devel, glib2-devel, bzip2-devel, gettext BuildRequires: libbonobo-devel, pygtk2-devel Requires(pre): GConf2 Requires(post): GConf2 @@ -24,7 +24,7 @@ A library for reading and writing structured files (eg MS OLE and Zip) Summary: GNOME integration bits for libgsf Group: System Environment/Libraries Requires: libgsf = %{version}-%{release} -Requires: gnome-vfs2, ImageMagick +Requires: ImageMagick %description gnome Libraries for using libgsf in conjunction with the GNOME applications @@ -42,7 +42,7 @@ libgsf. %package gnome-devel Summary: Support files necessary to compile applications with libgsf and GNOME Group: Development/Libraries -Requires: libgsf-devel = %{version}-%{release}, gnome-vfs2-devel +Requires: libgsf-devel = %{version}-%{release}, glib2-devel %description gnome-devel Libraries, headers, and support files necessary to compile applications using @@ -114,9 +114,9 @@ fi %{_libdir}/pkgconfig/libgsf-1.pc %dir %{_includedir}/libgsf-1 %{_includedir}/libgsf-1/gsf -%{_includedir}/libgsf-1/gsf-gvfs %{_datadir}/gtk-doc/html/gsf %{_mandir}/man1/gsf.1.gz +%{_mandir}/man1/gsf-vba-dump.1.gz %files gnome-devel %defattr(-,root,root,-) @@ -132,6 +132,9 @@ fi rm -r $RPM_BUILD_ROOT %changelog +* Wed Sep 03 2008 Caolán McNamara 1.14.9-1 +- latest version with gio support + * Fri Aug 08 2008 Caolán McNamara 1.14.8-2 - Resolves: rhbz#458353 gsf-office-thumbnailer doesn't work without ImageMagick's convert. Move that into the gnome subpackage diff --git a/sources b/sources index c2bd98e..65e4cf8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -09e4b6639be79fa888cabc751f73674f libgsf-1.14.8.tar.bz2 +422a8461927b863780d3579991a915a5 libgsf-1.14.9.tar.bz2