rpms/exo/F-11 exo.spec,1.37,1.38

Kevin Fenzi kevin at fedoraproject.org
Wed Sep 30 22:22:03 UTC 2009


Author: kevin

Update of /cvs/extras/rpms/exo/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7105

Modified Files:
	exo.spec 
Log Message:
Use touch -r trick to fix multilib issue



Index: exo.spec
===================================================================
RCS file: /cvs/extras/rpms/exo/F-11/exo.spec,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -p -r1.37 -r1.38
--- exo.spec	10 Sep 2009 05:27:08 -0000	1.37
+++ exo.spec	30 Sep 2009 22:22:02 -0000	1.38
@@ -3,7 +3,7 @@
 Summary: Application library for the Xfce desktop environment
 Name: exo
 Version: 0.3.101
-Release: 4%{?dist}
+Release: 5%{?dist}
 # libexo-hal exo-helper mount-notify and exo-mount are all GPLv2+
 # everything else is LGPLv2+
 License: LGPLv2+ and GPLv2+
@@ -78,6 +78,9 @@ chrpath --delete $RPM_BUILD_ROOT%{_bindi
 chrpath --delete $RPM_BUILD_ROOT%{_libexecdir}/exo-helper-0.3
 chrpath --delete $RPM_BUILD_ROOT%{_libdir}/python*/site-packages/exo-0.3/_exo.so
 
+touch -r NEWS $RPM_BUILD_ROOT%{_datadir}/xfce4/helpers/evolution.desktop
+touch -r NEWS $RPM_BUILD_ROOT%{_datadir}/xfce4/helpers/firefox.desktop
+
 %find_lang libexo-0.3
 
 desktop-file-install                                       \
@@ -140,6 +143,9 @@ gtk-update-icon-cache %{_datadir}/icons/
 %{python_sitearch}/pyexo.*
 
 %changelog
+* Wed Sep 30 2009 Kevin Fenzi <kevin at tummy.com> - 0.3.101-5
+- Use touch -r trick to fix multilib issue
+
 * Thu Sep 10 2009 Christoph Wickert <cwickert at fedoraproject.org> - 0.3.101-4
 - Mount vfat and ntfs volumes with UTF-8 (#508823)
 - Mount ntfs with ntfs-3g




More information about the scm-commits mailing list