ready for next version
This commit is contained in:
parent
d1fb8c4845
commit
632e106f0b
@ -1 +1,2 @@
|
||||
libgsf-1.14.1.tar.bz2
|
||||
libgsf-1.14.2.tar.bz2
|
||||
|
||||
21
libgsf.spec
21
libgsf.spec
@ -1,7 +1,7 @@
|
||||
Summary: GNOME Structured File library
|
||||
Name: libgsf
|
||||
Version: 1.14.1
|
||||
Release: 6
|
||||
Version: 1.14.2
|
||||
Release: 1
|
||||
Group: System Environment/Libraries
|
||||
License: LGPL
|
||||
Source: ftp://ftp.gnome.org/pub/GNOME/sources/%{name}/1.11/%{name}-%{version}.tar.bz2
|
||||
@ -30,6 +30,13 @@ Obsoletes: libgsf113-devel
|
||||
%description devel
|
||||
Libraries, headers, and support files necessary to compile applications using libgsf.
|
||||
|
||||
%package python
|
||||
Summary: Python bindings for libgsf
|
||||
Group: Development/Libraries
|
||||
|
||||
%description python
|
||||
Python bindings for libgsf
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -42,6 +49,7 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%makeinstall
|
||||
%find_lang libgsf
|
||||
rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
|
||||
rm -f $RPM_BUILD_ROOT/%{_libdir}/python*/site-packages/gsf/*.la
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
|
||||
@ -57,16 +65,25 @@ rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
%{_bindir}/gsf
|
||||
%{_bindir}/gsf-vba-dump
|
||||
%{_libdir}/*.a
|
||||
%{_libdir}/*.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
%{_includedir}/libgsf-1
|
||||
%{_datadir}/gtk-doc/html/gsf
|
||||
|
||||
%files python
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/python*/site-packages/gsf
|
||||
|
||||
%clean
|
||||
rm -r $RPM_BUILD_ROOT
|
||||
|
||||
%changelog
|
||||
* Mon Oct 09 2006 Caolan McNamara <caolanm@redhat.com> - 1.14.2-1
|
||||
- bump to 1.14.2
|
||||
|
||||
* Fri Jul 14 2006 Bill Nottingham <notting@redhat.com> - 1.14.1-6
|
||||
- gnome-vfs2-devel no longer requires libbonobo-devel; add it as a buildreq
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user