rpms/python-simpy/devel .cvsignore, 1.2, 1.3 python-simpy.spec, 1.4, 1.5 sources, 1.2, 1.3 python-simpy-1.6.1-no-shebang.patch, 1.1, NONE

Sarantis Paskalis (sarantis) fedora-extras-commits at redhat.com
Fri Mar 24 10:05:09 UTC 2006


Author: sarantis

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

Modified Files:
	.cvsignore python-simpy.spec sources 
Removed Files:
	python-simpy-1.6.1-no-shebang.patch 
Log Message:
auto-import python-simpy-1.7-1 on branch devel from python-simpy-1.7-1.src.rpm


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-simpy/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	22 Dec 2005 20:27:20 -0000	1.2
+++ .cvsignore	24 Mar 2006 10:05:09 -0000	1.3
@@ -1 +1 @@
-SimPy-1.6.1.tar.gz
+SimPy-1.7final.tar.gz


Index: python-simpy.spec
===================================================================
RCS file: /cvs/extras/rpms/python-simpy/devel/python-simpy.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- python-simpy.spec	20 Feb 2006 14:13:18 -0000	1.4
+++ python-simpy.spec	24 Mar 2006 10:05:09 -0000	1.5
@@ -2,14 +2,13 @@
 %define pkgname SimPy
 
 Name:		python-simpy
-Version:	1.6.1
-Release:	4%{?dist}
+Version:	1.7
+Release:	1%{?dist}
 Summary:	Python simulation framework
 Group:		Development/Languages
 License:	LGPL
 URL:		http://simpy.sourceforge.net
-Source0:	http://download.sourceforge.net/simpy/SimPy-%{version}.tar.gz
-Patch1:		python-simpy-1.6.1-no-shebang.patch
+Source0:	http://dl.sf.net/simpy/SimPy-%{version}final.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:	noarch
 BuildRequires:	python-devel
@@ -39,8 +38,8 @@
 
 %prep
 %setup -q -n %{pkgname}-%{version}
-%patch1
-
+# Remove the shebangs to make rpmlint happy
+%{__sed} -i '1{\?^#!/usr/bin/env\ python$?d}' SimPy/*.py
 
 %build
 %{__python} setup.py build
@@ -58,7 +57,9 @@
 %files
 %defattr(-,root,root,-)
 # choose html over txt files for documentation
-%doc *.html PKG-INFO LGPLlicense_files SimPyDocs SimPyModels
+%doc *.html PKG-INFO LGPLlicense_files SimPyModels
+%doc SimPyDocs/*.html SimPyDocs/*.css
+%doc SimPyDocs/bankprograms SimPyDocs/images SimPyDocs/Interfacing SimPyDocs/SimGUIManual SimPyDocs/SimPlotManual SimPyDocs/SimStepManual
 %dir %{python_sitelib}/%{pkgname}/
 %{python_sitelib}/%{pkgname}/*.py
 %{python_sitelib}/%{pkgname}/*.pyc
@@ -71,6 +72,10 @@
 
 
 %changelog
+* Thu Mar 23 2006 Sarantis Paskalis <paskalis at di.uoa.gr> - 1.7-1
+- SimPy-1.7
+- Drop shebang removal patch.  Implement it with sed script.
+
 * Mon Feb 20 2006 Sarantis Paskalis <paskalis at di.uoa.gr> - 1.6.1-4
 - Rebuild for FC5.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-simpy/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	22 Dec 2005 20:27:20 -0000	1.2
+++ sources	24 Mar 2006 10:05:09 -0000	1.3
@@ -1 +1 @@
-6de42d6289bee6d767d07f8839f89d07  SimPy-1.6.1.tar.gz
+0bf0102e7976b3f40e52fc43f93751ad  SimPy-1.7final.tar.gz


--- python-simpy-1.6.1-no-shebang.patch DELETED ---




More information about the fedora-extras-commits mailing list