5.11.0,
use %make_build %ldconfig_scriptlets
This commit is contained in:
parent
1ebaad05a2
commit
1a75752c2b
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,5 +1,2 @@
|
|||||||
/qtx11extras-opensource-src-5.9.1.tar.xz
|
|
||||||
/qtx11extras-opensource-src-5.9.2.tar.xz
|
|
||||||
/qtx11extras-opensource-src-5.9.3.tar.xz
|
|
||||||
/qtx11extras-everywhere-src-5.10.0.tar.xz
|
|
||||||
/qtx11extras-everywhere-src-5.10.1.tar.xz
|
/qtx11extras-everywhere-src-5.10.1.tar.xz
|
||||||
|
/qtx11extras-everywhere-src-5.11.0.tar.xz
|
||||||
|
@ -2,13 +2,14 @@
|
|||||||
|
|
||||||
Summary: Qt5 - X11 support library
|
Summary: Qt5 - X11 support library
|
||||||
Name: qt5-%{qt_module}
|
Name: qt5-%{qt_module}
|
||||||
Version: 5.10.1
|
Version: 5.11.0
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
|
|
||||||
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
|
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
|
||||||
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
||||||
Url: http://www.qt.io
|
Url: http://www.qt.io
|
||||||
Source0: https://download.qt.io/official_releases/qt/5.10/%{version}/submodules/qtx11extras-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
|
||||||
|
|
||||||
BuildRequires: qt5-qtbase-devel >= %{version}
|
BuildRequires: qt5-qtbase-devel >= %{version}
|
||||||
BuildRequires: qt5-qtbase-private-devel
|
BuildRequires: qt5-qtbase-private-devel
|
||||||
@ -34,7 +35,7 @@ Requires: qt5-qtbase-devel%{?_isa}
|
|||||||
%build
|
%build
|
||||||
%{qmake_qt5}
|
%{qmake_qt5}
|
||||||
|
|
||||||
make %{?_smp_mflags}
|
%make_build
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -53,8 +54,7 @@ done
|
|||||||
popd
|
popd
|
||||||
|
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%ldconfig_scriptlets
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LGPL_EXCEPTION.txt LICENSE.LGPL*
|
%license LGPL_EXCEPTION.txt LICENSE.LGPL*
|
||||||
@ -71,6 +71,10 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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 (qtx11extras-everywhere-src-5.10.1.tar.xz) = b429aa066c49d0f58f88fb774b49643eea21e41aa5ebfb03c2b4ba53c42a07bddc793a228b3a7cbf3bc57bd02879659a3ce7aeff260b77f4b8adc75a0b556778
|
SHA512 (qtx11extras-everywhere-src-5.11.0.tar.xz) = 3e47be98e90b30a6e584b2e29ffda08f3512bdc7d98ab811862297a00607f4757cac0da5e72d2ba55d6afdc6e652ef6fa2f40b90aaaf3d44f23b1491d225b4d5
|
||||||
|
Loading…
Reference in New Issue
Block a user