revert some changes since 5.7

This commit is contained in:
Rex Dieter 2017-03-31 10:59:17 -05:00
parent 6dd0d905ed
commit acb55083af

View File

@ -1,9 +1,7 @@
%global qt_module qtmultimedia
# To build without qttools doctools package, just undefine docs
%ifarch %{arm} %{ix86} x86_64
%global docs 1
%endif
%global openal 1
@ -25,7 +23,7 @@ Source0: http://download.qt.io/official_releases/qt/5.8/%{version}/submodules/%{
%global __provides_exclude_from ^(%{_qt5_archdatadir}/qml/.*\\.so|%{_qt5_plugindir}/.*\\.so)$
BuildRequires: qt5-qtbase-devel >= %{version}
BuildRequires: pkgconfig(Qt5Qml) >= %{version}
BuildRequires: qt5-qtdeclarative-devel >= %{version}
BuildRequires: pkgconfig(alsa)
%if "%{?gst}" == "0.10"
BuildRequires: pkgconfig(gstreamer-interfaces-0.10)
@ -158,7 +156,9 @@ popd
%license LICENSE.FDL
%{_qt5_docdir}/qtmultimedia.qch
%{_qt5_docdir}/qtmultimedia/
%endif
%if 0%{?_qt5_examplesdir:1}
%files examples
%{_qt5_examplesdir}/
%endif