5.11.0
use %make_build %ldconfig_scriptlets
This commit is contained in:
parent
a68314b651
commit
3f1c5d46ed
5
.gitignore
vendored
5
.gitignore
vendored
@ -1,5 +1,2 @@
|
||||
/qtmultimedia-opensource-src-5.9.1.tar.xz
|
||||
/qtmultimedia-opensource-src-5.9.2.tar.xz
|
||||
/qtmultimedia-opensource-src-5.9.3.tar.xz
|
||||
/qtmultimedia-everywhere-src-5.10.0.tar.xz
|
||||
/qtmultimedia-everywhere-src-5.10.1.tar.xz
|
||||
/qtmultimedia-everywhere-src-5.11.0.tar.xz
|
||||
|
@ -9,12 +9,14 @@
|
||||
|
||||
Summary: Qt5 - Multimedia support
|
||||
Name: qt5-%{qt_module}
|
||||
Version: 5.10.1
|
||||
Version: 5.11.0
|
||||
Release: 1%{?dist}
|
||||
|
||||
# See LGPL_EXCEPTIONS.txt, LICENSE.GPL3, respectively, for exception details
|
||||
License: LGPLv2 with exceptions or GPLv3 with exceptions
|
||||
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 plugin/qml provides
|
||||
%global __provides_exclude_from ^(%{_qt5_archdatadir}/qml/.*\\.so|%{_qt5_plugindir}/.*\\.so)$
|
||||
@ -75,7 +77,7 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
CONFIG+=git_build \
|
||||
GST_VERSION=%{gst}
|
||||
|
||||
make %{?_smp_mflags}
|
||||
%make_build
|
||||
|
||||
|
||||
%install
|
||||
@ -94,8 +96,7 @@ done
|
||||
popd
|
||||
|
||||
|
||||
%post -p /sbin/ldconfig
|
||||
%postun -p /sbin/ldconfig
|
||||
%ldconfig_scriptlets
|
||||
|
||||
%files
|
||||
%license LICENSE.*
|
||||
@ -141,6 +142,10 @@ popd
|
||||
|
||||
|
||||
%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 (qtmultimedia-everywhere-src-5.10.1.tar.xz) = cbab1907b68ec6fced251f04ea5f1dc519b55152f0f90bfa3f14c3011630a9611ae75bf1e7047538a2612358d3e1def3ad64eb2c18f11dda36e7e75d2b765a91
|
||||
SHA512 (qtmultimedia-everywhere-src-5.11.0.tar.xz) = 4791b3ddea16c91a83fd60f461cd1bf7f36c88e4c0148f9371bfa34c1a57d80b2ec789551f6c32afaf1a315f13974a7bb019bca793a4caff7f793257d7eea3da
|
||||
|
Loading…
Reference in New Issue
Block a user