This commit is contained in:
User 2019-11-07 09:26:13 +03:00
parent 1878504168
commit f1998c52d7

View file

@ -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}/*