--- rpms/libgsf/sme8/libgsf.spec 2010/02/06 20:37:32 1.1 +++ rpms/libgsf/sme8/libgsf.spec 2010/02/06 20:43:27 1.2 @@ -1,15 +1,14 @@ Summary: GNOME Structured File library Name: libgsf Version: 1.14.1 -Release: 6.1 +Release: 6.1%{?dist} Group: System Environment/Libraries License: LGPL Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/1.11/%{name}-%{version}.tar.bz2 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root Requires: glib2 >= 2.2.0 BuildRequires: glib2-devel >= 2.2.0, perl-XML-Parser -BuildRequires: libtool, libxml2-devel, gnome-vfs2-devel, bzip2-devel, gettext -BuildRequires: libbonobo-devel +BuildRequires: libtool, libxml2-devel, bzip2-devel, gettext Patch0: libgsf_CVE-2006-4514.patch @@ -37,7 +36,7 @@ Libraries, headers, and support files ne %patch0 -p1 -b libgsf_CVE-2006-4514.patch %build -%configure --disable-gtk-doc +%configure --disable-gtk-doc --without-gnome make %{?_smp_mflags} %install @@ -54,8 +53,6 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la %defattr(-,root,root) %doc AUTHORS COPYING README %{_libdir}/lib*.so.* -%{_bindir}/gsf-office-thumbnailer -%{_sysconfdir}/gconf/schemas/gsf-office-thumbnailer.schemas %{_mandir}/man1/gsf-office-thumbnailer.1.gz %files devel @@ -70,6 +67,9 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la rm -r $RPM_BUILD_ROOT %changelog +* Sat Feb 6 2010 Shad L. Lords - 1.14.1-6.1.sme +- Remove dependencies on gnome to reduce dependencies [SME: 2826] + * Wed Dec 13 2006 Caolan McNamara - 1.14.1-6.1 - CVE-2006-4514 heap overflow