Specify python3 subpackage in files
This commit is contained in:
parent
c7caa581b3
commit
bc19424ff8
@ -4,7 +4,7 @@ S3transfer is a Python library for managing Amazon S3 transfers.
|
||||
|
||||
Name: python-%{srcname}
|
||||
Version: 0.1.13
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Amazon S3 Transfer Manager
|
||||
|
||||
License: ASL 2.0
|
||||
@ -34,12 +34,15 @@ rm -vrf *.egg-info
|
||||
%install
|
||||
%py3_install
|
||||
|
||||
%files
|
||||
%files -n python3-%{srcname}
|
||||
%license LICENSE.txt
|
||||
%doc README.rst
|
||||
%{python3_sitelib}/%{srcname}/
|
||||
%{python3_sitelib}/%{srcname}-*.egg-info/
|
||||
|
||||
%changelog
|
||||
* Mon Jan 14 2019 Ankur Sinha <ankursinha AT fedoraproject DOT org> - 0.1.13-2
|
||||
- specify python3 subpackage in files section
|
||||
|
||||
* Thu Dec 27 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 0.1.13-1
|
||||
- Initial package
|
||||
|
Loading…
Reference in New Issue
Block a user