Fix file list
This commit is contained in:
parent
f1721625f3
commit
073709f537
1 changed files with 6 additions and 3 deletions
|
|
@ -16,7 +16,7 @@ Initiative (NIfTI).}
|
|||
|
||||
Name: python-%{srcname}
|
||||
Version: 1.0.4
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Python bindings for Gifti
|
||||
|
||||
License: GPLv2
|
||||
|
|
@ -82,10 +82,13 @@ install -D -m 0644 %{srcname}.py -t %{buildroot}/%{python2_sitelib}/
|
|||
%license LICENSE.GPL
|
||||
%doc gifti_write_example.py gifti_read_example.py
|
||||
%{python3_sitelib}/%{srcname}.py
|
||||
%{python3_sitelib}/__pycache__/%{srcname}.cpython-37.opt-1.pyc
|
||||
%{python3_sitelib}/__pycache__/%{srcname}.cpython-37.pyc
|
||||
%{python3_sitelib}/__pycache__/%{srcname}.cpython-3*.opt-1.pyc
|
||||
%{python3_sitelib}/__pycache__/%{srcname}.cpython-3*.pyc
|
||||
|
||||
%changelog
|
||||
* Mon Nov 19 2018 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 1.0.4-2
|
||||
- Fix file list to cater to different py3 versions
|
||||
|
||||
* Sun Nov 18 2018 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 1.0.4-1
|
||||
- Only install py2 files conditionally
|
||||
- Initial build
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue