forked from pool/python-celery
- Update to 1.0.2;
- Spec file cleaned with spec-cleaner. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-celery?expand=0&rev=8
This commit is contained in:
committed by
Git OBS Bridge
parent
6d889df8fc
commit
c8f79e4144
@@ -1,22 +1,42 @@
|
||||
# norootforbuild
|
||||
#
|
||||
# spec file for package
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
# upon. The license for this file, and modifications and additions to the
|
||||
# file, is the same license as for the pristine package itself (unless the
|
||||
# license for the pristine package is not an Open Source License, in which
|
||||
# case the license is the MIT License). An "Open Source License" is a
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
Name: python-celery
|
||||
Version: 1.0.1
|
||||
Version: 1.0.2
|
||||
Release: 1
|
||||
Summary: Distributed Task Queue
|
||||
License: BSD License
|
||||
Summary: Distributed Task Queue
|
||||
Url: http://github.com/ask/celery
|
||||
Group: Development/Libraries/Python
|
||||
Source: celery-%{version}.tar.gz
|
||||
URL: http://github.com/ask/celery
|
||||
BuildRequires: python-devel, python-setuptools
|
||||
BuildRequires: python-devel,
|
||||
BuildRequires: python-setuptools
|
||||
Requires: python-anyjson,
|
||||
Requires: python-carrot,
|
||||
Requires: python-daemon,
|
||||
Requires: python-django-unittest-depth,
|
||||
Requires: python-tyrant
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
Requires: python-django-unittest-depth, python-anyjson, python-carrot, python-daemon, python-tyrant
|
||||
%{py_requires}
|
||||
%if %{?suse_version: %{suse_version} > 1110} %{!?suse_version:1}
|
||||
BuildArch: noarch
|
||||
%endif
|
||||
|
||||
|
||||
%description
|
||||
Celery is a distributed task queue.
|
||||
It was first created for Django, but is now usable from Python. It can also operate with
|
||||
@@ -34,7 +54,6 @@ Author:
|
||||
--------
|
||||
Ask Solem <askh@opera.com>
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n celery-%{version}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user