packages: gnome-vfs2/gnome-vfs2.spec - use %{__rm} macro - drop libtool fil...

wiget wiget at pld-linux.org
Sat Feb 5 23:32:53 CET 2011


Author: wiget                        Date: Sat Feb  5 22:32:53 2011 GMT
Module: packages                      Tag: HEAD
---- Log message:
- use %{__rm} macro
- drop libtool file
- rel. 6

---- Files affected:
packages/gnome-vfs2:
   gnome-vfs2.spec (1.216 -> 1.217) 

---- Diffs:

================================================================
Index: packages/gnome-vfs2/gnome-vfs2.spec
diff -u packages/gnome-vfs2/gnome-vfs2.spec:1.216 packages/gnome-vfs2/gnome-vfs2.spec:1.217
--- packages/gnome-vfs2/gnome-vfs2.spec:1.216	Sat Feb  5 23:22:34 2011
+++ packages/gnome-vfs2/gnome-vfs2.spec	Sat Feb  5 23:32:48 2011
@@ -3,7 +3,7 @@
 Summary(pl.UTF-8):	GNOME - wirtualny system plików
 Name:		gnome-vfs2
 Version:	2.24.4
-Release:	5
+Release:	6
 License:	LGPL v2+
 Group:		Applications
 Source0:	http://ftp.gnome.org/pub/GNOME/sources/gnome-vfs/2.24/gnome-vfs-%{version}.tar.bz2
@@ -154,8 +154,9 @@
 	GCONF_DISABLE_MAKEFILE_SCHEMA_INSTALL=1
 
 # no static modules
-rm -f $RPM_BUILD_ROOT%{_libdir}/gnome-vfs-2.0/modules/*.{la,a}
-rm -f $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/*/filesystems/*.{la,a}
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/gnome-vfs-2.0/modules/*.{la,a}
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/gtk-2.0/*/filesystems/*.{la,a}
+%{__rm} $RPM_BUILD_ROOT%{_libdir}/*.la
 
 install %{SOURCE1} $RPM_BUILD_ROOT%{_desktopdir}/defaults.list
 
@@ -226,7 +227,6 @@
 %files devel
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_libdir}/libgnomevfs-2.so
-%{_libdir}/libgnomevfs-2.la
 %{_includedir}/gnome-vfs-2.0
 %{_includedir}/gnome-vfs-module-2.0
 %{_libdir}/gnome-vfs-2.0/include
@@ -247,6 +247,11 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.217  2011/02/05 22:32:48  wiget
+- use %{__rm} macro
+- drop libtool file
+- rel. 6
+
 Revision 1.216  2011/02/05 22:22:34  wiget
 - rel. 5
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/gnome-vfs2/gnome-vfs2.spec?r1=1.216&r2=1.217&f=u



More information about the pld-cvs-commit mailing list