diff --git a/.abf.yml b/.abf.yml index cb5fe55..f064f0c 100644 --- a/.abf.yml +++ b/.abf.yml @@ -1,3 +1,2 @@ sources: - iniparse-0.5.tar.gz: eecb8fc113c4fc5930fea7eebf0eb796229c0ebc sphinxcontrib-log-cabinet-1.0.1.tar.gz: 020e7556b0217a293afba4ea2a2498d20a119495 diff --git a/python-sphinxcontrib-log-cabinet.spec b/python-sphinxcontrib-log-cabinet.spec index 8e83974..de0d0df 100644 --- a/python-sphinxcontrib-log-cabinet.spec +++ b/python-sphinxcontrib-log-cabinet.spec @@ -27,8 +27,8 @@ directives. The log will be sorted by newest to oldest version. For HTML docs, older versions will be collapsed by default. %files -n python2-%oname -%doc Changelog LICENSE README.md -%{python2_sitelib}/%{oname}* +%doc python2/CHANGES.rst python2/LICENSE.rst python2/README.rst +%{python2_sitelib}/sphinxcontrib/* #============================================================================== @@ -43,8 +43,8 @@ directives. The log will be sorted by newest to oldest version. For HTML docs, older versions will be collapsed by default. %files -n python3-%oname -%doc Changelog LICENSE README.md -%{python3_sitelib}/%{oname}* +%doc python3/CHANGES.rst python3/LICENSE.rst python3/README.rst +%{python3_sitelib}/sphinxcontrib/* #==============================================================================