Skip to content

Commit

Permalink
Merge pull request #22 from ralphbean/master
Browse files Browse the repository at this point in the history
Spec file and license correction.
  • Loading branch information
smira committed Apr 6, 2012
2 parents 6dc624b + 14e6373 commit d7ec672
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
3 changes: 2 additions & 1 deletion LICENSE.txt
Expand Up @@ -2,7 +2,8 @@
Version 2, June 1991 Version 2, June 1991


Copyright (C) 1989, 1991 Free Software Foundation, Inc. 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 Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed. of this license document, but changing it is not allowed.


Expand Down
44 changes: 44 additions & 0 deletions 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 <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 <rbean@redhat.com> 0.3.1-1
- initial package for Fedora

0 comments on commit d7ec672

Please sign in to comment.