From 0a81e697f469467a49755444b75d12600ac25ab5 Mon Sep 17 00:00:00 2001 From: proklov_av <111@111.ru> Date: Sun, 5 Apr 2020 22:20:17 +0900 Subject: [PATCH] fix files path --- .abf.yml | 1 - python-sphinxcontrib-log-cabinet.spec | 8 ++++---- 2 files changed, 4 insertions(+), 5 deletions(-) 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/* #==============================================================================