rpms/synergy-plus/devel synergy-plus.spec,1.1,1.2

Matthias Saou thias at fedoraproject.org
Mon Sep 14 12:43:24 UTC 2009


Author: thias

Update of /cvs/extras/rpms/synergy-plus/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv23789/devel

Modified Files:
	synergy-plus.spec 
Log Message:
Don't use the -executable find option as it doesn't work with older versions, initial import for non-devel branches.



Index: synergy-plus.spec
===================================================================
RCS file: /cvs/extras/rpms/synergy-plus/devel/synergy-plus.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- synergy-plus.spec	14 Sep 2009 10:00:10 -0000	1.1
+++ synergy-plus.spec	14 Sep 2009 12:43:24 -0000	1.2
@@ -1,7 +1,7 @@
 Summary: Mouse and keyboard sharing utility
 Name: synergy-plus
 Version: 1.3.4
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: GPLv2
 Group: System Environment/Daemons
 URL: http://code.google.com/p/synergy-plus/
@@ -26,7 +26,7 @@ Synergy, which hasn't received any sourc
 %prep
 %setup -q
 # Remove spurious executable bit from sources files
-find . -type f -name '*.cpp' -executable -exec chmod -x {} \;
+find . -type f -name '*.cpp' -exec chmod -x {} \;
 
 
 %build
@@ -53,6 +53,9 @@ find . -type f -name '*.cpp' -executable
 
 
 %changelog
+* Tue Aug 18 2009 Matthias Saou <http://freshrpms.net/> 1.3.4-3
+- Don't use the -executable find option, it doesn't work with older versions.
+
 * Tue Aug 18 2009 Matthias Saou <http://freshrpms.net/> 1.3.4-2
 - Initial RPM release, based on the spec from the original synergy.
 - Remove spurious executable bit from sources files.




More information about the fedora-extras-commits mailing list