|
|
|
@ -1,18 +1,21 @@
|
|
|
|
|
Summary: Asynchronous Python 3 Bindings for Qt 5
|
|
|
|
|
Name: pyotherside
|
|
|
|
|
Version: 1.5.1
|
|
|
|
|
Release: 4%{?dist}
|
|
|
|
|
Release: 5%{?dist}
|
|
|
|
|
Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz
|
|
|
|
|
URL: http://thp.io/2011/pyotherside/
|
|
|
|
|
License: ISC
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
BuildRequires: qt5-qtbase-devel
|
|
|
|
|
BuildRequires: qt5-qtbase-private-devel
|
|
|
|
|
%{?_qt5:Requires: %{_qt5}%{?_isa} = %{_qt5_version}}
|
|
|
|
|
BuildRequires: pkgconfig(Qt5Gui)
|
|
|
|
|
BuildRequires: pkgconfig(Qt5Qml)
|
|
|
|
|
BuildRequires: pkgconfig(Qt5Quick)
|
|
|
|
|
BuildRequires: pkgconfig(Qt5Test)
|
|
|
|
|
BuildRequires: pkgconfig(Qt5Svg)
|
|
|
|
|
BuildRequires: xorg-x11-server-Xvfb
|
|
|
|
|
|
|
|
|
|
Requires: python3
|
|
|
|
|
|
|
|
|
|
%description
|
|
|
|
@ -39,6 +42,9 @@ make INSTALL_ROOT=%{buildroot} install
|
|
|
|
|
%exclude %{_libdir}/qt5/tests/qtquicktests/qtquicktests
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Wed Oct 11 2017 Rex Dieter <rdieter@fedoraproject.org> - 1.5.1-5
|
|
|
|
|
- BuildRequires: qt5-qtbase-private-devel
|
|
|
|
|
|
|
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.1-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|