|
|
@ -1,7 +1,7 @@
|
|
|
|
Summary: Asynchronous Python 3 Bindings for Qt 5
|
|
|
|
Summary: Asynchronous Python 3 Bindings for Qt 5
|
|
|
|
Name: pyotherside
|
|
|
|
Name: pyotherside
|
|
|
|
Version: 1.5.9
|
|
|
|
Version: 1.5.9
|
|
|
|
Release: 14%{?dist}
|
|
|
|
Release: 15%{?dist}
|
|
|
|
Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz
|
|
|
|
Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz
|
|
|
|
URL: http://thp.io/2011/pyotherside/
|
|
|
|
URL: http://thp.io/2011/pyotherside/
|
|
|
|
License: ISC
|
|
|
|
License: ISC
|
|
|
@ -9,7 +9,7 @@ BuildRequires: make
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
BuildRequires: qt5-qtbase-private-devel
|
|
|
|
BuildRequires: qt5-qtbase-private-devel
|
|
|
|
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(Qt5Gui)
|
|
|
|
BuildRequires: pkgconfig(Qt5Gui)
|
|
|
|
BuildRequires: pkgconfig(Qt5Qml)
|
|
|
|
BuildRequires: pkgconfig(Qt5Qml)
|
|
|
|
BuildRequires: pkgconfig(Qt5Quick)
|
|
|
|
BuildRequires: pkgconfig(Qt5Quick)
|
|
|
@ -44,6 +44,9 @@ make INSTALL_ROOT=%{buildroot} install
|
|
|
|
%exclude %{_qt5_prefix}/tests/qtquicktests
|
|
|
|
%exclude %{_qt5_prefix}/tests/qtquicktests
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Thu Jul 14 2022 Jan Grulich <jgrulich@redhat.com> - 1.5.9-15
|
|
|
|
|
|
|
|
- Rebuild (qt5)
|
|
|
|
|
|
|
|
|
|
|
|
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.5.9-14
|
|
|
|
* Mon Jun 13 2022 Python Maint <python-maint@redhat.com> - 1.5.9-14
|
|
|
|
- Rebuilt for Python 3.11
|
|
|
|
- Rebuilt for Python 3.11
|
|
|
|
|
|
|
|
|
|
|
|