next libgsf
This commit is contained in:
parent
a037122f47
commit
54820e6ce1
@ -1,2 +1,3 @@
|
||||
libgsf-1.14.1.tar.bz2
|
||||
libgsf-1.14.2.tar.bz2
|
||||
libgsf-1.14.3.tar.bz2
|
||||
|
||||
55
libgsf.spec
55
libgsf.spec
@ -3,7 +3,7 @@
|
||||
|
||||
Summary: GNOME Structured File library
|
||||
Name: libgsf
|
||||
Version: 1.14.2
|
||||
Version: 1.14.3
|
||||
Release: 1
|
||||
Group: System Environment/Libraries
|
||||
License: LGPL
|
||||
@ -19,6 +19,15 @@ Obsoletes: libgsf113
|
||||
%description
|
||||
A library for reading and writing structured files (eg MS OLE and Zip)
|
||||
|
||||
%package gnome
|
||||
Summary: GNOME integration bits for libgsf
|
||||
Group: System Environment/Libraries
|
||||
Requires: libgsf = %{version}-%{release}
|
||||
Requires: gnome-vfs2
|
||||
|
||||
%description gnome
|
||||
Libraries for using libgsf in conjunction with the GNOME applications
|
||||
|
||||
%package devel
|
||||
Summary: Support files necessary to compile applications with libgsf.
|
||||
Group: Development/Libraries
|
||||
@ -27,12 +36,26 @@ Requires: libgsf = %{version}-%{release}
|
||||
Requires: glib2-devel
|
||||
Requires: libxml2-devel
|
||||
# headers included
|
||||
Requires: gnome-vfs2-devel
|
||||
Obsoletes: libgsf113-devel
|
||||
|
||||
%description devel
|
||||
Libraries, headers, and support files necessary to compile applications using libgsf.
|
||||
|
||||
%package gnome-devel
|
||||
Summary: Support files necessary to compile applications with libgsf and GNOME
|
||||
Group: Development/Libraries
|
||||
Requires: libgsf = %{version}-%{release}
|
||||
Requires: libgsf-devel = %{version}-%{release}
|
||||
# pkgconfig
|
||||
Requires: glib2-devel
|
||||
Requires: libxml2-devel
|
||||
# headers included
|
||||
Requires: gnome-vfs2-devel
|
||||
|
||||
%description gnome-devel
|
||||
Libraries, headers, and support files necessary to compile applications using
|
||||
libgsf and GNOME libraries
|
||||
|
||||
%package python
|
||||
Summary: Python bindings for libgsf
|
||||
Group: Development/Libraries
|
||||
@ -62,21 +85,33 @@ rm -f $RPM_BUILD_ROOT/%{python_lib_sitearch}/gsf/*.a
|
||||
%files -f libgsf.lang
|
||||
%defattr(-,root,root)
|
||||
%doc AUTHORS COPYING README
|
||||
%{_libdir}/lib*.so.*
|
||||
%{_libdir}/libgsf-1.so.*
|
||||
%{_bindir}/gsf-office-thumbnailer
|
||||
%{_sysconfdir}/gconf/schemas/gsf-office-thumbnailer.schemas
|
||||
%{_mandir}/man1/gsf-office-thumbnailer.1.gz
|
||||
|
||||
%files gnome
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libgsf-gnome-1.so.*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/gsf
|
||||
%{_bindir}/gsf-vba-dump
|
||||
%{_libdir}/*.a
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_includedir}/libgsf-1
|
||||
%{_libdir}/libgsf-1.a
|
||||
%{_libdir}/libgsf-1.so
|
||||
%{_libdir}/pkgconfig/libgsf-1.pc
|
||||
%{_includedir}/libgsf-1/gsf
|
||||
%{_includedir}/libgsf-1/gsf-win32
|
||||
%{_datadir}/gtk-doc/html/gsf
|
||||
|
||||
%files gnome-devel
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libgsf-gnome-1.a
|
||||
%{_libdir}/libgsf-gnome-1.so
|
||||
%{_libdir}/pkgconfig/libgsf-gnome-1.pc
|
||||
%{_includedir}/libgsf-1/gsf-gnome
|
||||
|
||||
%files python
|
||||
%defattr(-,root,root)
|
||||
%dir %{python_py_sitearch}/gsf
|
||||
@ -88,6 +123,12 @@ rm -f $RPM_BUILD_ROOT/%{python_lib_sitearch}/gsf/*.a
|
||||
rm -r $RPM_BUILD_ROOT
|
||||
|
||||
%changelog
|
||||
* Thu Nov 09 2006 Caolan McNamara <caolanm@redhat.com> 1.14.3-1
|
||||
- bump to 1.14.3
|
||||
|
||||
* Wed Nov 1 2006 Dan Williams <dcbw@redhat.com> - 1.14.2-2
|
||||
- Split to remove gnome-vfs2 dependency on core sub-packages
|
||||
|
||||
* Mon Oct 09 2006 Caolan McNamara <caolanm@redhat.com> - 1.14.2-1
|
||||
- bump to 1.14.2
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user