Skip to content
This repository has been archived by the owner on Sep 22, 2020. It is now read-only.

Commit

Permalink
spec: added first version of the spec file
Browse files Browse the repository at this point in the history
  • Loading branch information
fsouza committed May 31, 2012
1 parent 1e9e9fd commit c32168d
Showing 1 changed file with 44 additions and 0 deletions.
44 changes: 44 additions & 0 deletions txzookeeper.spec
@@ -0,0 +1,44 @@
Name: python-txzookeeper
Version: 0.9.5
Release: 1%{?dist}
Summary: Twisted api for Apache Zookeeper

Group: Application/
License: LGPL
URL: http://launchpad.net/txzookeeper
Source0: http://pypi.python.org/packages/source/t/txzookeeper/txzookeeper-%{version}.tar.gz
BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)

BuildRequires: python-devel
Requires: python-zookeeper python-twisted

%description
Twisted API for Apache Zookeeper. Includes a distributed lock, and several
queue implementations.


%prep
%setup -q -n txzookeeper-%{version}


%build
%{__python} setup.py build


%install
rm -rf $RPM_BUILD_ROOT
%{__python} setup.py install -O2 --skip-build --root $RPM_BUILD_ROOT


%clean
rm -rf $RPM_BUILD_ROOT


%files
%{python_sitelib}/*



%changelog
* Thu May 31 2012 Francisco Souza <f@souza.cc> - 0.9.5
- Initial packaging

0 comments on commit c32168d

Please sign in to comment.