packages: python-kombu/python-kombu.spec - desc, R:, cleanup
zbyniu
zbyniu at pld-linux.org
Thu May 26 16:09:03 CEST 2011
Author: zbyniu Date: Thu May 26 14:09:03 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- desc, R:, cleanup
---- Files affected:
packages/python-kombu:
python-kombu.spec (1.2 -> 1.3)
---- Diffs:
================================================================
Index: packages/python-kombu/python-kombu.spec
diff -u packages/python-kombu/python-kombu.spec:1.2 packages/python-kombu/python-kombu.spec:1.3
--- packages/python-kombu/python-kombu.spec:1.2 Tue May 24 16:05:05 2011
+++ packages/python-kombu/python-kombu.spec Thu May 26 16:08:58 2011
@@ -1,7 +1,6 @@
# $Revision$, $Date$
%define module kombu
Summary: AMQP Messaging Framework for Python
-Summary(pl.UTF-8): -
Name: python-%{module}
Version: 1.1.3
Release: 0.1
@@ -13,12 +12,17 @@
BuildRequires: python-distribute
BuildRequires: rpm-pythonprov
BuildRequires: rpmbuild(macros) >= 1.219
+Requires: python-amqplib >= 0.6
+Requires: python-anyjson >= 0.3.1
Requires: python-modules
Requires: python-pyparsing
BuildArch: noarch
BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
%description
+The aim of Kombu is to make messaging in Python as easy as possible by
+providing an idiomatic high-level interface for the AMQP protocol, and
+also provide proven and tested solutions to common messaging problems.
%prep
%setup -q -n %{module}-%{version}
@@ -38,31 +42,24 @@
%clean
rm -rf $RPM_BUILD_ROOT
-%pre
-
-%preun
-
-%post
-
-%postun
-
%files
%defattr(644,root,root,755)
-%doc AUTHORS README* THANKS TODO
+%doc AUTHORS Changelog FAQ README THANKS TODO
%{py_sitescriptdir}/%{module}
%if "%{py_ver}" > "2.4"
%{py_sitescriptdir}/%{module}-*.egg-info
%endif
-
-
%define date %(echo `LC_ALL="C" date +"%a %b %d %Y"`)
%changelog
* %{date} PLD Team <feedback at pld-linux.org>
All persons listed below can be reached at <cvs_login>@pld-linux.org
$Log$
+Revision 1.3 2011/05/26 14:08:58 zbyniu
+- desc, R:, cleanup
+
Revision 1.2 2011/05/24 14:05:05 cieciwa
- updated,
- fixed build, install and package.
@@ -70,4 +67,3 @@
Revision 1.1 2011/05/24 13:42:20 cieciwa
- initial,
- version 1.1.3.
-
================================================================
---- CVS-web:
http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/packages/python-kombu/python-kombu.spec?r1=1.2&r2=1.3&f=u
More information about the pld-cvs-commit
mailing list