diff --git a/python-requests-mock.spec b/python-requests-mock.spec index ef38e2e..571fe2d 100644 --- a/python-requests-mock.spec +++ b/python-requests-mock.spec @@ -19,7 +19,7 @@ %{?!python_module:%define python_module() python-%{**} python3-%{**}} %bcond_without test Name: python-requests-mock -Version: 1.4.0 +Version: 1.5.2 Release: 0 Summary: Mock out responses from the requests package License: Apache-2.0 @@ -43,7 +43,6 @@ Requires: python-six BuildRequires: python3-dbm Requires: python3-dbm %endif -BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildArch: noarch %python_subpackages @@ -74,8 +73,8 @@ testr run --parallel %endif %files %{python_files} -%defattr(-,root,root,-) -%doc AUTHORS README.rst LICENSE ChangeLog +%doc AUTHORS README.rst ChangeLog +%license LICENSE %{python_sitelib}/* %changelog