rpms/python-simpy/devel python-simpy.spec,1.14,1.15

Sarantis Paskalis (sarantis) fedora-extras-commits at redhat.com
Thu Jan 3 15:11:15 UTC 2008


Author: sarantis

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

Modified Files:
	python-simpy.spec 
Log Message:
Account for python eggs



Index: python-simpy.spec
===================================================================
RCS file: /cvs/extras/rpms/python-simpy/devel/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	3 Jan 2008 15:10:34 -0000	1.15
@@ -3,7 +3,7 @@
 
 Name:		python-simpy
 Version:	1.8
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Python simulation framework
 Group:		Development/Languages
 License:	LGPL
@@ -11,7 +11,7 @@
 Source0:	http://dl.sf.net/simpy/SimPy-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:	noarch
-BuildRequires:	python-devel
+BuildRequires:	python-devel, python-setuptools
 Requires:	tkinter
 
 %description
@@ -50,7 +50,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
@@ -60,6 +59,7 @@
 %files
 %defattr(-,root,root,-)
 %{python_sitelib}/%{pkgname}/
+%{python_sitelib}/%{pkgname}-%{version}-py2.5.egg-info
 # choose html over txt files for documentation
 %doc *.html PKG-INFO LGPLlicense_files SimPyModels
 %doc SimPyDocs/*.html SimPyDocs/*.css SimPyDocs/*.pdf SimPyDocs/*.xls
@@ -72,6 +72,9 @@
 
 
 %changelog
+* Thu Jan  3 2008 Sarantis Paskalis <paskalis at di.uoa.gr> - 1.8-2
+- Account for python eggs
+
 * Mon Feb 12 2007 Sarantis Paskalis <paskalis at di.uoa.gr> - 1.8-1
 - Update to 1.8
 




More information about the fedora-extras-commits mailing list