rpms/python-simpy/devel python-simpy.spec,1.16,1.17

Sarantis Paskalis (sarantis) fedora-extras-commits at redhat.com
Wed Feb 20 13:19:45 UTC 2008


Author: sarantis

Update of /cvs/extras/rpms/python-simpy/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv29938

Modified Files:
	python-simpy.spec 
Log Message:
Drop executable permisssions for all files



Index: python-simpy.spec
===================================================================
RCS file: /cvs/extras/rpms/python-simpy/devel/python-simpy.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- python-simpy.spec	20 Feb 2008 12:42:16 -0000	1.16
+++ python-simpy.spec	20 Feb 2008 13:19:04 -0000	1.17
@@ -3,7 +3,7 @@
 
 Name:		python-simpy
 Version:	1.9
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Python simulation framework
 Group:		Development/Languages
 License:	LGPLv2+
@@ -40,6 +40,9 @@
 sed -i -e '/^#!.*python/,1D' SimPy/*.py
 # Remove carriage returns to make rpmlint happy
 sed -i 's/\r//' SimPy/*.py
+# Drop executable bits for files
+find . -type d -print | xargs chmod 755
+find . -type f -print | xargs chmod 644
 
 %build
 %{__python} setup.py build
@@ -67,8 +70,9 @@
 
 
 %changelog
-* Wed Feb 20 2008 Sarantis Paskalis <paskalis at di.uoa.gr> - 1.9-1
+* Wed Feb 20 2008 Sarantis Paskalis <paskalis at di.uoa.gr> - 1.9-2
 - Upgrade to 1.9
+- Drop executable permissions for all files
 
 * Thu Jan  3 2008 Sarantis Paskalis <paskalis at di.uoa.gr> - 1.8-2
 - Account for python eggs




More information about the fedora-extras-commits mailing list