update to 13.0.0

This commit is contained in:
Thomas Spura 2013-03-20 12:12:44 +01:00
parent 94dcac6f5b
commit 929a52d865
3 changed files with 12 additions and 7 deletions

1
.gitignore vendored
View File

@ -8,3 +8,4 @@
/pyzmq-2.1.11.tar.gz
/pyzmq-2.2.0.tar.gz
/pyzmq-2.2.0.1.tar.gz
/pyzmq-13.0.0.tar.gz

View File

@ -18,19 +18,19 @@
%global run_tests 1
Name: python-zmq
Version: 2.2.0.1
Release: 2%{?dist}
Version: 13.0.0
Release: 1%{?dist}
Summary: Software library for fast, message-based applications
Group: Development/Libraries
License: LGPLv3+ and ASL 2.0
License: LGPLv3+ and ASL 2.0 and BSD
URL: http://www.zeromq.org/bindings:python
# VCS: git:http://github.com/zeromq/pyzmq.git
# git checkout with the commands:
# git clone http://github.com/zeromq/pyzmq.git pyzmq.git
# cd pyzmq.git
# git archive --format=tar --prefix=pyzmq-%%{version}/ %%{checkout} | xz -z --force - > pyzmq-%%{version}.tar.xz
Source0: http://cloud.github.com/downloads/zeromq/pyzmq/pyzmq-%{version}.tar.gz
Source0: https://pypi.python.org/packages/source/p/pyzmq/pyzmq-%{version}.tar.gz
BuildRequires: python2-devel
BuildRequires: python-setuptools
@ -192,7 +192,7 @@ popd
%files
%defattr(-,root,root,-)
%doc README.rst COPYING.LESSER examples/
%doc README.md COPYING.* examples/
%{python_sitearch}/%{srcname}-*.egg-info
%{python_sitearch}/zmq
%exclude %{python_sitearch}/zmq/tests
@ -204,7 +204,7 @@ popd
%if 0%{?with_python3}
%files -n python3-zmq
%defattr(-,root,root,-)
%doc README.rst COPYING.LESSER
%doc README.md COPYING.*
# examples/
%{python3_sitearch}/%{srcname}-*.egg-info
%{python3_sitearch}/zmq
@ -217,6 +217,10 @@ popd
%changelog
* Wed Mar 20 2013 Thomas Spura <tomspur@fedoraproject.org> - 13.0.0-1
- update to 13.0.0
- add BSD to license list
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.2.0.1-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

View File

@ -1 +1 @@
f2f80709e84c8ac72d6671eee645d804 pyzmq-2.2.0.1.tar.gz
1325ab6819f7a087eee84aaa951b6f0c pyzmq-13.0.0.tar.gz