rpms/exo/devel exo.spec,1.38,1.39

Kevin Fenzi kevin at fedoraproject.org
Wed Sep 30 21:34:56 UTC 2009


Author: kevin

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

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



Index: exo.spec
===================================================================
RCS file: /cvs/extras/rpms/exo/devel/exo.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -p -r1.38 -r1.39
--- exo.spec	10 Sep 2009 05:00:00 -0000	1.38
+++ exo.spec	30 Sep 2009 21:34:56 -0000	1.39
@@ -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 fedora-extras-commits mailing list