|
|
@ -1,12 +1,11 @@
|
|
|
|
%global pypi_name PyQt-builder
|
|
|
|
%global pypi_name pyqt_builder
|
|
|
|
%global srcname PyQt-builder
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Name: %{srcname}
|
|
|
|
Name: PyQt-builder
|
|
|
|
Version: 1.15.4
|
|
|
|
Version: 1.17.0
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: The PEP 517 compliant PyQt build system
|
|
|
|
Summary: The PEP 517 compliant PyQt build system
|
|
|
|
|
|
|
|
|
|
|
|
License: GPL-2.0-only OR GPL-3.0-only
|
|
|
|
License: BSD-2-Clause
|
|
|
|
URL: https://www.riverbankcomputing.com/software/pyqt/
|
|
|
|
URL: https://www.riverbankcomputing.com/software/pyqt/
|
|
|
|
Source0: %{pypi_source}
|
|
|
|
Source0: %{pypi_source}
|
|
|
|
BuildArch: noarch
|
|
|
|
BuildArch: noarch
|
|
|
@ -42,14 +41,17 @@ rm -rf %{buildroot}/%{python3_sitelib}/pyqtbuild/bundle/dlls
|
|
|
|
%py3_check_import pyqtbuild
|
|
|
|
%py3_check_import pyqtbuild
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%license LICENSE-GPL2
|
|
|
|
%license LICENSE
|
|
|
|
%license LICENSE-GPL3
|
|
|
|
|
|
|
|
%{_bindir}/pyqt-bundle
|
|
|
|
%{_bindir}/pyqt-bundle
|
|
|
|
%{_bindir}/pyqt-qt-wheel
|
|
|
|
%{_bindir}/pyqt-qt-wheel
|
|
|
|
%{python3_sitelib}/pyqtbuild
|
|
|
|
%{python3_sitelib}/pyqtbuild
|
|
|
|
%{python3_sitelib}/PyQt_builder-%{version}.dist-info
|
|
|
|
%{python3_sitelib}/PyQt_builder-%{version}.dist-info
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon Dec 09 2024 Jan Grulich <jgrulich@redhat.com> - 1.17.0-1
|
|
|
|
|
|
|
|
- 1.17.0
|
|
|
|
|
|
|
|
Resolves: RHEL-70412
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.15.4-3
|
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 1.15.4-3
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
Resolves: RHEL-64018
|
|
|
|