[django-kombu] initial spec

Rahul Sundaram sundaram at fedoraproject.org
Sat Jul 16 06:38:40 UTC 2011


commit 023b8d0c7fbcafae933912d5044356932119abd6
Author: Rahul Sundaram <sundaram at fedoraproject.org>
Date:   Sat Jul 16 12:04:29 2011 +0530

    initial spec

 django-kombu.spec |   40 ++++++++++++++++++++++++++++++++++++++++
 sources           |    1 +
 2 files changed, 41 insertions(+), 0 deletions(-)
---
diff --git a/django-kombu.spec b/django-kombu.spec
new file mode 100644
index 0000000..62f8193
--- /dev/null
+++ b/django-kombu.spec
@@ -0,0 +1,40 @@
+%global srcname djkombu
+Name:           django-kombu
+Version:        0.9.2
+Release:        1%{?dist}
+Summary:        Kombu transport using the Django database as a message store
+Group:          Development/Languages
+License:        BSD
+URL:            http://pypi.python.org/pypi/%{srcname}
+Source0:        http://pypi.python.org/packages/source/d/%{name}/%{name}-%{version}.tar.gz
+
+BuildArch:      noarch
+BuildRequires:  python-setuptools python-devel
+Requires:       Django python-kombu
+
+%description
+Django application that enables you to use the Django database as the 
+message store for Kombu. Kombu is an AMQP messaging framework for Python.  
+AMQP is the Advanced Message Queuing Protocol, an open standard protocol for
+message orientation, queuing, routing, reliability and security.
+
+%prep
+%setup -q 
+%build
+%{__python} setup.py build
+
+%install
+%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT
+
+%files 
+%doc LICENSE README AUTHORS THANKS TODO Changelog
+%{python_sitelib}/%{srcname}/
+%{python_sitelib}/*.egg-info
+
+%changelog
+* Sat Jul 16 2011 Rahul Sundaram <sundaram at fedoraproject.org> - 0.9.2-1
+- New upstream release
+- Drop defattr
+
+* Thu Apr 14 2011 Rahul Sundaram <sundaram at fedoraproject.org> - 0.9.0-1
+- initial spec
diff --git a/sources b/sources
index e69de29..1a95a46 100644
--- a/sources
+++ b/sources
@@ -0,0 +1 @@
+758607b50264192023020e4290295168  django-kombu-0.9.2.tar.gz


More information about the scm-commits mailing list