From a8f4a9c92120929cacb27f2fbedf7cf04cabc32b58609a1254706a80cf0b412e Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Wed, 27 Apr 2011 09:49:16 +0000 Subject: [PATCH] - Update to version 0.3.15 * Minor SUSE template fixes OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=28 --- py2pack-0.3.14.tar.gz | 3 --- py2pack-0.3.15.tar.gz | 3 +++ python-py2pack.changes | 6 ++++++ python-py2pack.spec | 13 ++++++------- 4 files changed, 15 insertions(+), 10 deletions(-) delete mode 100644 py2pack-0.3.14.tar.gz create mode 100644 py2pack-0.3.15.tar.gz diff --git a/py2pack-0.3.14.tar.gz b/py2pack-0.3.14.tar.gz deleted file mode 100644 index 086428a..0000000 --- a/py2pack-0.3.14.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:52e408ae13e6e5ca9c4729f7a6aa516a1ea87aef8d43e3e46ff7a5a21e42093a -size 16425 diff --git a/py2pack-0.3.15.tar.gz b/py2pack-0.3.15.tar.gz new file mode 100644 index 0000000..bd8b696 --- /dev/null +++ b/py2pack-0.3.15.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62ecfad45136887d97601226355c4150f6c03ea774f92f3fd1645fc7de495236 +size 16456 diff --git a/python-py2pack.changes b/python-py2pack.changes index e5cbfce..7600e8e 100644 --- a/python-py2pack.changes +++ b/python-py2pack.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Apr 27 09:47:18 UTC 2011 - saschpe@suse.de + +- Update to version 0.3.15 + * Minor SUSE template fixes + ------------------------------------------------------------------- Thu Mar 31 14:19:15 UTC 2011 - saschpe@suse.de diff --git a/python-py2pack.spec b/python-py2pack.spec index 8dea5f8..65a748f 100644 --- a/python-py2pack.spec +++ b/python-py2pack.spec @@ -15,13 +15,10 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -%{!?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)")} - %define mod_name py2pack Name: python-%{mod_name} -Version: 0.3.14 +Version: 0.3.15 Release: 0 Url: http://github.com/saschpe/py2pack Summary: Generate distribution packages from Python packages on PyPI @@ -29,17 +26,19 @@ License: GPLv2 Group: Development/Languages/Python Source: %{mod_name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build +BuildRequires: python-argparse BuildRequires: python-devel BuildRequires: python-jinja2 -Requires: python-jinja2 -BuildRequires: python-argparse Requires: python-argparse +Requires: python-jinja2 %if 0%{?suse_version} %py_requires -%if %{?suse_version: %{suse_version} > 1110} +%if 0%{?suse_version} > 1110 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.