diff --git a/libgsf.spec b/libgsf.spec index b1d1ed8..0e0423a 100644 --- a/libgsf.spec +++ b/libgsf.spec @@ -8,7 +8,7 @@ distutils.sysconfig import get_python_lib; print(get_python_lib(1))")} Summary: GNOME Structured File library Name: libgsf Version: 1.14.18 -Release: 4%{?dist} +Release: 5%{?dist} Group: System Environment/Libraries License: LGPLv2 Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/1.14/%{name}-%{version}.tar.bz2 @@ -17,9 +17,6 @@ Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRequires: glib2-devel, perl-XML-Parser BuildRequires: libtool, libxml2-devel, glib2-devel, bzip2-devel, gettext BuildRequires: libbonobo-devel, pygtk2-devel, intltool, gnome-vfs2-devel -Requires(pre): GConf2 -Requires(post): GConf2 -Requires(preun): GConf2 %description A library for reading and writing structured files (e.g. MS OLE and Zip) @@ -29,6 +26,9 @@ Summary: GNOME integration bits for libgsf Group: System Environment/Libraries Requires: libgsf = %{version}-%{release} Requires: gnome-vfs2 +Requires(pre): GConf2 +Requires(post): GConf2 +Requires(preun): GConf2 %description gnome Libraries for using libgsf in conjunction with the GNOME applications @@ -139,6 +139,9 @@ fi rm -rf $RPM_BUILD_ROOT %changelog +* Tue Jul 27 2010 Caolán McNamara 1.14.18-5 +- Resolves: rhbz#618514 pre/post only needed in gnome subpackage + * Wed Jul 21 2010 David Malcolm - 1.14.18-4 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild