rpms/libgsf/devel .cvsignore, 1.14, 1.15 libgsf.spec, 1.34, 1.35 sources, 1.14, 1.15

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Mon Oct 9 11:31:06 UTC 2006


Author: caolanm

Update of /cvs/dist/rpms/libgsf/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv5891

Modified Files:
	.cvsignore libgsf.spec sources 
Log Message:
ready for next version


Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/libgsf/devel/.cvsignore,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- .cvsignore	10 May 2006 16:25:55 -0000	1.14
+++ .cvsignore	9 Oct 2006 11:31:03 -0000	1.15
@@ -1 +1,2 @@
 libgsf-1.14.1.tar.bz2
+libgsf-1.14.2.tar.bz2


Index: libgsf.spec
===================================================================
RCS file: /cvs/dist/rpms/libgsf/devel/libgsf.spec,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- libgsf.spec	14 Jul 2006 18:28:34 -0000	1.34
+++ libgsf.spec	9 Oct 2006 11:31:03 -0000	1.35
@@ -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 @@
 %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 @@
 %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 @@
 
 %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 at redhat.com> - 1.14.2-1
+- bump to 1.14.2
+
 * Fri Jul 14 2006 Bill Nottingham <notting at redhat.com> - 1.14.1-6
 - gnome-vfs2-devel no longer requires libbonobo-devel; add it as a buildreq
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/libgsf/devel/sources,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- sources	10 May 2006 16:25:55 -0000	1.14
+++ sources	9 Oct 2006 11:31:03 -0000	1.15
@@ -1 +1 @@
-00de00b99382d0b7e034e0fffd8951d4  libgsf-1.14.1.tar.bz2
+aea16a8408b65f95c308b0db3e3d3d47  libgsf-1.14.2.tar.bz2




More information about the fedora-cvs-commits mailing list