diff --git a/python-beautifulsoup4.spec b/python-beautifulsoup4.spec index 361f19a..e9e6657 100644 --- a/python-beautifulsoup4.spec +++ b/python-beautifulsoup4.spec @@ -134,19 +134,22 @@ pushd %{py3dir} %endif %files -%doc *.txt +%license COPYING.txt +%doc AUTHORS.txt NEWS.txt README.txt TODO.txt %{python_sitelib}/beautifulsoup4-%{version}*.egg-info %{python_sitelib}/bs4 %if 0%{?with_python3} %files -n python3-beautifulsoup4 -%doc *.txt +%license COPYING.txt +%doc AUTHORS.txt NEWS.txt README.txt TODO.txt %{python3_sitelib}/beautifulsoup4-%{version}*.egg-info %{python3_sitelib}/bs4 %endif %changelog * Tue Jul 26 2016 Ville Skyttä +- Mark COPYING.txt as %%license - Don't require html5lib if lxml is required - Require lxml on EL7