14
0
2015-12-08 08:48:06 +00:00
committed by Git OBS Bridge
parent d7ecd4cfe5
commit 9d7480ac14
3 changed files with 30 additions and 2 deletions

View File

@@ -23,7 +23,8 @@ Summary: A collection of tools for Python
License: MIT
Group: Development/Languages/Python
Url: http://pypi.python.org/pypi/pytools
Source: http://pypi.python.org/packages/source/p/pytools/pytools-%{version}.tar.gz
Source0: http://pypi.python.org/packages/source/p/pytools/pytools-%{version}.tar.gz
Source1: LICENSE.mit
BuildRequires: python-appdirs
BuildRequires: python-decorator
BuildRequires: python-devel
@@ -52,6 +53,7 @@ nonetheless, here's what's on offer:
%prep
%setup -q -n pytools-%{version}
cp %{SOURCE1} .
%build
python setup.py build
@@ -64,7 +66,7 @@ python setup.py test
%files
%defattr(-,root,root,-)
%doc README
%doc README LICENSE.mit
%{python_sitelib}/*
%changelog