rebuild (qt)

use %make_build %license
This commit is contained in:
Rex Dieter 2018-05-27 16:38:30 -05:00
parent 7cf6adebf5
commit 1c571e4821
1 changed files with 8 additions and 3 deletions

View File

@ -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 <rdieter@fedoraproject.org> - 1.5.3-7
- rebuild (qt)
- use %%make_build %%license
* Wed Feb 14 2018 Jan Grulich <jgrulich@redhat.com> - 1.5.3-6
- rebuild (qt5)