From bc42ad4a36191afdc87cef84b5b0abb2a00128ab Mon Sep 17 00:00:00 2001 From: Sarantis Paskalis Date: Jun 11 2010 12:54:42 +0000 Subject: Drop sitelib definition from the spec --- diff --git a/python-simpy.spec b/python-simpy.spec index 735b1fd..a0c7520 100644 --- a/python-simpy.spec +++ b/python-simpy.spec @@ -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 including source code documentation. %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 - 2.1.0-1 +* Fri Jun 11 2010 Sarantis Paskalis - 2.1.0-2 +- Drop sitelib from the spec + +* Mon Jun 06 2010 Sarantis Paskalis - 2.1.0-1 - Upgrade to 2.1.0 * Sun Jul 26 2009 Fedora Release Engineering - 2.0.1-2