diff --git a/python-mwclient.spec b/python-mwclient.spec index f7618d7..a58c5f7 100644 --- a/python-mwclient.spec +++ b/python-mwclient.spec @@ -114,13 +114,13 @@ provides access to most API functionality. This is the Python 3 build of %files -n python2-%{github_name} -%doc README.rst REFERENCE.md CHANGELOG.md +%doc README.md REFERENCE.md CHANGELOG.md %license LICENSE.md %{python2_sitelib}/%{github_name}* %if 0%{?with_python3} %files -n python3-%{github_name} -%doc README.rst REFERENCE.md CHANGELOG.md +%doc README.md REFERENCE.md CHANGELOG.md %license LICENSE.md %{python3_sitelib}/%{github_name}* %endif # if with_python3