|
|
@ -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.0
|
|
|
|
Version: 1.5.0
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Release: 2%{?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
|
|
|
@ -11,6 +11,7 @@ BuildRequires: pkgconfig(Qt5Gui)
|
|
|
|
BuildRequires: pkgconfig(Qt5Qml)
|
|
|
|
BuildRequires: pkgconfig(Qt5Qml)
|
|
|
|
BuildRequires: pkgconfig(Qt5Quick)
|
|
|
|
BuildRequires: pkgconfig(Qt5Quick)
|
|
|
|
BuildRequires: pkgconfig(Qt5Test)
|
|
|
|
BuildRequires: pkgconfig(Qt5Test)
|
|
|
|
|
|
|
|
BuildRequires: pkgconfig(Qt5Svg)
|
|
|
|
BuildRequires: xorg-x11-server-Xvfb
|
|
|
|
BuildRequires: xorg-x11-server-Xvfb
|
|
|
|
Requires: python3
|
|
|
|
Requires: python3
|
|
|
|
|
|
|
|
|
|
|
@ -37,6 +38,9 @@ make INSTALL_ROOT=%{buildroot} install
|
|
|
|
%{_qt5_archdatadir}/qml/io/thp/pyotherside
|
|
|
|
%{_qt5_archdatadir}/qml/io/thp/pyotherside
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed Jun 15 2016 Martin Kolman <mkolman@redhat.com> - 1.5.0-2
|
|
|
|
|
|
|
|
- add missing pkgconfig(Qt5Svg) dependency
|
|
|
|
|
|
|
|
|
|
|
|
* Wed Jun 15 2016 Martin Kolman <mkolman@redhat.com> - 1.5.0-1
|
|
|
|
* Wed Jun 15 2016 Martin Kolman <mkolman@redhat.com> - 1.5.0-1
|
|
|
|
- updated to 1.5.0
|
|
|
|
- updated to 1.5.0
|
|
|
|
|
|
|
|
|
|
|
|