15
0
forked from pool/python-chai
2018-12-04 17:14:55 +00:00
committed by Git OBS Bridge
parent 29c86fefcf
commit c388da2b23

View File

@@ -23,12 +23,11 @@ Release: 0
Summary: Mocking/stub framework for Python
License: BSD-3-Clause
Group: Development/Languages/Python
Url: https://github.com/agoragames/chai
URL: https://github.com/agoragames/chai
Source: https://files.pythonhosted.org/packages/source/c/chai/chai-%{version}.tar.gz
BuildRequires: %{python_module nose}
BuildRequires: fdupes
BuildRequires: python-rpm-macros
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%python_subpackages
@@ -51,8 +50,8 @@ rm -rf chai.egg-info
%python_exec %{_bindir}/nosetests
%files %{python_files}
%defattr(-,root,root,-)
%doc LICENSE.txt README.rst
%license LICENSE.txt
%doc README.rst
%{python_sitelib}/*
%changelog