Fix license info (#2007385)
This commit is contained in:
parent
027ba9cd73
commit
cdeca81d35
@ -3,10 +3,10 @@
|
||||
|
||||
Name: %{srcname}
|
||||
Version: 1.10.3
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: The PEP 517 compliant PyQt build system
|
||||
|
||||
License: BSD
|
||||
License: GPLv2 or GPLv3
|
||||
URL: https://www.riverbankcomputing.com/software/pyqt/
|
||||
Source0: %{pypi_source}
|
||||
BuildArch: noarch
|
||||
@ -37,12 +37,17 @@ rm -rf %{pypi_name}.egg-info
|
||||
rm -rf %{buildroot}/%{python3_sitelib}/pyqtbuild/bundle/dlls
|
||||
|
||||
%files
|
||||
%license LICENSE-GPL2
|
||||
%license LICENSE-GPL3
|
||||
%{_bindir}/pyqt-bundle
|
||||
%{_bindir}/pyqt-qt-wheel
|
||||
%{python3_sitelib}/pyqtbuild
|
||||
%{python3_sitelib}/PyQt_builder-%{version}-py%{python3_version}.egg-info
|
||||
|
||||
%changelog
|
||||
* Fri Sep 24 2021 Scott Talbert <swt@techie.net> - 1.10.3-2
|
||||
- Fix license info (#2007385)
|
||||
|
||||
* Wed Jul 21 2021 Scott Talbert <swt@techie.net> - 1.10.3-1
|
||||
- Update to new upstream release 1.10.3 (#1984602)
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user