From 442d795406740a3a3a6f8bef83d0e7eee35d86d9f13e04aeac48a66bd0b87bbe Mon Sep 17 00:00:00 2001 From: Sascha Peilicke Date: Thu, 16 Dec 2010 10:41:58 +0000 Subject: [PATCH] Accepting request 56191 from home:saschpe:branches:devel:languages:python OBS-URL: https://build.opensuse.org/request/show/56191 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-py2pack?expand=0&rev=13 --- py2pack-0.3.1.tar.gz | 3 --- py2pack-0.3.2.tar.gz | 3 +++ python-py2pack.changes | 6 ++++++ python-py2pack.spec | 8 ++++---- 4 files changed, 13 insertions(+), 7 deletions(-) delete mode 100644 py2pack-0.3.1.tar.gz create mode 100644 py2pack-0.3.2.tar.gz diff --git a/py2pack-0.3.1.tar.gz b/py2pack-0.3.1.tar.gz deleted file mode 100644 index 75942a5..0000000 --- a/py2pack-0.3.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1aa72108734a18e97ae62c645b88267a02751e41025fe63440aecdfcc107b189 -size 12790 diff --git a/py2pack-0.3.2.tar.gz b/py2pack-0.3.2.tar.gz new file mode 100644 index 0000000..73ae564 --- /dev/null +++ b/py2pack-0.3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e5a7c94e7d129f47aec9289b3ce61a15ed5c219bad4e58c47265d4ec10c92f8 +size 12786 diff --git a/python-py2pack.changes b/python-py2pack.changes index 2b2973b..04a7637 100644 --- a/python-py2pack.changes +++ b/python-py2pack.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Dec 16 10:26:53 UTC 2010 - saschpe@gmx.de + +- Update to version 0.3.2 + * templates use simple commands instead of macros + ------------------------------------------------------------------- Sun Dec 12 12:52:58 UTC 2010 - saschpe@gmx.de diff --git a/python-py2pack.spec b/python-py2pack.spec index 8a1df89..ca03d2f 100644 --- a/python-py2pack.spec +++ b/python-py2pack.spec @@ -22,7 +22,7 @@ %define mod_name py2pack Name: python-%{mod_name} -Version: 0.3.1 +Version: 0.3.2 Release: 0 Url: http://github.com/saschpe/py2pack Summary: Generate distribution packages from Python packages on PyPI @@ -58,13 +58,13 @@ export CFLAGS="%{optflags}" %setup -n %{mod_name}-%{version} %build -%{__python} setup.py build +python setup.py build %install -%{__python} setup.py install --prefix=%{_prefix} --root=%{buildroot} %{?suse_version: --record-rpm=INSTALLED_FILES} +python setup.py install --prefix=%{_prefix} --root=%{buildroot} %{?suse_version: --record-rpm=INSTALLED_FILES} %clean -%{__rm} -rf %{buildroot} +rm -rf %{buildroot} %files %{?suse_version: -f INSTALLED_FILES} %defattr(-,root,root,-)