forked from pool/python-kombu
- License tag fixed to BSD-3-Clause.
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kombu?expand=0&rev=30
This commit is contained in:
parent
e01c181fad
commit
13685e99de
3
kombu-2.1.1.tar.bz2
Normal file
3
kombu-2.1.1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6cd6c0cc97c5a1956f399263bfbbe007094e85c68bb59090742ff5e859d4b308
|
||||||
|
size 243987
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:06adac6f2b330b8abe92fa04a44190c0e23b2c3635545afa2b33d7a31d51383c
|
|
||||||
size 268274
|
|
@ -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
|
Sat Mar 10 17:49:39 UTC 2012 - saschpe@gmx.de
|
||||||
|
|
||||||
|
@ -15,6 +15,8 @@
|
|||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# 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
|
Name: python-kombu
|
||||||
Version: 2.1.1
|
Version: 2.1.1
|
||||||
@ -23,7 +25,7 @@ License: BSD-2-Clause
|
|||||||
Summary: AMQP Messaging Framework for Python
|
Summary: AMQP Messaging Framework for Python
|
||||||
Url: http://github.com/ask/kombu/
|
Url: http://github.com/ask/kombu/
|
||||||
Group: Development/Languages/Python
|
Group: Development/Languages/Python
|
||||||
Source: kombu-%{version}.tar.gz
|
Source: kombu-%{version}.tar.bz2
|
||||||
BuildRequires: python-amqplib
|
BuildRequires: python-amqplib
|
||||||
BuildRequires: python-anyjson
|
BuildRequires: python-anyjson
|
||||||
BuildRequires: python-devel
|
BuildRequires: python-devel
|
||||||
@ -36,11 +38,12 @@ Requires: rabbitmq-server
|
|||||||
Suggests: couchdb
|
Suggests: couchdb
|
||||||
Suggests: mongodb
|
Suggests: mongodb
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0%{?suse_version} && 0%{?suse_version} <= 1110
|
%if 0%{?suse_version}
|
||||||
%{!?python_sitelib: %global python_sitelib %(python -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")}
|
%py_requires
|
||||||
%else
|
%if 0%{?suse_version} > 1110
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%endif
|
%endif
|
||||||
|
%endif
|
||||||
|
|
||||||
%description
|
%description
|
||||||
An AMQP messaging framework for Python.
|
An AMQP messaging framework for Python.
|
||||||
|
Loading…
Reference in New Issue
Block a user