diff --git a/python-distro.spec b/python-distro.spec index 7ef196b..ee7540a 100644 --- a/python-distro.spec +++ b/python-distro.spec @@ -84,14 +84,14 @@ rm -rf %{pypi_name}.egg-info %doc README.rst # not included in tar.gz # see https://github.com/nir0s/distro/issues/139 -#%license LICENSE +#%%license LICENSE %{python2_sitelib}/%{pypi_name}.py* %{python2_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info %if 0%{with_python3} %files -n python3-%{pypi_name} %doc README.rst -#%license LICENSE +#%%license LICENSE %{python3_sitelib}/__pycache__/* %{python3_sitelib}/%{pypi_name}.py %{python3_sitelib}/%{pypi_name}-%{version}-py?.?.egg-info