1
0
Matej Cepl 2018-12-04 17:12:13 +00:00 committed by Git OBS Bridge
parent 0125d0e6b7
commit 095f9bb253

View File

@ -24,13 +24,11 @@ Release: 0
Summary: A library to handle automated deprecations
License: Apache-2.0
Group: Development/Languages/Python
Url: http://deprecation.readthedocs.io/
URL: http://deprecation.readthedocs.io/
Source: https://files.pythonhosted.org/packages/source/d/deprecation/deprecation-%{version}.tar.gz
BuildRequires: %{python_module setuptools}
BuildRequires: python-rpm-macros
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%python_subpackages
%description
@ -49,8 +47,8 @@ enable the automation of several things:
%python_install
%files %{python_files}
%defattr(-,root,root,-)
%doc README.rst LICENSE
%license LICENSE
%doc README.rst
%{python_sitelib}/*
%changelog