Drop the ImageMagick dependency, since it causes size problems on the live

cd
This commit is contained in:
Matthias Clasen 2008-09-23 14:19:47 +00:00
parent 8cfc060153
commit 6547aed05b

View File

@ -4,7 +4,7 @@
Summary: GNOME Structured File library
Name: libgsf
Version: 1.14.9
Release: 1%{?dist}
Release: 2%{?dist}
Group: System Environment/Libraries
License: LGPLv2
Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/1.14/%{name}-%{version}.tar.bz2
@ -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: ImageMagick, gnome-vfs2
Requires: gnome-vfs2
%description gnome
Libraries for using libgsf in conjunction with the GNOME applications
@ -132,6 +132,10 @@ fi
rm -r $RPM_BUILD_ROOT
%changelog
* Tue Sep 23 2008 Matthias Clasen <mclasen@redhat.com> - 1.14.9-2
- Drop the ImageMagick dependency again, since it causes size problems on
the live cd
* Wed Sep 03 2008 Caolán McNamara <caolanm@redhat.com> 1.14.9-1
- latest version with gio support