]> git.pld-linux.org Git - packages/python-zmq.git/commitdiff
- fixed python 2.x file list (builds and installs fine now)
authorwrobell <wrobell@pld-linux.org>
Tue, 24 Jul 2012 19:38:00 +0000 (20:38 +0100)
committerwrobell <wrobell@pld-linux.org>
Tue, 24 Jul 2012 19:38:00 +0000 (20:38 +0100)
python-pyzmq.spec

index 0f851262cc32794c578c84f1c64fc4f57a7ae56e..6277ab09d888100ec459710328a6933f0cb10c86 100644 (file)
@@ -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
This page took 0.108933 seconds and 4 git commands to generate.