15
0
forked from pool/python-extras
Sascha Peilicke
2013-05-03 08:15:08 +00:00
committed by Git OBS Bridge
parent 5a07df7f9c
commit 0c3e092334
3 changed files with 65 additions and 1 deletions

View File

@@ -25,6 +25,7 @@ Group: Development/Languages/Python
Url: https://github.com/testing-cabal/extras
Source: http://pypi.python.org/packages/source/e/extras/extras-%{version}.tar.gz
BuildRequires: python-devel
# Test requirements:
BuildRequires: python-nose
BuildRequires: python-testtools
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@@ -54,6 +55,7 @@ nosetests
%files
%defattr(-,root,root,-)
%doc LICENSE NEWS README.rst
%{python_sitelib}/*
%{python_sitelib}/extras-%{version}-py%{py_ver}.egg-info/
%{python_sitelib}/extras
%changelog