rpms/python-simpy/FC-5 .cvsignore, 1.4, 1.5 python-simpy.spec, 1.12, 1.13 sources, 1.4, 1.5

Sarantis Paskalis (sarantis) fedora-extras-commits at redhat.com
Tue Feb 13 12:27:24 UTC 2007


Author: sarantis

Update of /cvs/extras/rpms/python-simpy/FC-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26166

Modified Files:
	.cvsignore python-simpy.spec sources 
Log Message:
Update to 1.8



Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/python-simpy/FC-5/.cvsignore,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- .cvsignore	19 Jun 2006 12:00:22 -0000	1.4
+++ .cvsignore	13 Feb 2007 12:26:51 -0000	1.5
@@ -1 +1 @@
-SimPy-1.7.1.tar.gz
+SimPy-1.8.tar.gz


Index: python-simpy.spec
===================================================================
RCS file: /cvs/extras/rpms/python-simpy/FC-5/python-simpy.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- python-simpy.spec	6 Sep 2006 14:14:17 -0000	1.12
+++ python-simpy.spec	13 Feb 2007 12:26:51 -0000	1.13
@@ -2,8 +2,8 @@
 %define pkgname SimPy
 
 Name:		python-simpy
-Version:	1.7.1
-Release:	4%{?dist}
+Version:	1.8
+Release:	1%{?dist}
 Summary:	Python simulation framework
 Group:		Development/Languages
 License:	LGPL
@@ -38,7 +38,10 @@
 %prep
 %setup -q -n %{pkgname}-%{version}
 # Remove the shebangs to make rpmlint happy
-%{__sed} -i '1{\?^#!/usr/bin/env\ python$?d}' SimPy/*.py
+sed -i -e '/^#!.*python/,1D' SimPy/*.py
+
+# Remove carriage returns to make rpmlint happy
+sed -i 's/\r//' SimPy/*.py
 
 %build
 %{__python} setup.py build
@@ -58,18 +61,20 @@
 %defattr(-,root,root,-)
 %{python_sitelib}/%{pkgname}/
 # choose html over txt files for documentation
-#%doc *.html PKG-INFO LGPLlicense_files SimPyModels
-%doc *.html PKG-INFO SimPyModels
-%doc SimPyDocs/*.html SimPyDocs/*.css
+%doc *.html PKG-INFO LGPLlicense_files SimPyModels
+%doc SimPyDocs/*.html SimPyDocs/*.css SimPyDocs/*.pdf SimPyDocs/*.xls
 %doc SimPyDocs/bankprograms SimPyDocs/images SimPyDocs/Interfacing SimPyDocs/SimGUIManual SimPyDocs/SimPlotManual SimPyDocs/SimStepManual
 
 
 %files doc
 %defattr(-,root,root)
-%doc SimPyDocs/SimPy_Sourcecode_Documentation/*
+%doc SimPyDocs/SimPy_Sourcecode_Documentation/
 
 
 %changelog
+* Mon Feb 12 2007 Sarantis Paskalis <paskalis at di.uoa.gr> - 1.8-1
+- Update to 1.8
+
 * Wed Sep  6 2006 Sarantis Paskalis <paskalis at di.uoa.gr> - 1.7.1-4
 - Un-ghost .pyo files. Thanks Christian Iseli (bug #205424).
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/python-simpy/FC-5/sources,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- sources	19 Jun 2006 12:00:22 -0000	1.4
+++ sources	13 Feb 2007 12:26:51 -0000	1.5
@@ -1 +1 @@
-3ec045f8d02fc1008258d00d0f97c7ff  SimPy-1.7.1.tar.gz
+7abc6365009375b6f3d814288eeeb283  SimPy-1.8.tar.gz




More information about the fedora-extras-commits mailing list