rpms/libgnomeprint22/devel libgnomeprint22.spec,1.63,1.64

Matthias Clasen mclasen at fedoraproject.org
Sun Jul 19 03:26:43 UTC 2009


Author: mclasen

Update of /cvs/pkgs/rpms/libgnomeprint22/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv18435

Modified Files:
	libgnomeprint22.spec 
Log Message:
Rebuild



Index: libgnomeprint22.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libgnomeprint22/devel/libgnomeprint22.spec,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -p -r1.63 -r1.64
--- libgnomeprint22.spec	17 Mar 2009 04:23:54 -0000	1.63
+++ libgnomeprint22.spec	19 Jul 2009 03:26:12 -0000	1.64
@@ -13,7 +13,7 @@
 Summary: Printing library for GNOME
 Name:		libgnomeprint22
 Version: 	2.18.6
-Release:	1%{?dist}
+Release:	2%{?dist}
 License:	LGPLv2+ and BSD
 # BSD applies to ttsubset code that was taken from STSF
 Group:          System Environment/Base
@@ -92,7 +92,10 @@ make %{?_smp_mflags}
 
 %install
 rm -rf $RPM_BUILD_ROOT
-%makeinstall
+make install DESTDIR=$RPM_BUILD_ROOT
+
+find $RPM_BUILD_ROOT -name *.la -exec rm {} \;
+
 %find_lang %{gettext_package}
 
 %clean
@@ -107,20 +110,19 @@ rm -rf $RPM_BUILD_ROOT
 %doc AUTHORS COPYING NEWS README
 %{_libdir}/lib*.so.*
 %{_libdir}/libgnomeprint/
-%exclude %{_libdir}/libgnomeprint/%{version}/modules/*.la
-%exclude %{_libdir}/libgnomeprint/%{version}/modules/filters/*.la
-%exclude %{_libdir}/libgnomeprint/%{version}/modules/transports/*.la
 %{_datadir}/libgnomeprint/
 
 %files devel
 %defattr(-, root, root, 0755)
 %{_libdir}/lib*.so
-%exclude %{_libdir}/*.la
 %{_includedir}/*
 %{_libdir}/pkgconfig/*
 %{_datadir}/gtk-doc/html/libgnomeprint
 
 %changelog
+* Sat Jul 18 2009 Matthias Clasen <mclasen at redhat.com> - 2.18.6-2
+- Rebuild
+
 * Tue Mar 17 2009 Matthias Clasen <mclasen at redhat.com> - 2.18.6-1
 - Update to 2.18.6
 




More information about the scm-commits mailing list