fix build
Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
This commit is contained in:
parent
af2aa47b3c
commit
10faaa73c1
@ -55,15 +55,13 @@ sed -i -e '1{\@^#!/usr/bin/env python@d}' %{buildroot}%{python3_sitelib}/%{modna
|
|||||||
%files -n python2-%{modname}
|
%files -n python2-%{modname}
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%doc README.rst CHANGES.rst
|
%doc README.rst CHANGES.rst
|
||||||
%{python2_sitelib}/%{modname}.*
|
%{python2_sitelib}/%{modname}*
|
||||||
%{python2_sitelib}/%{modname}-%{version}-py%python2_version.egg-info/
|
|
||||||
|
|
||||||
%files -n python3-%{modname}
|
%files -n python3-%{modname}
|
||||||
%license LICENSE.txt
|
%license LICENSE.txt
|
||||||
%doc README.rst CHANGES.rst
|
%doc README.rst CHANGES.rst
|
||||||
%{python3_sitelib}/%{modname}.py
|
%{python3_sitelib}/%{modname}*
|
||||||
%{python3_sitelib}/__pycache__/%{modname}.cpython-%python3_version_nodots.py*
|
%{python3_sitelib}/__pycache__/%{modname}.*
|
||||||
%{python3_sitelib}/%{modname}-%{version}-py%python3_version.egg-info/
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-5
|
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.0-5
|
||||||
|
Loading…
Reference in New Issue
Block a user