14
0
forked from pool/python-redis
Pavol Rusnak
2010-03-07 22:28:01 +00:00
committed by Git OBS Bridge
commit d56c30fba0
5 changed files with 61 additions and 0 deletions

29
python-redis.spec Normal file
View File

@@ -0,0 +1,29 @@
Name: python-redis
Version: 1.34.1
Release: 1
Summary: Python client for Redis key-value store
License: MIT
Group: Development/Libraries/Python
Source: http://cloud.github.com/downloads/andymccurdy/redis-py/redis-%{version}.tar.gz
BuildRequires: python-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
Requires: python
%{py_requires}
%description
Python client for Redis key-value store
%prep
%setup -q -n redis-%{version}
%build
%{__python} setup.py build
%install
%{__python} setup.py install --prefix=%{_prefix} --root=%{buildroot} --record-rpm=INSTALLED_FILES
%files -f INSTALLED_FILES
%defattr(-,root,root)