5.11.0
use %make_build %ldconfig_scriptlets
This commit is contained in:
parent
9b6cf3e03d
commit
3703c8a045
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,5 +1,2 @@
|
||||
/qtquickcontrols2-opensource-src-5.9.1.tar.xz
|
||||
/qtquickcontrols2-opensource-src-5.9.2.tar.xz
|
||||
/qtquickcontrols2-opensource-src-5.9.3.tar.xz
|
||||
/qtquickcontrols2-everywhere-src-5.10.0.tar.xz
|
||||
/qtquickcontrols2-everywhere-src-5.10.1.tar.xz
|
||||
/qtquickcontrols2-everywhere-src-5.11.0.tar.xz
|
||||
|
@ -2,11 +2,13 @@
|
||||
|
||||
Name: qt5-%{qt_module}
|
||||
Summary: Qt5 - module with set of QtQuick controls for embedded
|
||||
Version: 5.10.1
|
||||
Version: 5.11.0
|
||||
Release: 1%{?dist}
|
||||
|
||||
License: GPLv2+ or LGPLv3 and GFDL
|
||||
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
|
||||
%global __provides_exclude_from ^%{_qt5_archdatadir}/qml/.*\\.so$
|
||||
@ -53,7 +55,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
%build
|
||||
%{qmake_qt5}
|
||||
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
|
||||
%install
|
||||
@ -75,8 +77,7 @@ popd
|
||||
rm -f %{buildroot}%{_qt5_libdir}/libQt5*.la
|
||||
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%files
|
||||
%license LICENSE.LGPLv3 LICENSE.GPLv3
|
||||
@ -102,6 +103,10 @@ rm -f %{buildroot}%{_qt5_libdir}/libQt5*.la
|
||||
|
||||
|
||||
%changelog
|
||||
* Sun May 27 2018 Rex Dieter <rdieter@fedoraproject.org> - 5.11.0-1
|
||||
- 5.11.0
|
||||
- use %%make_build %%ldconfig_scriptlets
|
||||
|
||||
* Wed Feb 14 2018 Jan Grulich <jgrulich@redhat.com> - 5.10.1-1
|
||||
- 5.10.1
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (qtquickcontrols2-everywhere-src-5.10.1.tar.xz) = 11342f75177e6793475f007e63f1dc1d26ab5b6da8e2241c9f8e25f943bc7ff3b0c7b0ceb71271fbb9c93ef37a9f5a725ea99e390547f10bedfd35f1940e975d
|
||||
SHA512 (qtquickcontrols2-everywhere-src-5.11.0.tar.xz) = 89f9543a03b2123fd81d5a9320efd742a119ff52acadf6d4bf4447628fee85916f497f97da5b60fd8cba68d04c652612a26da1a81efc35ad2784efc8f89a6593
|
||||
|
Loading…
Reference in New Issue
Block a user