rpms/python-simpy/devel python-simpy.spec,1.23,1.24

Sarantis Paskalis sarantis at fedoraproject.org
Thu Apr 23 11:23:16 UTC 2009


Author: sarantis

Update of /cvs/extras/rpms/python-simpy/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv8267

Modified Files:
	python-simpy.spec 
Log Message:
Upgrade to 2.0.1



Index: python-simpy.spec
===================================================================
RCS file: /cvs/extras/rpms/python-simpy/devel/python-simpy.spec,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- python-simpy.spec	26 Feb 2009 23:30:28 -0000	1.23
+++ python-simpy.spec	23 Apr 2009 11:22:44 -0000	1.24
@@ -2,13 +2,13 @@
 %define pkgname SimPy
 
 Name:		python-simpy
-Version:	2.0
-Release:	2%{?dist}
+Version:	2.0.1
+Release:	1%{?dist}
 Summary:	Python simulation framework
 Group:		Development/Languages
 License:	LGPLv2+
 URL:		http://simpy.sourceforge.net
-Source0:	http://downloads.sourceforge.net/simpy/SimPy-%{version}0.tar.gz
+Source0:	http://downloads.sourceforge.net/simpy/SimPy-%{version}.tar.gz
 BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:	noarch
 BuildRequires:	python-devel, python-setuptools-devel
@@ -27,8 +27,9 @@
 
 
 %package doc
-Group: Documentation
-Summary: Source code documentation for SimPy
+Group:		Documentation
+Summary:	Documentation for SimPy, the Python simulation framework
+Requires:	%{name} = %{version}-%{release}
 
 %description doc
 SimPy (= Simulation in Python) is an object-oriented, process-based
@@ -37,7 +38,7 @@
 
 
 %prep
-%setup -q -n %{pkgname}-%{version}0
+%setup -q -n %{pkgname}-%{version}
 # Remove the shebangs to make rpmlint happy
 sed -i -e '/^#!.*python/,1D' SimPy/*.py
 # Drop executable bits for files
@@ -61,7 +62,7 @@
 %files
 %defattr(-,root,root,-)
 %{python_sitelib}/*
-%doc LGPLlicense_files
+%doc LGPLlicense*
 
 
 %files doc
@@ -70,6 +71,9 @@
 
 
 %changelog
+* Thu Apr 23 2009 Sarantis Paskalis <paskalis at di.uoa.gr> - 2.0.1-1
+- Upgrade to 2.0.1
+
 * Thu Feb 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0-2
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
 




More information about the fedora-extras-commits mailing list