%global srcname djkombu Name: django-kombu Version: 0.9.0 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/%{srcname}/%{srcname}-%{version}.tar.gz BuildArch: noarch BuildRequires: python-setuptools-devel 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 -n %{srcname}-%{version} %build %{__python} setup.py build %install rm -rf $RPM_BUILD_ROOT %{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT %files %defattr(-,root,root,-) %doc LICENSE README AUTHORS THANKS TODO Changelog %{python_sitelib}/%{srcname}/ %{python_sitelib}/%{srcname}*.egg-info %changelog * Thu Apr 14 2011 Rahul Sundaram - 0.9.0-1 - initial spec