rpms/python-simpy/devel python-simpy.spec,1.26,1.27

Sarantis Paskalis sarantis at fedoraproject.org
Fri Jun 11 12:54:42 UTC 2010


Author: sarantis

Update of /cvs/pkgs/rpms/python-simpy/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv802

Modified Files:
	python-simpy.spec 
Log Message:
Drop sitelib definition from the spec



Index: python-simpy.spec
===================================================================
RCS file: /cvs/pkgs/rpms/python-simpy/devel/python-simpy.spec,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -p -r1.26 -r1.27
--- python-simpy.spec	11 Jun 2010 12:29:46 -0000	1.26
+++ python-simpy.spec	11 Jun 2010 12:54:42 -0000	1.27
@@ -1,9 +1,6 @@
-%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
-%global pkgname SimPy
-
 Name:		python-simpy
 Version:	2.1.0
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	Python simulation framework
 Group:		Development/Languages
 License:	LGPLv2+
@@ -38,7 +35,7 @@ package contains the documentation inclu
 
 
 %prep
-%setup -q -n %{pkgname}-%{version}
+%setup -q -n SimPy-%{version}
 # Remove the shebangs to make rpmlint happy
 sed -i -e '/^#!.*python/,1D' SimPy/*.py
 # Drop executable bits for files
@@ -71,7 +68,10 @@ rm -rf $RPM_BUILD_ROOT
 
 
 %changelog
-* Mon Jun 10 2010 Sarantis Paskalis <paskalis at di.uoa.gr> - 2.1.0-1
+* Fri Jun 11 2010 Sarantis Paskalis <paskalis at di.uoa.gr> - 2.1.0-2
+- Drop sitelib from the spec
+
+* Mon Jun 06 2010 Sarantis Paskalis <paskalis at di.uoa.gr> - 2.1.0-1
 - Upgrade to 2.1.0
 
 * Sun Jul 26 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 2.0.1-2



More information about the scm-commits mailing list