packages: python-amqplib/python-amqplib.spec (NEW) - initial.
cieciwa
cieciwa at pld-linux.org
Wed May 25 09:42:07 CEST 2011
Author: cieciwa Date: Wed May 25 07:42:07 2011 GMT
Module: packages Tag: HEAD
---- Log message:
- initial.
---- Files affected:
packages/python-amqplib:
python-amqplib.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: packages/python-amqplib/python-amqplib.spec
diff -u /dev/null packages/python-amqplib/python-amqplib.spec:1.1
--- /dev/null Wed May 25 09:42:07 2011
+++ packages/python-amqplib/python-amqplib.spec Wed May 25 09:42:02 2011
@@ -0,0 +1,76 @@
+# $Revision$, $Date$
+%define module amqplib
+Summary: AMQP Messaging Framework for Python
+Summary(pl.UTF-8): -
+Name: python-%{module}
+Version: 0.6.1
+Release: 0.1
+License: BSD-like
+Group: Development/Languages/Python
+Source0: http://pypi.python.org/packages/source/a/%{module}/%{module}-%{version}.tgz
+# Source0-md5: b2f6679b27eaae97c50a9c3504154fae
+URL: -
+BuildRequires: python-distribute
+BuildRequires: rpm-pythonprov
+BuildRequires: rpmbuild(macros) >= 1.219
+Requires: python-modules
+Requires: python-pyparsing
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+
+%prep
+%setup -q -n %{module}-%{version}
+
+%build
+%{__python} setup.py build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+%{__python} setup.py install \
+ --skip-build \
+ --optimize=2 \
+ --root=$RPM_BUILD_ROOT
+
+%py_postclean
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%pre
+
+%preun
+
+%post
+
+%postun
+
+%files
+%defattr(644,root,root,755)
+%doc README* 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.1 2011/05/25 07:42:02 cieciwa
+- initial.
+
+Revision 1.2 2011/05/24 14:05:05 cieciwa
+- updated,
+- fixed build, install and package.
+
+Revision 1.1 2011/05/24 13:42:20 cieciwa
+- initial,
+- version 1.1.3.
+
================================================================
More information about the pld-cvs-commit
mailing list