packages: python-celery/python-celery.spec - desc, URL, more strict R:
zbyniu
zbyniu at pld-linux.org
Thu May 26 15:34:40 CEST 2011
Author: zbyniu Date: Thu May 26 13:34:40 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- desc, URL, more strict R:
---- Files affected:
packages/python-celery:
python-celery.spec (1.14 -> 1.15)
---- Diffs:
================================================================
Index: packages/python-celery/python-celery.spec
diff -u packages/python-celery/python-celery.spec:1.14 packages/python-celery/python-celery.spec:1.15
--- packages/python-celery/python-celery.spec:1.14 Thu May 26 12:41:57 2011
+++ packages/python-celery/python-celery.spec Thu May 26 15:34:34 2011
@@ -1,33 +1,36 @@
# $Revision$, $Date$
# TODO
# - pldize initscript
-# - fill descriptions and urls
%define module celery
Summary: Distributed Task Query
Name: python-%{module}
Version: 2.2.6
-Release: 0.3
+Release: 0.4
License: BSD-like
Group: Development/Languages/Python
Source0: http://pypi.python.org/packages/source/c/%{module}/%{module}-%{version}.tar.gz
# Source0-md5: 0c8f5ec2535e2aaf692fd0227a5bb407
Source1: celeryd.sysconfig
-URL: -
+URL: http://celeryproject.org/
BuildRequires: python-distribute
BuildRequires: rpm-pythonprov
BuildRequires: rpmbuild(macros) >= 1.228
Requires: python-amqplib
-Requires: python-anyjson
+Requires: python-anyjson >= 0.3.1
+Requires: python-dateutil >= 1.5.0
Requires: python-dateutil < 2.0.0
-Provides: user(celery)
Requires(post,preun): /sbin/chkconfig
-Requires: python-kombu
+Requires: python-kombu >= 1.1.2
Requires: python-modules
Requires: rc-scripts
+Provides: user(celery)
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
+Celery is an asynchronous task queue/job queue based on distributed
+message passing. It is focused on real-time operation, but supports
+scheduling as well.
%prep
%setup -q -n %{module}-%{version}
@@ -80,7 +83,7 @@
%files
%defattr(644,root,root,755)
-%doc AUTHORS README* THANKS TODO
+%doc AUTHORS Changelog FAQ README THANKS TODO
%attr(755,root,root) %{_bindir}/camqadm
%attr(755,root,root) %{_bindir}/celerybeat
%attr(755,root,root) %{_bindir}/celeryctl
@@ -106,6 +109,9 @@
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.15 2011/05/26 13:34:34 zbyniu
+- desc, URL, more strict R:
+
Revision 1.14 2011/05/26 10:41:57 glen
- Provides user for created user, fafse?
- do not glob initscripts
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python-celery/python-celery.spec?r1=1.14&r2=1.15&f=u
More information about the pld-cvs-commit
mailing list