|
|
|
@ -1,18 +1,16 @@
|
|
|
|
|
%global pypi_name PyQt-builder
|
|
|
|
|
%global srcname PyQt-builder
|
|
|
|
|
%global pypi_name pyqt_builder
|
|
|
|
|
|
|
|
|
|
Name: %{srcname}
|
|
|
|
|
Version: 1.13.0
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
Name: PyQt-builder
|
|
|
|
|
Version: 1.17.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: The PEP 517 compliant PyQt build system
|
|
|
|
|
|
|
|
|
|
License: GPLv2 or GPLv3
|
|
|
|
|
License: BSD-2-Clause
|
|
|
|
|
URL: https://www.riverbankcomputing.com/software/pyqt/
|
|
|
|
|
Source0: %{pypi_source}
|
|
|
|
|
BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
BuildRequires: python3dist(setuptools)
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
|
PyQt-builder is the PEP 517 compliant build system for PyQt and projects that
|
|
|
|
@ -26,25 +24,72 @@ project.py.
|
|
|
|
|
# Remove bundled egg-info
|
|
|
|
|
rm -rf %{pypi_name}.egg-info
|
|
|
|
|
|
|
|
|
|
%generate_buildrequires
|
|
|
|
|
%pyproject_buildrequires
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
%py3_build
|
|
|
|
|
%pyproject_wheel
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
|
%py3_install
|
|
|
|
|
%pyproject_install
|
|
|
|
|
# These dll files are from openssl and microsoft visiual studio
|
|
|
|
|
# While we can redistribute them, we don't have source and it's
|
|
|
|
|
# unlikely anyone will want to bundle a windows executable from linux.
|
|
|
|
|
rm -rf %{buildroot}/%{python3_sitelib}/pyqtbuild/bundle/dlls
|
|
|
|
|
|
|
|
|
|
%check
|
|
|
|
|
%py3_check_import pyqtbuild
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%license LICENSE-GPL2
|
|
|
|
|
%license LICENSE-GPL3
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%{_bindir}/pyqt-bundle
|
|
|
|
|
%{_bindir}/pyqt-qt-wheel
|
|
|
|
|
%{python3_sitelib}/pyqtbuild
|
|
|
|
|
%{python3_sitelib}/PyQt_builder-%{version}-py%{python3_version}.egg-info
|
|
|
|
|
%{python3_sitelib}/PyQt_builder-%{version}.dist-info
|
|
|
|
|
|
|
|
|
|
%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
|
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 1.15.4-2
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Feb 04 2024 Scott Talbert <swt@techie.net> - 1.15.4-1
|
|
|
|
|
- Update to new upstream release 1.15.4 (#2252258)
|
|
|
|
|
|
|
|
|
|
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.3-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Jan 19 2024 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.3-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sat Nov 18 2023 Scott Talbert <swt@techie.net> - 1.15.3-1
|
|
|
|
|
- Update to new upstream release 1.15.3 (#2244187)
|
|
|
|
|
|
|
|
|
|
* Mon Jul 24 2023 Scott Talbert <swt@techie.net> - 1.15.2-1
|
|
|
|
|
- Update to new upstream release 1.15.2 (#2225119)
|
|
|
|
|
|
|
|
|
|
* Wed Jul 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.15.1-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Tue Jul 18 2023 Scott Talbert <swt@techie.net> - 1.15.1-1
|
|
|
|
|
- Update to new upstream release 1.15.1 (#2210072)
|
|
|
|
|
|
|
|
|
|
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 1.15.0-2
|
|
|
|
|
- Rebuilt for Python 3.12
|
|
|
|
|
|
|
|
|
|
* Wed Apr 26 2023 Scott Talbert <swt@techie.net> - 1.15.0-1
|
|
|
|
|
- Update to new upstream release 1.15.0 (#2185560)
|
|
|
|
|
|
|
|
|
|
* Tue Jan 31 2023 Scott Talbert <swt@techie.net> - 1.14.1-1
|
|
|
|
|
- Update to new upstream release 1.14.1 (#2131649)
|
|
|
|
|
- Modernize python packaging
|
|
|
|
|
|
|
|
|
|
* Wed Jan 18 2023 Fedora Release Engineering <releng@fedoraproject.org> - 1.13.0-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
|