[packages/python-pyzmq] - fixed python 2.x file list (builds and installs fine now)

wrobell wrobell at pld-linux.org
Tue Jul 24 21:38:24 CEST 2012


commit 136ce37340b357d233d8c21e30bcd17e1111fd73
Author: wrobell <wrobell at pld-linux.org>
Date:   Tue Jul 24 20:38:00 2012 +0100

    - fixed python 2.x file list (builds and installs fine now)

 python-pyzmq.spec | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/python-pyzmq.spec b/python-pyzmq.spec
index 0f85126..6277ab0 100644
--- a/python-pyzmq.spec
+++ b/python-pyzmq.spec
@@ -89,6 +89,8 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{py_sitedir}/zmq/utils
 %{py_sitedir}/zmq/utils/*.py[co]
 %attr(755,root,root) %{py_sitedir}/zmq/utils/*.so
+%dir %{py_sitedir}/zmq/web
+%{py_sitedir}/zmq/web/*.py[co]
 %if "%{py_ver}" > "2.4"
 %{py_sitedir}/pyzmq-*.egg-info
 %endif


More information about the pld-cvs-commit mailing list