diff --git a/kombu-2.1.1.tar.bz2 b/kombu-2.1.1.tar.bz2 new file mode 100644 index 0000000..c79b15a --- /dev/null +++ b/kombu-2.1.1.tar.bz2 @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6cd6c0cc97c5a1956f399263bfbbe007094e85c68bb59090742ff5e859d4b308 +size 243987 diff --git a/kombu-2.1.1.tar.gz b/kombu-2.1.1.tar.gz deleted file mode 100644 index 1eb0e5d..0000000 --- a/kombu-2.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:06adac6f2b330b8abe92fa04a44190c0e23b2c3635545afa2b33d7a31d51383c -size 268274 diff --git a/python-kombu.changes b/python-kombu.changes index f3bfc6a..9380c4f 100644 --- a/python-kombu.changes +++ b/python-kombu.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Mar 14 13:26:04 UTC 2012 - alexandre@exatati.com.br + +- Do not touch files without a submitrequest. + ------------------------------------------------------------------- Sat Mar 10 17:49:39 UTC 2012 - saschpe@gmx.de diff --git a/python-kombu.spec b/python-kombu.spec index 6b30296..1dadc1f 100644 --- a/python-kombu.spec +++ b/python-kombu.spec @@ -15,6 +15,8 @@ # 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-kombu Version: 2.1.1 @@ -23,7 +25,7 @@ License: BSD-2-Clause Summary: AMQP Messaging Framework for Python Url: http://github.com/ask/kombu/ Group: Development/Languages/Python -Source: kombu-%{version}.tar.gz +Source: kombu-%{version}.tar.bz2 BuildRequires: python-amqplib BuildRequires: python-anyjson BuildRequires: python-devel @@ -36,11 +38,12 @@ Requires: rabbitmq-server Suggests: couchdb Suggests: mongodb BuildRoot: %{_tmppath}/%{name}-%{version}-build -%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 +%if 0%{?suse_version} +%py_requires +%if 0%{?suse_version} > 1110 BuildArch: noarch %endif +%endif %description An AMQP messaging framework for Python.