[python-qpid/f18] Added the python-qpid-common subpackage

Darryl L. Pierce mcpierce at fedoraproject.org
Thu Sep 19 21:14:05 UTC 2013


commit 74ef6836940bafb57bb0adc3418588fedaee7400
Author: Darryl L. Pierce <mcpierce at gmail.com>
Date:   Thu Sep 19 16:38:53 2013 -0400

    Added the python-qpid-common subpackage

 python-qpid.spec |   30 ++++++++++++++++++++++++++----
 1 files changed, 26 insertions(+), 4 deletions(-)
---
diff --git a/python-qpid.spec b/python-qpid.spec
index 284bd06..e9876d5 100644
--- a/python-qpid.spec
+++ b/python-qpid.spec
@@ -3,7 +3,7 @@
 
 Name:           python-qpid
 Version:        0.22
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Python client library for AMQP
 
 License:        ASL 2.0
@@ -14,9 +14,29 @@ BuildArch:      noarch
 
 BuildRequires:  python-devel
 
+Requires:       python-qpid-common = %{version}-%{release}
+
 %description
 The Apache Qpid Python client library for AMQP.
 
+
+
+%package -n python-qpid-common
+Summary:   Shared code for Qpid Python language bindings
+
+
+%description -n python-qpid-common
+%{summary}.
+
+
+%files -n python-qpid-common
+%doc LICENSE.txt
+%doc examples
+%{python_sitelib}/mllib
+%{python_sitelib}/qpid/*.py*
+%{python_sitelib}/qpid/specs
+
+
 %prep
 %setup -q -n qpid-%{version}/python
 cd ..
@@ -39,10 +59,9 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(-,root,root,-)
-%doc LICENSE.txt NOTICE.txt README.txt examples
-%{python_sitelib}/mllib
-%{python_sitelib}/qpid
+%doc LICENSE.txt NOTICE.txt README.txt
 %{_bindir}/qpid-python-test
+%{python_sitelib}/qpid
 
 %exclude %{python_sitelib}/qpid/tests
 
@@ -51,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Tue Sep 17 2013 Darryl L. Pierce <dpierce at redhat.com> - 0.22-3
+- Added the python-qpid-common subpackage
+
 * Tue Sep 17 2013 Darryl L. Pierce <dpierce at redhat.com> - 0.22-2
 - Removed the set of unit tests from the installed package.
 - Resolves: BZ#1008877


More information about the scm-commits mailing list