[qpid-cpp/f16] BZ747351 - python-qpid-qmf has namespace collision

Nuno Santos nsantos at fedoraproject.org
Thu Oct 20 19:28:21 UTC 2011


commit 8c4d0a206c3d2f739fa3591659a326c3602e0fc8
Author: Nuno Santos <nsantos at redhat.com>
Date:   Thu Oct 20 15:28:11 2011 -0400

    BZ747351 - python-qpid-qmf has namespace collision

 qpid-cpp.spec |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/qpid-cpp.spec b/qpid-cpp.spec
index 6e8feea..bd084e6 100644
--- a/qpid-cpp.spec
+++ b/qpid-cpp.spec
@@ -487,9 +487,9 @@ for python.
 %{python_sitearch}/cqmf2.py*
 %{python_sitearch}/_cqmf2.so
 %{_bindir}/qpid-python-test
-%exclude %{python_sitelib}/mllib
-%exclude %{python_sitelib}/qpid
-%exclude %{python_sitelib}/*.egg-info
+%exclude %{python_sitearch}/mllib
+%exclude %{python_sitearch}/qpid
+%exclude %{python_sitearch}/*.egg-info
 
 %post -n python-qpid-qmf
 /sbin/ldconfig
@@ -800,7 +800,7 @@ Management and diagnostic tools for Apache Qpid brokers and clients.
 %{_bindir}/qmf-tool
 %doc LICENSE NOTICE
 %if "%{python_version}" >= "2.6"
-%{python_sitelib}/qpid_tools-*.egg-info
+%{python_sitearch}/qpid_tools-*.egg-info
 %endif
 
 %endif


More information about the scm-commits mailing list