|
|
@ -2,8 +2,8 @@
|
|
|
|
%global srcname PyQt-builder
|
|
|
|
%global srcname PyQt-builder
|
|
|
|
|
|
|
|
|
|
|
|
Name: %{srcname}
|
|
|
|
Name: %{srcname}
|
|
|
|
Version: 1.6.0
|
|
|
|
Version: 1.10.0
|
|
|
|
Release: 3%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: The PEP 517 compliant PyQt build system
|
|
|
|
Summary: The PEP 517 compliant PyQt build system
|
|
|
|
|
|
|
|
|
|
|
|
License: BSD
|
|
|
|
License: BSD
|
|
|
@ -13,9 +13,6 @@ BuildArch: noarch
|
|
|
|
|
|
|
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3dist(setuptools)
|
|
|
|
BuildRequires: python3dist(setuptools)
|
|
|
|
BuildRequires: sip5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Requires: sip5
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
%description
|
|
|
|
PyQt-builder is the PEP 517 compliant build system for PyQt and projects that
|
|
|
|
PyQt-builder is the PEP 517 compliant build system for PyQt and projects that
|
|
|
@ -41,10 +38,14 @@ rm -rf %{buildroot}/%{python3_sitelib}/pyqtbuild/bundle/dlls
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
%files
|
|
|
|
%{_bindir}/pyqt-bundle
|
|
|
|
%{_bindir}/pyqt-bundle
|
|
|
|
|
|
|
|
%{_bindir}/pyqt-qt-wheel
|
|
|
|
%{python3_sitelib}/pyqtbuild
|
|
|
|
%{python3_sitelib}/pyqtbuild
|
|
|
|
%{python3_sitelib}/PyQt_builder-%{version}-py%{python3_version}.egg-info
|
|
|
|
%{python3_sitelib}/PyQt_builder-%{version}-py%{python3_version}.egg-info
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Mon May 24 2021 Scott Talbert <swt@techie.net> - 1.10.0-1
|
|
|
|
|
|
|
|
- Update to latest upstream release; remove hard-code on sip5
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-3
|
|
|
|
* Mon Jan 25 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|