2022-04-19 17:55:15 +00:00
|
|
|
%global pkg_name pyqt6-sip
|
|
|
|
%global pypi_name PyQt6_sip
|
|
|
|
%global _sip_api_major 13
|
2024-12-11 08:12:40 +00:00
|
|
|
%global _sip_api_minor 8
|
2022-04-19 17:55:15 +00:00
|
|
|
%global _sip_api %{_sip_api_major}.%{_sip_api_minor}
|
|
|
|
|
|
|
|
Name: python-%{pkg_name}
|
2024-12-11 08:12:40 +00:00
|
|
|
Version: 13.8.0
|
|
|
|
Release: 1%{?dist}
|
2022-04-19 17:55:15 +00:00
|
|
|
Summary: The sip module support for PyQt6
|
|
|
|
|
2023-10-13 01:21:46 +00:00
|
|
|
License: GPL-2.0-only OR GPL-3.0-only
|
2022-04-19 17:55:15 +00:00
|
|
|
URL: https://www.riverbankcomputing.com/software/sip/
|
|
|
|
Source0: %{pypi_source}
|
|
|
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: %{py3_dist setuptools} >= 30.3
|
|
|
|
BuildRequires: %{py3_dist wheel}
|
|
|
|
|
|
|
|
%global _description %{expand:
|
|
|
|
The sip extension module provides support for the PyQt6 package.
|
|
|
|
}
|
|
|
|
|
|
|
|
%description %_description
|
|
|
|
|
|
|
|
%package -n python3-%{pkg_name}
|
|
|
|
Summary: %{summary}
|
|
|
|
%{?python_provide:%python_provide python3-%{pkg_name}}
|
|
|
|
Provides: python3-pyqt6-sip-api(%{_sip_api_major}) = %{_sip_api}
|
|
|
|
Provides: python3-pyqt6-sip-api(%{_sip_api_major})%{?_isa} = %{_sip_api}
|
|
|
|
|
|
|
|
%description -n python3-%{pkg_name} %_description
|
|
|
|
%prep
|
2023-06-21 12:57:52 +00:00
|
|
|
%autosetup -p1 -n %{pypi_name}-%{version}
|
2022-04-19 17:55:15 +00:00
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%py3_build
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
%py3_install
|
|
|
|
|
|
|
|
|
|
|
|
%files -n python3-%{pkg_name}
|
|
|
|
%doc README
|
2024-12-11 08:12:40 +00:00
|
|
|
%license LICENSE
|
2022-04-19 17:55:15 +00:00
|
|
|
%{python3_sitearch}/PyQt6_sip*
|
|
|
|
%{python3_sitearch}/PyQt6/
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2024-12-11 08:12:40 +00:00
|
|
|
* Wed Dec 11 2024 Jan Grulich <jgrulich@redhat.com> - 13.8.0-1
|
|
|
|
- 13.8.0
|
|
|
|
Resolves: RHEL-53982
|
|
|
|
|
2024-10-29 16:08:17 +00:00
|
|
|
* Tue Oct 29 2024 Troy Dawson <tdawson@redhat.com> - 13.6.0-5
|
|
|
|
- Bump release for October 2024 mass rebuild:
|
|
|
|
Resolves: RHEL-64018
|
|
|
|
|
2024-06-24 16:19:14 +00:00
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 13.6.0-4
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
2024-01-26 09:03:56 +00:00
|
|
|
* Fri Jan 26 2024 Fedora Release Engineering <releng@fedoraproject.org> - 13.6.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2024-01-22 05:50:56 +00:00
|
|
|
* Mon Jan 22 2024 Fedora Release Engineering <releng@fedoraproject.org> - 13.6.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
2023-10-16 06:25:06 +00:00
|
|
|
* Mon Oct 16 2023 Jan Grulich <jgrulich@redhat.com> - 13.6.0-1
|
|
|
|
- 13.6.0
|
|
|
|
|
2023-10-13 01:21:46 +00:00
|
|
|
* Thu Oct 12 2023 Richard Fontana <rfontana@redhat.com> - 13.4.0-6
|
|
|
|
- Migrate License: tag to SPDX
|
2023-07-21 12:57:05 +00:00
|
|
|
* Fri Jul 21 2023 Fedora Release Engineering <releng@fedoraproject.org> - 13.4.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
2023-06-21 12:57:52 +00:00
|
|
|
* Wed Jun 21 2023 Tomáš Hrnčiar <thrnciar@redhat.com> - 13.4.0-4
|
|
|
|
- Backport patches needed for compatibility with Python 3.12
|
|
|
|
|
2023-06-13 18:50:11 +00:00
|
|
|
* Tue Jun 13 2023 Python Maint <python-maint@redhat.com> - 13.4.0-3
|
|
|
|
- Rebuilt for Python 3.12
|
|
|
|
|
2023-01-20 16:18:39 +00:00
|
|
|
* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 13.4.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
2022-09-05 11:10:27 +00:00
|
|
|
* Mon Sep 05 2022 Onuralp Sezer <thunderbirdtr@fedoraproject.org> - 13.4.0-1
|
|
|
|
- 13.4.0
|
|
|
|
|
2022-07-22 21:26:39 +00:00
|
|
|
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 13.3.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
2022-06-13 13:18:22 +00:00
|
|
|
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 13.3.0-2
|
|
|
|
- Rebuilt for Python 3.11
|
|
|
|
|
2022-04-19 17:55:15 +00:00
|
|
|
* Wed Apr 13 2022 Onuralp Sezer <thunderbirdtr@fedoraproject.org> - 13.3.0-1
|
|
|
|
- Initial Package
|