diff --git a/LICENSE.txt b/LICENSE.txt index d60c31a..519310a 100644 --- a/LICENSE.txt +++ b/LICENSE.txt @@ -2,7 +2,8 @@ Version 2, June 1991 Copyright (C) 1989, 1991 Free Software Foundation, Inc. - 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA + Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. diff --git a/python-txzmq.spec b/python-txzmq.spec new file mode 100644 index 0000000..dcba933 --- /dev/null +++ b/python-txzmq.spec @@ -0,0 +1,44 @@ +Name: python-txzmq +Version: 0.3.1 +Release: 1%{?dist} +Summary: Twisted bindings for ZeroMQ + +Group: Development/Languages +License: GPLv2 +URL: http://pypi.python.org/pypi/txZMQ +Source0: http://pypi.python.org/packages/source/t/txZMQ/txZMQ-0.3.1.tar.gz + +BuildArch: noarch + + +BuildRequires: python-devel +BuildRequires: python-setuptools +BuildRequires: python-zmq +BuildRequires: python-twisted + +Requires: python-zmq +Requires: python-twisted + +%description +txZMQ allows to integrate easily `ZeroMQ `_ sockets into +Twisted event loop (reactor). + +%prep +%setup -q -n txZMQ-%{version} + +%build +%{__python} setup.py build + +%install +%{__python} setup.py install -O1 --skip-build --root $RPM_BUILD_ROOT + + +%files +%defattr(-,root,root,-) +%doc README.rst LICENSE.txt + +%{python_sitelib}/* + +%changelog +* Thu Apr 05 2012 Ralph Bean 0.3.1-1 +- initial package for Fedora