Resolves: rhbz#618514 pre/post only needed in gnome subpackage

This commit is contained in:
Caolan McNamara 2010-07-27 07:19:01 +00:00
parent e4418dfaee
commit 37c02ed3ae

View File

@ -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 <caolanm@redhat.com> 1.14.18-5
- Resolves: rhbz#618514 pre/post only needed in gnome subpackage
* Wed Jul 21 2010 David Malcolm <dmalcolm@redhat.com> - 1.14.18-4
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild