update to 13.0.0
This commit is contained in:
parent
94dcac6f5b
commit
929a52d865
1
.gitignore
vendored
1
.gitignore
vendored
@ -8,3 +8,4 @@
|
|||||||
/pyzmq-2.1.11.tar.gz
|
/pyzmq-2.1.11.tar.gz
|
||||||
/pyzmq-2.2.0.tar.gz
|
/pyzmq-2.2.0.tar.gz
|
||||||
/pyzmq-2.2.0.1.tar.gz
|
/pyzmq-2.2.0.1.tar.gz
|
||||||
|
/pyzmq-13.0.0.tar.gz
|
||||||
|
@ -18,19 +18,19 @@
|
|||||||
%global run_tests 1
|
%global run_tests 1
|
||||||
|
|
||||||
Name: python-zmq
|
Name: python-zmq
|
||||||
Version: 2.2.0.1
|
Version: 13.0.0
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Summary: Software library for fast, message-based applications
|
Summary: Software library for fast, message-based applications
|
||||||
|
|
||||||
Group: Development/Libraries
|
Group: Development/Libraries
|
||||||
License: LGPLv3+ and ASL 2.0
|
License: LGPLv3+ and ASL 2.0 and BSD
|
||||||
URL: http://www.zeromq.org/bindings:python
|
URL: http://www.zeromq.org/bindings:python
|
||||||
# VCS: git:http://github.com/zeromq/pyzmq.git
|
# VCS: git:http://github.com/zeromq/pyzmq.git
|
||||||
# git checkout with the commands:
|
# git checkout with the commands:
|
||||||
# git clone http://github.com/zeromq/pyzmq.git pyzmq.git
|
# git clone http://github.com/zeromq/pyzmq.git pyzmq.git
|
||||||
# cd pyzmq.git
|
# cd pyzmq.git
|
||||||
# git archive --format=tar --prefix=pyzmq-%%{version}/ %%{checkout} | xz -z --force - > pyzmq-%%{version}.tar.xz
|
# 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: python2-devel
|
||||||
BuildRequires: python-setuptools
|
BuildRequires: python-setuptools
|
||||||
@ -192,7 +192,7 @@ popd
|
|||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc README.rst COPYING.LESSER examples/
|
%doc README.md COPYING.* examples/
|
||||||
%{python_sitearch}/%{srcname}-*.egg-info
|
%{python_sitearch}/%{srcname}-*.egg-info
|
||||||
%{python_sitearch}/zmq
|
%{python_sitearch}/zmq
|
||||||
%exclude %{python_sitearch}/zmq/tests
|
%exclude %{python_sitearch}/zmq/tests
|
||||||
@ -204,7 +204,7 @@ popd
|
|||||||
%if 0%{?with_python3}
|
%if 0%{?with_python3}
|
||||||
%files -n python3-zmq
|
%files -n python3-zmq
|
||||||
%defattr(-,root,root,-)
|
%defattr(-,root,root,-)
|
||||||
%doc README.rst COPYING.LESSER
|
%doc README.md COPYING.*
|
||||||
# examples/
|
# examples/
|
||||||
%{python3_sitearch}/%{srcname}-*.egg-info
|
%{python3_sitearch}/%{srcname}-*.egg-info
|
||||||
%{python3_sitearch}/zmq
|
%{python3_sitearch}/zmq
|
||||||
@ -217,6 +217,10 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user