1
0
Matej Cepl 2018-12-04 17:15:31 +00:00 committed by Git OBS Bridge
parent e10a7e344b
commit 7af9c0ba86

View File

@ -23,10 +23,9 @@ Release: 0
Summary: Various helpers to pass trusted data to untrusted environments and back
License: BSD-3-Clause
Group: Development/Languages/Python
Url: http://github.com/mitsuhiko/itsdangerous
URL: http://github.com/mitsuhiko/itsdangerous
Source: https://files.pythonhosted.org/packages/source/i/itsdangerous/itsdangerous-%{version}.tar.gz
BuildRequires: python-rpm-macros
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
%python_subpackages
@ -53,8 +52,8 @@ Also I plan to add some extra things. Work in progress.
%python_install
%files %{python_files}
%defattr(-,root,root,-)
%doc CHANGES LICENSE README
%license LICENSE
%doc CHANGES README
%{python_sitelib}/*
%changelog