Compare commits

..

6 commits

Author SHA1 Message Date
Thomas Spura
4a71d70562 package was renamed python-django-celery 2012-08-08 09:55:47 +02:00
Dennis Gilmore
20bf1ffbaa - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild 2012-07-18 15:49:04 -05:00
Dennis Gilmore
c043a91e44 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild 2012-01-12 18:42:56 -06:00
Rahul Sundaram
c146c27a67 new upstream release 2011-08-11 12:53:03 +05:30
Rahul Sundaram
6d8a09d87c Match current guidelines. Fix buildrequires 2011-07-17 03:02:56 +05:30
Rahul Sundaram
6db3640d61 initial spec 2011-07-17 02:37:43 +05:30
4 changed files with 1 additions and 51 deletions

2
.gitignore vendored
View file

@ -1,2 +0,0 @@
/django-celery-2.2.3.tar.gz
/django-celery-2.2.7.tar.gz

1
dead.package Normal file
View file

@ -0,0 +1 @@
package was renamed python-django-celery

View file

@ -1,48 +0,0 @@
Name: django-celery
Version: 2.2.7
Release: 1%{?dist}
Summary: Django Celery Integration
Group: Development/Languages
License: BSD
URL: http://pypi.python.org/pypi/%{name}
Source0: http://pypi.python.org/packages/source/d/%{name}/%{name}-%{version}.tar.gz
BuildArch: noarch
BuildRequires: python-setuptools python-devel
Requires: Django python-celery
%description
django-celery provides Celery integration for Django; Using the Django ORM and
cache backend for storing results, autodiscovery of task modules for
applications listed in INSTALLED_APPS, and more.
Celery is a task queue/job queue based on distributed message passing. It is
focused on real-time operation, but supports scheduling as well.
The execution units, called tasks, are executed concurrently on a single or more
worker servers. Tasks can execute asynchronously (in the background) or
synchronously (wait until ready).
%prep
%setup -q
rm -rf docs/.templates
rm -rf docs/.static*
%build
%{__python} setup.py build
%install
%{__python} setup.py install -O1 --skip-build --root %{buildroot}
%files
%doc LICENSE FAQ README AUTHORS THANKS TODO Changelog docs/
%{_bindir}/djcelerymon
%{python_sitelib}/djcelery/
%{python_sitelib}/django_celery*.egg-info
%changelog
* Thu Aug 11 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 2.2.7-1
- new upstream release
* Thu Apr 18 2011 Rahul Sundaram <sundaram@fedoraproject.org> - 2.2.3-1
- initial spec

View file

@ -1 +0,0 @@
833d142cb065d53049d03f288f359735 django-celery-2.2.7.tar.gz