rpms/libgsf/devel libgsf.spec,1.81,1.82

Caolan McNamara caolanm at fedoraproject.org
Tue Jul 27 07:19:02 UTC 2010


Author: caolanm

Update of /cvs/pkgs/rpms/libgsf/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv28913

Modified Files:
	libgsf.spec 
Log Message:
Resolves: rhbz#618514 pre/post only needed in gnome subpackage


Index: libgsf.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libgsf/devel/libgsf.spec,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -p -r1.81 -r1.82
--- libgsf.spec	22 Jul 2010 02:12:29 -0000	1.81
+++ libgsf.spec	27 Jul 2010 07:19:01 -0000	1.82
@@ -8,7 +8,7 @@ distutils.sysconfig import get_python_li
 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
 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 libg
 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 <caolanm at redhat.com> 1.14.18-5
+- Resolves: rhbz#618514 pre/post only needed in gnome subpackage
+
 * Wed Jul 21 2010 David Malcolm <dmalcolm at redhat.com> - 1.14.18-4
 - Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
 



More information about the scm-commits mailing list