diff --git a/python-virtualenvwrapper.changes b/python-virtualenvwrapper.changes index 64990ef..f12a27c 100644 --- a/python-virtualenvwrapper.changes +++ b/python-virtualenvwrapper.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Apr 10 08:50:36 UTC 2012 - saschpe@suse.de + +- Use upstream URL +- Macro simplification + ------------------------------------------------------------------- Mon Apr 9 03:58:59 UTC 2012 - alexandre@exatati.com.br diff --git a/python-virtualenvwrapper.spec b/python-virtualenvwrapper.spec index e6af99e..afb0ac3 100644 --- a/python-virtualenvwrapper.spec +++ b/python-virtualenvwrapper.spec @@ -11,13 +11,10 @@ # 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/ # -%{!?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)")} - Name: python-virtualenvwrapper Version: 3.2 Release: 0 @@ -25,17 +22,16 @@ Url: http://www.doughellmann.com/projects/virtualenvwrapper/ Summary: Enhancements to virtualenv License: BSD-2-Clause Group: Development/Languages/Python -Source: virtualenvwrapper-%{version}.tar.bz2 +Source: http://pypi.python.org/packages/source/v/virtualenvwrapper/virtualenvwrapper-%{version}.tar.gz BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRequires: python-devel BuildRequires: python-distribute Requires: python-virtualenv -%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 %description virtualenvwrapper is a set of extensions to Ian Bicking's virtualenv diff --git a/virtualenvwrapper-3.2.tar.bz2 b/virtualenvwrapper-3.2.tar.bz2 deleted file mode 100644 index e532c67..0000000 --- a/virtualenvwrapper-3.2.tar.bz2 +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ffc43fb5c8d4b326a16383c6f371bb7c3a941e9f085340a85f80aeab791ef5d -size 246838 diff --git a/virtualenvwrapper-3.2.tar.gz b/virtualenvwrapper-3.2.tar.gz new file mode 100644 index 0000000..c189b0b --- /dev/null +++ b/virtualenvwrapper-3.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:754df0904baaa167312a7001be922f8cf400ef33226a1f3ce51a0a2664e25616 +size 425490