diff --git a/python-py2pack.changes b/python-py2pack.changes index a045688..ed93ea0 100644 --- a/python-py2pack.changes +++ b/python-py2pack.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jul 7 13:17:54 UTC 2011 - saschpe@suse.de + +- Remove unused %python_sitearch macro definition + ------------------------------------------------------------------- Wed Jun 22 10:21:55 UTC 2011 - saschpe@suse.de diff --git a/python-py2pack.spec b/python-py2pack.spec index 709057c..6935868 100644 --- a/python-py2pack.spec +++ b/python-py2pack.spec @@ -11,15 +11,13 @@ # case the license is the MIT License). An "Open Source License" is a # license that conforms to the Open Source Definition (Version 1.9) # published by the Open Source Initiative. - +# # Please submit bugfixes or comments via http://bugs.opensuse.org/ # - - Name: python-py2pack Version: 0.3.20 -Release: 1 +Release: 0 Url: http://github.com/saschpe/py2pack Summary: Generate distribution packages from Python packages on PyPI License: GPLv2 @@ -38,7 +36,6 @@ BuildArch: noarch %endif %endif %{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} -%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")} %description This script allows to generate RPM spec or DEB dsc files from Python modules.