rpms/libgnomeprint22/devel libgnomeprint22.spec,1.48,1.49

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Sun Apr 22 03:18:51 UTC 2007


Author: mclasen

Update of /cvs/dist/rpms/libgnomeprint22/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv18059

Modified Files:
	libgnomeprint22.spec 
Log Message:
Don't ship .la files



Index: libgnomeprint22.spec
===================================================================
RCS file: /cvs/dist/rpms/libgnomeprint22/devel/libgnomeprint22.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- libgnomeprint22.spec	13 Mar 2007 17:28:33 -0000	1.48
+++ libgnomeprint22.spec	22 Apr 2007 03:18:49 -0000	1.49
@@ -13,7 +13,7 @@
 Summary: Printing library for GNOME
 Name:		libgnomeprint22
 Version: 	2.18.0
-Release:	1%{?dist}
+Release:	2%{?dist}
 License:	LGPL
 Group:          System Environment/Base
 Source: 	http://ftp.gnome.org/pub/gnome/sources/libgnomeprint/2.18/libgnomeprint-%{version}.tar.bz2
@@ -60,7 +60,7 @@
 Group: Development/Libraries
 
 Requires:	%{name} = %{version}-%{release}
-
+Requires:	pkgconfig
 Requires:	glib2-devel >= %{glib2_version}
 Requires:	pango-devel >= %{pango_version}
 Requires:	libxml2-devel >= %{libxml2_version}
@@ -105,6 +105,9 @@
 %doc AUTHORS COPYING ChangeLog NEWS README
 %{_libdir}/lib*.so.*
 %{_libdir}/libgnomeprint/
+%exclude %{_libdir}/libgnomeprint/2.18.0/modules/*.la
+%exclude %{_libdir}/libgnomeprint/2.18.0/modules/filters/*.la
+%exclude %{_libdir}/libgnomeprint/2.18.0/modules/transports/*.la
 %{_datadir}/libgnomeprint/
 
 %files devel
@@ -113,9 +116,13 @@
 %exclude %{_libdir}/*.la
 %{_includedir}/*
 %{_libdir}/pkgconfig/*
-%{_datadir}/gtk-doc/*
+%{_datadir}/gtk-doc/html/libgnomeprint
 
 %changelog
+* Sat Apr 21 2007 Matthias Clasen <mclasen at redhat.com> - 2.18.0-2
+- Don't ship .la files
+- Require pkgconfig in the -devel package
+
 * Tue Mar 13 2007 Matthias Clasen <mclasen at redhat.com> - 2.18.0-1
 - Update to 2.18.0
 




More information about the fedora-cvs-commits mailing list