From 632e106f0bdbebd7e944a310b9138331880b2b6a Mon Sep 17 00:00:00 2001 From: Caolan McNamara Date: Mon, 9 Oct 2006 11:31:03 +0000 Subject: [PATCH] ready for next version --- .cvsignore | 1 + libgsf.spec | 21 +++++++++++++++++++-- sources | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) diff --git a/.cvsignore b/.cvsignore index eafe80e..5c8a335 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ libgsf-1.14.1.tar.bz2 +libgsf-1.14.2.tar.bz2 diff --git a/libgsf.spec b/libgsf.spec index 1e72dcf..194caff 100644 --- a/libgsf.spec +++ b/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 - 1.14.2-1 +- bump to 1.14.2 + * Fri Jul 14 2006 Bill Nottingham - 1.14.1-6 - gnome-vfs2-devel no longer requires libbonobo-devel; add it as a buildreq diff --git a/sources b/sources index a44cc56..19353b8 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -00de00b99382d0b7e034e0fffd8951d4 libgsf-1.14.1.tar.bz2 +aea16a8408b65f95c308b0db3e3d3d47 libgsf-1.14.2.tar.bz2