5.11.0
use %license %make_build
This commit is contained in:
parent
b0ceb998e6
commit
5df74883f3
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,5 +1,2 @@
|
|||||||
/qtquickcontrols-opensource-src-5.9.1.tar.xz
|
|
||||||
/qtquickcontrols-opensource-src-5.9.2.tar.xz
|
|
||||||
/qtquickcontrols-opensource-src-5.9.3.tar.xz
|
|
||||||
/qtquickcontrols-everywhere-src-5.10.0.tar.xz
|
|
||||||
/qtquickcontrols-everywhere-src-5.10.1.tar.xz
|
/qtquickcontrols-everywhere-src-5.10.1.tar.xz
|
||||||
|
/qtquickcontrols-everywhere-src-5.11.0.tar.xz
|
||||||
|
@ -2,12 +2,13 @@
|
|||||||
|
|
||||||
Name: qt5-%{qt_module}
|
Name: qt5-%{qt_module}
|
||||||
Summary: Qt5 - module with set of QtQuick controls
|
Summary: Qt5 - module with set of QtQuick controls
|
||||||
Version: 5.10.1
|
Version: 5.11.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
License: LGPLv2 or LGPLv3 and GFDL
|
License: LGPLv2 or LGPLv3 and GFDL
|
||||||
Url: http://www.qt.io
|
Url: http://www.qt.io
|
||||||
Source0: https://download.qt.io/official_releases/qt/5.10/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz
|
%global majmin %(echo %{version} | cut -d. -f1-2)
|
||||||
|
Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz
|
||||||
|
|
||||||
# filter qml provides
|
# filter qml provides
|
||||||
%global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$
|
%global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$
|
||||||
@ -39,7 +40,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
|||||||
%build
|
%build
|
||||||
%{qmake_qt5}
|
%{qmake_qt5}
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -47,8 +48,8 @@ make install INSTALL_ROOT=%{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
|
%license LICENSE.*
|
||||||
%{_qt5_archdatadir}/qml/QtQuick/
|
%{_qt5_archdatadir}/qml/QtQuick/
|
||||||
%doc LICENSE.*
|
|
||||||
|
|
||||||
%if 0%{?_qt5_examplesdir:1}
|
%if 0%{?_qt5_examplesdir:1}
|
||||||
%files examples
|
%files examples
|
||||||
@ -57,6 +58,10 @@ make install INSTALL_ROOT=%{buildroot}
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun May 27 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.0-1
|
||||||
|
- 5.11.0
|
||||||
|
- use %%license %%make_build
|
||||||
|
|
||||||
* Wed Feb 14 2018 Jan Grulich <jgrulich@redhat.com> - 5.10.1-1
|
* Wed Feb 14 2018 Jan Grulich <jgrulich@redhat.com> - 5.10.1-1
|
||||||
- 5.10.1
|
- 5.10.1
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (qtquickcontrols-everywhere-src-5.10.1.tar.xz) = b73e8aef52b8010d5db3516afd692a406a2c4c66360ad3212aaca35090ec65c8e13842b5dcce233787b77ddc9067a985690cf1b56d4534efc57fb2f580b12818
|
SHA512 (qtquickcontrols-everywhere-src-5.11.0.tar.xz) = 3c221d4d9f7636baef3dcb50719a589fa9ff54d38a0891dc1464aebda74f2a989b35241bee895db5b27960e88737e81e9262c9c9a4d3e99bf167e94640204436
|
||||||
|
Loading…
Reference in New Issue
Block a user