diff --git a/py2pack-0.3.21.tar.gz b/py2pack-0.3.21.tar.gz deleted file mode 100644 index 5d9875c..0000000 --- a/py2pack-0.3.21.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:dbe082f9bd3f756d2ac9709355b52588b1394b22bd907efcbf6c1b1249beb520 -size 16624 diff --git a/py2pack-0.4.1.1.tar.gz b/py2pack-0.4.1.1.tar.gz new file mode 100644 index 0000000..8c36329 --- /dev/null +++ b/py2pack-0.4.1.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af3c550702fa5699a412412b466fb8004205187151e44638a97dc63b60fa180d +size 16127 diff --git a/python-py2pack.changes b/python-py2pack.changes index ebc87c3..136fede 100644 --- a/python-py2pack.changes +++ b/python-py2pack.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Apr 13 12:13:49 UTC 2012 - saschpe@suse.de + +- Update to version 0.4.1.1 + * spec file template conforms to spec-cleaner + ------------------------------------------------------------------- Thu Sep 22 11:15:40 UTC 2011 - saschpe@suse.de diff --git a/python-py2pack.spec b/python-py2pack.spec index 0aa15d1..608fb18 100644 --- a/python-py2pack.spec +++ b/python-py2pack.spec @@ -1,7 +1,7 @@ # # spec file for package python-py2pack # -# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany. +# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -11,12 +11,12 @@ # 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.21 +Version: 0.4.1.1 Release: 0 Url: http://github.com/saschpe/py2pack Summary: Generate distribution packages from Python packages on PyPI @@ -29,13 +29,11 @@ BuildRequires: python-devel BuildRequires: python-Jinja2 Requires: python-argparse Requires: python-Jinja2 -%if 0%{?suse_version} -%py_requires -%if 0%{?suse_version} > 1110 +%if 0%{?suse_version} && 0%{?suse_version} <= 1110 +%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} +%else BuildArch: noarch %endif -%endif -%{!?python_sitelib: %global python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")} %description This script allows to generate RPM spec or DEB dsc files from Python modules.