rpms/gedit/devel gedit.spec,1.207,1.208

Matthias Clasen mclasen at fedoraproject.org
Fri Dec 4 03:53:45 UTC 2009


Author: mclasen

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

Modified Files:
	gedit.spec 
Log Message:
don't ship .la files



Index: gedit.spec
===================================================================
RCS file: /cvs/pkgs/rpms/gedit/devel/gedit.spec,v
retrieving revision 1.207
retrieving revision 1.208
diff -u -p -r1.207 -r1.208
--- gedit.spec	1 Dec 2009 16:48:30 -0000	1.207
+++ gedit.spec	4 Dec 2009 03:53:44 -0000	1.208
@@ -18,7 +18,7 @@
 Summary:	Text editor for the GNOME desktop
 Name:		gedit
 Version: 	2.29.3
-Release: 	2%{?dist}
+Release: 	3%{?dist}
 Epoch:		1
 License:	GPLv2+ and GFDL
 Group:		Applications/Editors
@@ -151,6 +151,7 @@ desktop-file-install --delete-original  
 ## clean up all the static libs for plugins (workaround for no -module)
 /bin/rm -f `find $RPM_BUILD_ROOT%{_libdir}/gedit-2/plugins -name "*.a"`
 /bin/rm -f `find $RPM_BUILD_ROOT%{_libdir}/gedit-2/plugins -name "*.la"`
+/bin/rm -f `find $RPM_BUILD_ROOT%{_libdir}/gedit-2/plugin-loaders -name "*.la"`
 
 /bin/rm -rf $RPM_BUILD_ROOT/var/scrollkeeper
 
@@ -230,6 +231,9 @@ fi
 
 
 %changelog
+* Thu Dec  3 2009 Matthias Clasen <mclasen at redhat.com> - 1:2.29.3-3
+- Don't ship .la files
+
 * Tue Dec  1 2009 Brian Pepple <bpepple at fedoraproject.org> - 1:2.29.3-2
 - Rebase fix python path patch.
 




More information about the fedora-extras-commits mailing list