Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > cf5631b6916c777aa71f0fad7d6de2b7 > files > 2

django-kombu-0.9.2-1.fc15.src.rpm

%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@fedoraproject.org> - 0.9.2-1
- New upstream release
- Drop defattr

* Thu Apr 14 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 0.9.0-1
- initial spec