forked from pool/python-fixtures
Clean up the SPEC file
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-fixtures?expand=0&rev=31
This commit is contained in:
@@ -23,8 +23,8 @@ Release: 0
|
||||
Summary: Fixtures, reusable state for writing clean tests and more
|
||||
License: Apache-2.0 OR BSD-3-Clause
|
||||
Group: Development/Languages/Python
|
||||
Url: https://launchpad.net/python-fixtures
|
||||
Source: https://pypi.io/packages/source/f/fixtures/fixtures-%{version}.tar.gz
|
||||
URL: https://launchpad.net/python-fixtures
|
||||
Source: https://files.pythonhosted.org/packages/source/f/fixtures/fixtures-%{version}.tar.gz
|
||||
BuildRequires: %{python_module extras}
|
||||
BuildRequires: %{python_module mock}
|
||||
BuildRequires: %{python_module pbr >= 0.11}
|
||||
@@ -36,7 +36,6 @@ Requires: python-extras
|
||||
Requires: python-pbr >= 0.11
|
||||
Requires: python-six
|
||||
Requires: python-testtools >= 0.9.22
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
BuildArch: noarch
|
||||
%python_subpackages
|
||||
|
||||
@@ -61,8 +60,8 @@ compatible test cases easy and straight forward.
|
||||
%python_exec -m testtools.run fixtures.test_suite
|
||||
|
||||
%files %{python_files}
|
||||
%defattr(-,root,root,-)
|
||||
%doc Apache-2.0 BSD COPYING NEWS README
|
||||
%license COPYING
|
||||
%doc Apache-2.0 BSD NEWS README
|
||||
%{python_sitelib}/fixtures
|
||||
%{python_sitelib}/fixtures-%{version}-py%{python_version}.egg-info
|
||||
|
||||
|
||||
Reference in New Issue
Block a user