From 1c571e48212fab8419b91a64ff367a17fe8921cc Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: May 27 2018 21:38:30 +0000 Subject: rebuild (qt) use %make_build %license --- diff --git a/pyotherside.spec b/pyotherside.spec index 2de1731..5b86fbf 100644 --- a/pyotherside.spec +++ b/pyotherside.spec @@ -1,7 +1,7 @@ Summary: Asynchronous Python 3 Bindings for Qt 5 Name: pyotherside Version: 1.5.3 -Release: 6%{?dist} +Release: 7%{?dist} Source0: http://thp.io/2011/pyotherside/%{name}-%{version}.tar.gz URL: http://thp.io/2011/pyotherside/ License: ISC @@ -26,7 +26,7 @@ A QML Plugin that provides access to a Python 3 interpreter from QML. %build %{qmake_qt5} -make %{?_smp_mflags} +%make_build %check xvfb-run ./tests/tests @@ -35,13 +35,18 @@ xvfb-run ./tests/tests make INSTALL_ROOT=%{buildroot} install %files -%doc README LICENSE +%doc README +%license LICENSE %dir %{_qt5_archdatadir}/qml/io/ %dir %{_qt5_archdatadir}/qml/io/thp/ %{_qt5_archdatadir}/qml/io/thp/pyotherside %exclude %{_libdir}/qt5/tests/qtquicktests/qtquicktests %changelog +* Sun May 27 2018 Rex Dieter - 1.5.3-7 +- rebuild (qt) +- use %%make_build %%license + * Wed Feb 14 2018 Jan Grulich - 1.5.3-6 - rebuild (qt5)