latest version with gio support
This commit is contained in:
parent
7e5f5a808d
commit
8157c8cc2e
@ -1 +1 @@
|
||||
libgsf-1.14.8.tar.bz2
|
||||
libgsf-1.14.9.tar.bz2
|
||||
|
||||
15
libgsf.spec
15
libgsf.spec
@ -3,15 +3,15 @@
|
||||
|
||||
Summary: GNOME Structured File library
|
||||
Name: libgsf
|
||||
Version: 1.14.8
|
||||
Release: 2%{?dist}
|
||||
Version: 1.14.9
|
||||
Release: 1%{?dist}
|
||||
Group: System Environment/Libraries
|
||||
License: LGPLv2
|
||||
Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/1.14/%{name}-%{version}.tar.bz2
|
||||
URL: http://www.gnome.org/projects/libgsf/
|
||||
Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
BuildRequires: glib2-devel, perl-XML-Parser
|
||||
BuildRequires: libtool, libxml2-devel, gnome-vfs2-devel, bzip2-devel, gettext
|
||||
BuildRequires: libtool, libxml2-devel, glib2-devel, bzip2-devel, gettext
|
||||
BuildRequires: libbonobo-devel, pygtk2-devel
|
||||
Requires(pre): GConf2
|
||||
Requires(post): GConf2
|
||||
@ -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: gnome-vfs2, ImageMagick
|
||||
Requires: ImageMagick
|
||||
|
||||
%description gnome
|
||||
Libraries for using libgsf in conjunction with the GNOME applications
|
||||
@ -42,7 +42,7 @@ libgsf.
|
||||
%package gnome-devel
|
||||
Summary: Support files necessary to compile applications with libgsf and GNOME
|
||||
Group: Development/Libraries
|
||||
Requires: libgsf-devel = %{version}-%{release}, gnome-vfs2-devel
|
||||
Requires: libgsf-devel = %{version}-%{release}, glib2-devel
|
||||
|
||||
%description gnome-devel
|
||||
Libraries, headers, and support files necessary to compile applications using
|
||||
@ -114,9 +114,9 @@ fi
|
||||
%{_libdir}/pkgconfig/libgsf-1.pc
|
||||
%dir %{_includedir}/libgsf-1
|
||||
%{_includedir}/libgsf-1/gsf
|
||||
%{_includedir}/libgsf-1/gsf-gvfs
|
||||
%{_datadir}/gtk-doc/html/gsf
|
||||
%{_mandir}/man1/gsf.1.gz
|
||||
%{_mandir}/man1/gsf-vba-dump.1.gz
|
||||
|
||||
%files gnome-devel
|
||||
%defattr(-,root,root,-)
|
||||
@ -132,6 +132,9 @@ fi
|
||||
rm -r $RPM_BUILD_ROOT
|
||||
|
||||
%changelog
|
||||
* Wed Sep 03 2008 Caolán McNamara <caolanm@redhat.com> 1.14.9-1
|
||||
- latest version with gio support
|
||||
|
||||
* Fri Aug 08 2008 Caolán McNamara <caolanm@redhat.com> 1.14.8-2
|
||||
- Resolves: rhbz#458353 gsf-office-thumbnailer doesn't work without ImageMagick's convert.
|
||||
Move that into the gnome subpackage
|
||||
|
||||
Loading…
Reference in New Issue
Block a user