diff --git a/py2pack-0.3.13.tar.bz2 b/py2pack-0.3.13.tar.bz2 deleted file mode 100644 index 1881e57..0000000 --- a/py2pack-0.3.13.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1246778425582131b79834d143eec980d11c3d812dead463b537b3889d89176f -size 15256 diff --git a/py2pack-0.3.14.tar.gz b/py2pack-0.3.14.tar.gz new file mode 100644 index 0000000..086428a --- /dev/null +++ b/py2pack-0.3.14.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52e408ae13e6e5ca9c4729f7a6aa516a1ea87aef8d43e3e46ff7a5a21e42093a +size 16425 diff --git a/python-py2pack.changes b/python-py2pack.changes index 13a416a..e5cbfce 100644 --- a/python-py2pack.changes +++ b/python-py2pack.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Thu Mar 31 14:19:15 UTC 2011 - saschpe@suse.de + +- Update to version 0.3.14 + * Remove #norootforbuild and *.egg-info from %%files section + ------------------------------------------------------------------- Wed Mar 9 09:18:43 UTC 2011 - saschpe@suse.de diff --git a/python-py2pack.spec b/python-py2pack.spec index 6606450..8dea5f8 100644 --- a/python-py2pack.spec +++ b/python-py2pack.spec @@ -15,20 +15,19 @@ # Please submit bugfixes or comments via http://bugs.opensuse.org/ # -# norootforbuild %{!?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.13 +Version: 0.3.14 Release: 0 Url: http://github.com/saschpe/py2pack Summary: Generate distribution packages from Python packages on PyPI License: GPLv2 Group: Development/Languages/Python -Source: %{mod_name}-%{version}.tar.bz2 +Source: %{mod_name}-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: python-jinja2