diff --git a/py2pack-0.2.6.tar.gz b/py2pack-0.2.6.tar.gz deleted file mode 100644 index 124d67e..0000000 --- a/py2pack-0.2.6.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5d1e5f6af82fca03a5274bd8c545321eb78e66299f32d36defec0eedadbc8132 -size 11057 diff --git a/py2pack-0.2.7.tar.gz b/py2pack-0.2.7.tar.gz new file mode 100644 index 0000000..11940ce --- /dev/null +++ b/py2pack-0.2.7.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41ed0c8d9e7456e31870e311da47361472ecc09cae28e00595545d8129406bfc +size 11051 diff --git a/python-py2pack.changes b/python-py2pack.changes index 48d853e..1ca61fd 100644 --- a/python-py2pack.changes +++ b/python-py2pack.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sat Dec 11 17:31:29 UTC 2010 - saschpe@gmx.de + +- Update to version 0.2.7 + * spec file fixes + ------------------------------------------------------------------- Sat Dec 11 17:12:10 UTC 2010 - saschpe@gmx.de diff --git a/python-py2pack.spec b/python-py2pack.spec index facf138..85b5599 100644 --- a/python-py2pack.spec +++ b/python-py2pack.spec @@ -18,7 +18,7 @@ # norootforbuild Name: python-py2pack -Version: 0.2.6 +Version: 0.2.7 Release: 0 Url: http://github.com/saschpe/py2pack Summary: Generate distribution packages from Python packages on PyPI @@ -65,7 +65,9 @@ export CFLAGS="%{optflags}" %files %{?suse_version: -f INSTALLED_FILES} %defattr(-,root,root,-) -/usr/bin/py2pack -/usr/lib/python2.6/%{mod_name}* +%if 0%{?!suse_version} +%{_bindir}/py2pack +%python_sitelib/%{mod_name}* +%endif %changelog