packages: python-django-celery/python-django-celery.spec - release 0.9, - u...
cieciwa
cieciwa at pld-linux.org
Wed Jun 8 09:31:42 CEST 2011
Author: cieciwa Date: Wed Jun 8 07:31:42 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- release 0.9,
- updated path, description.
---- Files affected:
packages/python-django-celery:
python-django-celery.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: packages/python-django-celery/python-django-celery.spec
diff -u packages/python-django-celery/python-django-celery.spec:1.2 packages/python-django-celery/python-django-celery.spec:1.3
--- packages/python-django-celery/python-django-celery.spec:1.2 Wed Jun 8 09:04:58 2011
+++ packages/python-django-celery/python-django-celery.spec Wed Jun 8 09:31:37 2011
@@ -4,10 +4,10 @@
%bcond_without tests # do not perform "make test"
%define module django-celery
-Summary: -
+Summary: django-celery provides Celery intergration for Django
Name: python-%module
Version: 2.2.4
-Release: 0.1
+Release: 0.9
License: BSD
Group: Development/Languages
URL: http://code.google.com/p/%{module}/
@@ -27,14 +27,10 @@
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
-When you run ./manage.py syncdb, Django will look for any new models
-that have been defined, and add a database table to represent those
-new models. However, if you make a change to an existing model,
-./manage.py syncdb will not make any changes to the database.
-
-This is where Django Evolution fits in. Django Evolution is an
-extension to Django that allows you to track changes in your models
-over time, and to update the database to reflect those changes.
+Provides Celery integration for Django; Using Django ORM and cache backend for
+storing results, autodiscovery of task modules for applications listed in
+INSTALLED_APPS, and more.
+
%prep
%setup -q -n %{module}-%{version}
@@ -62,9 +58,10 @@
%files
%defattr(644,root,root,755)
%doc AUTHORS LICENSE README docs
-%{py_sitescriptdir}/%{module}
+%attr(755,root,root)%{_bindir}/djcelerymon
+%{py_sitescriptdir}/djcelery
%if "%{py_ver}" > "2.4"
-%{py_sitescriptdir}/%{module}-%{version}-*.egg-info
+%{py_sitescriptdir}/django_celery-%{version}-*.egg-info/
%endif
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -73,6 +70,10 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2011/06/08 07:31:37 cieciwa
+- release 0.9,
+- updated path, description.
+
Revision 1.2 2011/06/08 07:04:58 cieciwa
- update.
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python-django-celery/python-django-celery.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list