rebuild (qt)
use %make_build %license
This commit is contained in:
parent
7cf6adebf5
commit
1c571e4821
@ -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.3
|
Version: 1.5.3
|
||||||
Release: 6%{?dist}
|
Release: 7%{?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
|
||||||
@ -26,7 +26,7 @@ A QML Plugin that provides access to a Python 3 interpreter from QML.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%{qmake_qt5}
|
%{qmake_qt5}
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
%check
|
%check
|
||||||
xvfb-run ./tests/tests
|
xvfb-run ./tests/tests
|
||||||
@ -35,13 +35,18 @@ xvfb-run ./tests/tests
|
|||||||
make INSTALL_ROOT=%{buildroot} install
|
make INSTALL_ROOT=%{buildroot} install
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%doc README LICENSE
|
%doc README
|
||||||
|
%license LICENSE
|
||||||
%dir %{_qt5_archdatadir}/qml/io/
|
%dir %{_qt5_archdatadir}/qml/io/
|
||||||
%dir %{_qt5_archdatadir}/qml/io/thp/
|
%dir %{_qt5_archdatadir}/qml/io/thp/
|
||||||
%{_qt5_archdatadir}/qml/io/thp/pyotherside
|
%{_qt5_archdatadir}/qml/io/thp/pyotherside
|
||||||
%exclude %{_libdir}/qt5/tests/qtquicktests/qtquicktests
|
%exclude %{_libdir}/qt5/tests/qtquicktests/qtquicktests
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Feb 14 2018 Jan Grulich <jgrulich@redhat.com> - 1.5.3-6
|
||||||
- rebuild (qt5)
|
- rebuild (qt5)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user