1 |
|
# $Id$ |
2 |
|
|
3 |
Summary: GNOME Structured File library |
Summary: GNOME Structured File library |
4 |
Name: libgsf |
Name: libgsf |
5 |
Version: 1.14.1 |
Version: 1.14.1 |
6 |
Release: 6.1 |
Release: 6.1%{?dist} |
7 |
Group: System Environment/Libraries |
Group: System Environment/Libraries |
8 |
License: LGPL |
License: LGPL |
9 |
Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/1.11/%{name}-%{version}.tar.bz2 |
Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/1.11/%{name}-%{version}.tar.bz2 |
10 |
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root |
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root |
11 |
Requires: glib2 >= 2.2.0 |
Requires: glib2 >= 2.2.0 |
12 |
BuildRequires: glib2-devel >= 2.2.0, perl-XML-Parser |
BuildRequires: glib2-devel >= 2.2.0, perl-XML-Parser |
13 |
BuildRequires: libtool, libxml2-devel, gnome-vfs2-devel, bzip2-devel, gettext |
BuildRequires: libtool, libxml2-devel, bzip2-devel, gettext |
|
BuildRequires: libbonobo-devel |
|
14 |
|
|
15 |
Patch0: libgsf_CVE-2006-4514.patch |
Patch0: libgsf_CVE-2006-4514.patch |
16 |
|
|
38 |
%patch0 -p1 -b libgsf_CVE-2006-4514.patch |
%patch0 -p1 -b libgsf_CVE-2006-4514.patch |
39 |
|
|
40 |
%build |
%build |
41 |
%configure --disable-gtk-doc |
%configure --disable-gtk-doc --without-gnome |
42 |
make %{?_smp_mflags} |
make %{?_smp_mflags} |
43 |
|
|
44 |
%install |
%install |
55 |
%defattr(-,root,root) |
%defattr(-,root,root) |
56 |
%doc AUTHORS COPYING README |
%doc AUTHORS COPYING README |
57 |
%{_libdir}/lib*.so.* |
%{_libdir}/lib*.so.* |
|
%{_bindir}/gsf-office-thumbnailer |
|
|
%{_sysconfdir}/gconf/schemas/gsf-office-thumbnailer.schemas |
|
58 |
%{_mandir}/man1/gsf-office-thumbnailer.1.gz |
%{_mandir}/man1/gsf-office-thumbnailer.1.gz |
59 |
|
|
60 |
%files devel |
%files devel |
69 |
rm -r $RPM_BUILD_ROOT |
rm -r $RPM_BUILD_ROOT |
70 |
|
|
71 |
%changelog |
%changelog |
72 |
|
* Sat Feb 6 2010 Shad L. Lords <slords@mail.com> - 1.14.1-6.1.sme |
73 |
|
- Remove dependencies on gnome to reduce dependencies [SME: 2826] |
74 |
|
|
75 |
* Wed Dec 13 2006 Caolan McNamara <caolanm@redhat.com> - 1.14.1-6.1 |
* Wed Dec 13 2006 Caolan McNamara <caolanm@redhat.com> - 1.14.1-6.1 |
76 |
- CVE-2006-4514 heap overflow |
- CVE-2006-4514 heap overflow |
77 |
|
|