[python-qpid/f17] Release 0.16 of Qpid upstream.

Darryl L. Pierce mcpierce at fedoraproject.org
Tue Jun 5 15:11:13 UTC 2012


commit 83a60f10d0966345cbeb7d34deea50f77f40e93d
Author: Darryl L. Pierce <dpierce at redhat.com>
Date:   Tue Jun 5 09:44:34 2012 -0400

    Release 0.16 of Qpid upstream.
    
    - Some cleanup to remove rpmlint errors.

 .gitignore       |    2 +
 fedora.patch     | 2497 ------------------------------------------------------
 python-qpid.spec |   19 +-
 sources          |    2 +-
 4 files changed, 16 insertions(+), 2504 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index 11fe15a..a953a19 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,3 +3,5 @@ python-qpid-0.7.946106.tar.gz
 /qpid-extras-0.8.tar.gz
 /qpid-python-0.10.tar.gz
 /qpid-python-0.12.tar.gz
+/qpid-python-0.14.tar.gz
+/qpid-python-0.16.tar.gz
diff --git a/python-qpid.spec b/python-qpid.spec
index c28ff0f..a29ec53 100644
--- a/python-qpid.spec
+++ b/python-qpid.spec
@@ -2,17 +2,14 @@
 %{!?python_version: %global python_version %(%{__python} -c "from distutils.sysconfig import get_python_version; print get_python_version()")}
 
 Name:           python-qpid
-Version:        0.14
+Version:        0.16
 Release:        1%{?dist}
 Summary:        Python client library for AMQP
 
-Group:          Development/Python
 License:        ASL 2.0
 URL:            http://qpid.apache.org
-Source0:        qpid-python-%{version}.tar.gz
-Patch0:         fedora.patch
+Source0:        http://www.apache.org/dyn/closer.cgi/qpid/%{version}/qpid-python-%{version}.tar.gz
 
-BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:      noarch
 
 BuildRequires:  python-devel
@@ -31,21 +28,31 @@ CFLAGS="$RPM_OPT_FLAGS" %{__python} setup.py build
 rm -rf $RPM_BUILD_ROOT
 %{__python} setup.py install --skip-build --root $RPM_BUILD_ROOT
 
+chmod +x %{buildroot}/%{python_sitelib}/qpid/codec.py
+chmod +x %{buildroot}/%{python_sitelib}/qpid/tests/codec.py
+chmod +x %{buildroot}/%{python_sitelib}/qpid/reference.py
+chmod +x %{buildroot}/%{python_sitelib}/qpid/managementdata.py
+chmod +x %{buildroot}/%{python_sitelib}/qpid/disp.py
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
+%doc LICENSE.txt NOTICE.txt README.txt examples
 %{python_sitelib}/mllib
 %{python_sitelib}/qpid
 %{_bindir}/qpid-python-test
-%doc LICENSE.txt NOTICE.txt README.txt examples/
 
 %if "%{python_version}" >= "2.6"
 %{python_sitelib}/qpid_python-*.egg-info
 %endif
 
 %changelog
+* Tue Jun 05 2012 Darryl L. Pierce <dpierce at redhat.com> - 0.16-1
+- Release 0.16 of Qpid upstream.
+- Some cleanup to remove rpmlint errors.
+
 * Fri Feb 17 2012 Nuno Santos <nsantos at redhat.com> - 0.14-1
 - Rebased to sync with upstream's official 0.14 release
 
diff --git a/sources b/sources
index f50498f..231c2a4 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-3edc085281224b72d428271bd71ea26e  qpid-python-0.14.tar.gz
+667f808f49159ecb23c31879093744c9  qpid-python-0.16.tar.gz


More information about the scm-commits mailing list