automatic version update by autodist [release 15.2.0-1mamba;Wed Feb 03 2016]
This commit is contained in:
parent
02f7426832
commit
0cbbbbad93
@ -1,5 +1,5 @@
|
|||||||
Name: python-pyzmq
|
Name: python-pyzmq
|
||||||
Version: 15.1.0
|
Version: 15.2.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Python bindings for zeromq
|
Summary: Python bindings for zeromq
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -41,14 +41,23 @@ CFLAGS="%{optflags}" %{__python} setup.py build
|
|||||||
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
sed -i "\,\.egg-info/,d;s,.*/man/.*,&.gz," %{name}.filelist
|
||||||
|
|
||||||
# workaround
|
# workaround
|
||||||
sed -i "/_test_asyncio/d" %{name}.filelist
|
sed -i "/asyncio/d" %{name}.filelist
|
||||||
|
|
||||||
%files -f %{name}.filelist
|
%files -f %{name}.filelist
|
||||||
%defattr(-,root,root)
|
%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
|
||||||
|
%{python_sitearch}/zmq/tests/test_asyncio.py*
|
||||||
|
%doc COPYING.LESSER README.md
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Feb 03 2016 Automatic Build System <autodist@mambasoft.it> 15.2.0-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Sun Dec 27 2015 Automatic Build System <autodist@mambasoft.it> 15.1.0-1mamba
|
* Sun Dec 27 2015 Automatic Build System <autodist@mambasoft.it> 15.1.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user