mirror of
https://abf.rosa.ru/djam/python-sphinxcontrib-log-cabinet.git
synced 2025-02-23 07:52:50 +00:00
fix files path
This commit is contained in:
parent
32f27c9bf7
commit
0a81e697f4
2 changed files with 4 additions and 5 deletions
1
.abf.yml
1
.abf.yml
|
@ -1,3 +1,2 @@
|
|||
sources:
|
||||
iniparse-0.5.tar.gz: eecb8fc113c4fc5930fea7eebf0eb796229c0ebc
|
||||
sphinxcontrib-log-cabinet-1.0.1.tar.gz: 020e7556b0217a293afba4ea2a2498d20a119495
|
||||
|
|
|
@ -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/*
|
||||
|
||||
#==============================================================================
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue