Matej Cepl 2018-12-04 17:10:21 +00:00 committed by Git OBS Bridge
parent 2846e60ac2
commit 3c2753cf75

View File

@ -24,7 +24,7 @@ Release: 0
Summary: An easy whitelist-based HTML-sanitizing tool Summary: An easy whitelist-based HTML-sanitizing tool
License: Apache-2.0 License: Apache-2.0
Group: Development/Languages/Python Group: Development/Languages/Python
Url: http://github.com/jsocol/bleach URL: http://github.com/jsocol/bleach
Source: https://files.pythonhosted.org/packages/source/b/bleach/bleach-%{version}.tar.gz Source: https://files.pythonhosted.org/packages/source/b/bleach/bleach-%{version}.tar.gz
BuildRequires: %{python_module html5lib >= 0.99999999} BuildRequires: %{python_module html5lib >= 0.99999999}
BuildRequires: %{python_module pytest-runner} BuildRequires: %{python_module pytest-runner}
@ -37,9 +37,7 @@ BuildRequires: python-rpm-macros
Requires: python-html5lib >= 0.99999999 Requires: python-html5lib >= 0.99999999
Requires: python-six Requires: python-six
Requires: python-webencodings Requires: python-webencodings
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch BuildArch: noarch
%python_subpackages %python_subpackages
%description %description
@ -79,8 +77,8 @@ py.test-%{$python_bin_suffix}
} }
%files %{python_files} %files %{python_files}
%defattr(-,root,root,-) %license LICENSE
%doc CHANGES LICENSE README.rst %doc CHANGES README.rst
%{python_sitelib}/* %{python_sitelib}/*
%changelog %changelog