mirror of
https://abf.rosa.ru/djam/python-six.git
synced 2025-02-23 23:42:51 +00:00
fix docs
This commit is contained in:
parent
1878504168
commit
f1998c52d7
1 changed files with 2 additions and 3 deletions
|
@ -49,14 +49,13 @@ Bugs can be reported to http://bitbucket.org/gutworth/six. The code can also
|
|||
be found there.
|
||||
|
||||
%files -n python3-%{oname}
|
||||
%doc LICENSE README documentation/index.rst
|
||||
%doc LICENSE README.rst documentation/index.rst
|
||||
%{py3_puresitedir}/*
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
||||
|
||||
%build
|
||||
chmod 644 README
|
||||
python setup.py build
|
||||
python3 setup.py build
|
||||
|
||||
|
@ -65,5 +64,5 @@ python setup.py install --root=%{buildroot}
|
|||
python3 setup.py install --root=%{buildroot}
|
||||
|
||||
%files
|
||||
%doc LICENSE README documentation/index.rst
|
||||
%doc LICENSE README.rst documentation/index.rst
|
||||
%{py_puresitedir}/*
|
||||
|
|
Loading…
Add table
Reference in a new issue