-
Notifications
You must be signed in to change notification settings - Fork 55
/
Copy pathpython-txzmq.spec
44 lines (31 loc) · 1001 Bytes
/
python-txzmq.spec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Name: python-txzmq
Version: 1.0.0
Release: 1%{?dist}
Summary: Twisted bindings for ZeroMQ
Group: Development/Languages
License: MPLv2
URL: http://pypi.python.org/pypi/txZMQ
Source0: http://pypi.python.org/packages/source/t/txZMQ/txZMQ-1.0.0.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 <http://zeromq.org>`_ 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 <[email protected]> 0.3.1-1
- initial package for Fedora