From cdeca81d3533ba8bd6fe75d9fb402f3846b18098 Mon Sep 17 00:00:00 2001 From: Scott Talbert Date: Fri, 24 Sep 2021 09:43:48 -0400 Subject: [PATCH] Fix license info (#2007385) --- PyQt-builder.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/PyQt-builder.spec b/PyQt-builder.spec index b695a08..8f0cdcd 100644 --- a/PyQt-builder.spec +++ b/PyQt-builder.spec @@ -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 - 1.10.3-2 +- Fix license info (#2007385) + * Wed Jul 21 2021 Scott Talbert - 1.10.3-1 - Update to new upstream release 1.10.3 (#1984602)