rpms/libgnome/devel libgnome.spec,1.155,1.156

Matthias Clasen mclasen at fedoraproject.org
Tue Dec 15 14:33:29 UTC 2009


Author: mclasen

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

Modified Files:
	libgnome.spec 
Log Message:
Remove a useless static library



Index: libgnome.spec
===================================================================
RCS file: /cvs/pkgs/rpms/libgnome/devel/libgnome.spec,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -p -r1.155 -r1.156
--- libgnome.spec	3 Dec 2009 04:16:21 -0000	1.155
+++ libgnome.spec	15 Dec 2009 14:33:29 -0000	1.156
@@ -14,7 +14,7 @@
 Summary: GNOME base library
 Name: libgnome
 Version: 2.28.0
-Release: 3%{?dist}
+Release: 4%{?dist}
 URL: http://www.gnome.org
 Source0: http://download.gnome.org/sources/libgnome/2.28/%{name}-%{version}.tar.bz2
 Source1: desktop_gnome_peripherals_monitor.schemas
@@ -140,7 +140,7 @@ unset GCONF_DISABLE_MAKEFILE_SCHEMA_INST
 cp %{SOURCE1} $RPM_BUILD_ROOT%{_sysconfdir}/gconf/schemas/
 
 rm $RPM_BUILD_ROOT%{_libdir}/*.{a,la}
-rm -f $RPM_BUILD_ROOT%{_libdir}/bonobo/monikers/*.la
+rm -f $RPM_BUILD_ROOT%{_libdir}/bonobo/monikers/*.{a,la}
 
 for serverfile in $RPM_BUILD_ROOT%{_libdir}/bonobo/servers/*.server; do
     sed -i -e 's|location *= *"/usr/lib\(64\)*/|location="/usr/$LIB/|' $serverfile
@@ -199,6 +199,10 @@ fi
 %{_datadir}/gtk-doc/html/*
 
 %changelog
+* Tue Dec 15 2009 Matthias Clasen <mclasen at redhat.com> - 2.28.0-4
+- Remove a useless static library that trips up some
+  rpmlint-type checks
+
 * Wed Dec  2 2009 Matthias Clasen <mclasen at redhat.com> - 2.28.0-3
 - Rebuild
 




More information about the scm-commits mailing list