rpms/python-simpy/F-8 .cvsignore, 1.5, 1.6 python-simpy.spec, 1.14, 1.15 sources, 1.6, 1.7

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


Author: sarantis

Update of /cvs/extras/rpms/python-simpy/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv30679

Modified Files:
	.cvsignore python-simpy.spec sources 
Log Message:
Upgrade to 1.9



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-simpy/F-8/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- .cvsignore	22 Jan 2007 09:45:32 -0000	1.5
+++ .cvsignore	20 Feb 2008 13:39:04 -0000	1.6
@@ -1 +1 @@
-SimPy-1.8.tar.gz
+SimPy-1.9.0.tar.gz


Index: python-simpy.spec
===================================================================
RCS file: /cvs/extras/rpms/python-simpy/F-8/python-simpy.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- python-simpy.spec	12 Feb 2007 11:53:00 -0000	1.14
+++ python-simpy.spec	20 Feb 2008 13:39:04 -0000	1.15
@@ -2,13 +2,13 @@
 %define pkgname SimPy
 
 Name:		python-simpy
-Version:	1.8
+Version:	1.9
 Release:	1%{?dist}
 Summary:	Python simulation framework
 Group:		Development/Languages
-License:	LGPL
+License:	LGPLv2+
 URL:		http://simpy.sourceforge.net
-Source0:	http://dl.sf.net/simpy/SimPy-%{version}.tar.gz
+Source0:	http://dl.sf.net/simpy/SimPy-%{version}.0.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:	noarch
 BuildRequires:	python-devel
@@ -39,9 +39,12 @@
 %setup -q -n %{pkgname}-%{version}
 # Remove the shebangs to make rpmlint happy
 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
@@ -50,7 +53,6 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT
-%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
 
  
 %clean
@@ -72,6 +74,10 @@
 
 
 %changelog
+* Wed Feb 20 2008 Sarantis Paskalis <paskalis at di.uoa.gr> - 1.9-1
+- Upgrade to 1.9
+- Drop executable permissions for all files
+
 * Mon Feb 12 2007 Sarantis Paskalis <paskalis at di.uoa.gr> - 1.8-1
 - Update to 1.8
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-simpy/F-8/sources,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- sources	12 Feb 2007 11:53:01 -0000	1.6
+++ sources	20 Feb 2008 13:39:04 -0000	1.7
@@ -1 +1 @@
-7abc6365009375b6f3d814288eeeb283  SimPy-1.8.tar.gz
+a76253a3fac903f83422e6e0bbe564dd  SimPy-1.9.0.tar.gz




More information about the fedora-extras-commits mailing list