rpms/exo/devel exo.spec,1.45,1.46

Christoph Wickert cwickert at fedoraproject.org
Fri Dec 18 00:24:17 UTC 2009


Author: cwickert

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

Modified Files:
	exo.spec 
Log Message:
* Thu Dec 17 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.3.106-2
- Remove libtool archive from python-exo package



Index: exo.spec
===================================================================
RCS file: /cvs/pkgs/rpms/exo/devel/exo.spec,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -p -r1.45 -r1.46
--- exo.spec	17 Dec 2009 23:32:34 -0000	1.45
+++ exo.spec	18 Dec 2009 00:24:17 -0000	1.46
@@ -3,7 +3,7 @@
 Summary: Application library for the Xfce desktop environment
 Name: exo
 Version: 0.3.106
-Release: 1%{?dist}
+Release: 2%{?dist}
 # libexo-hal exo-helper mount-notify and exo-mount are all GPLv2+
 # everything else is LGPLv2+
 License: LGPLv2+ and GPLv2+
@@ -66,9 +66,7 @@ make 
 %install
 rm -rf $RPM_BUILD_ROOT
 make install DESTDIR=$RPM_BUILD_ROOT INSTALL='install -p'
-rm -f $RPM_BUILD_ROOT/%{_libdir}/*.la
-rm -f $RPM_BUILD_ROOT/%{_libdir}/xfce4/mcs-plugins/*.la
-rm -f $RPM_BUILD_ROOT/%{python_sitearch}/*.la
+find $RPM_BUILD_ROOT -type f -name "*.la" -exec rm -f {} ';'
 
 chrpath --delete $RPM_BUILD_ROOT%{_bindir}/exo-mount
 chrpath --delete $RPM_BUILD_ROOT%{_bindir}/exo-desktop-item-edit
@@ -139,6 +137,9 @@ gtk-update-icon-cache %{_datadir}/icons/
 %{python_sitearch}/pyexo.*
 
 %changelog
+* Thu Dec 17 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.3.106-2
+- Remove libtool archive from python-exo package
+
 * Thu Dec 17 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.3.106-1
 - Update to 0.3.106
 - Remove upstreamed sync patch




More information about the scm-commits mailing list