diff --git a/python-pyzmq.spec b/python-pyzmq.spec index 58a8875..68637ea 100644 --- a/python-pyzmq.spec +++ b/python-pyzmq.spec @@ -1,5 +1,5 @@ Name: python-pyzmq -Version: 15.1.0 +Version: 15.2.0 Release: 1mamba Summary: Python bindings for zeromq Group: System/Libraries @@ -41,14 +41,23 @@ CFLAGS="%{optflags}" %{__python} setup.py build sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist # workaround -sed -i "/_test_asyncio/d" %{name}.filelist +sed -i "/asyncio/d" %{name}.filelist %files -f %{name}.filelist %defattr(-,root,root) -%doc COPYING.LESSER README.md +%dir %{python_sitearch}/zmq +%{python_sitearch}/zmq/asyncio.py +%dir %{python_sitearch}/zmq/auth +%{python_sitearch}/zmq/auth/asyncio.py +%dir %{python_sitearch}/zmq/tests %{python_sitearch}/zmq/tests/_test_asyncio.py +%{python_sitearch}/zmq/tests/test_asyncio.py* +%doc COPYING.LESSER README.md %changelog +* Wed Feb 03 2016 Automatic Build System 15.2.0-1mamba +- automatic version update by autodist + * Sun Dec 27 2015 Automatic Build System 15.1.0-1mamba - automatic version update by autodist