revert some changes since 5.7
This commit is contained in:
parent
6dd0d905ed
commit
acb55083af
@ -1,9 +1,7 @@
|
|||||||
|
|
||||||
%global qt_module qtmultimedia
|
%global qt_module qtmultimedia
|
||||||
|
|
||||||
# To build without qttools doctools package, just undefine docs
|
|
||||||
%ifarch %{arm} %{ix86} x86_64
|
|
||||||
%global docs 1
|
%global docs 1
|
||||||
%endif
|
|
||||||
|
|
||||||
%global openal 1
|
%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)$
|
%global __provides_exclude_from ^(%{_qt5_archdatadir}/qml/.*\\.so|%{_qt5_plugindir}/.*\\.so)$
|
||||||
|
|
||||||
BuildRequires: qt5-qtbase-devel >= %{version}
|
BuildRequires: qt5-qtbase-devel >= %{version}
|
||||||
BuildRequires: pkgconfig(Qt5Qml) >= %{version}
|
BuildRequires: qt5-qtdeclarative-devel >= %{version}
|
||||||
BuildRequires: pkgconfig(alsa)
|
BuildRequires: pkgconfig(alsa)
|
||||||
%if "%{?gst}" == "0.10"
|
%if "%{?gst}" == "0.10"
|
||||||
BuildRequires: pkgconfig(gstreamer-interfaces-0.10)
|
BuildRequires: pkgconfig(gstreamer-interfaces-0.10)
|
||||||
@ -158,7 +156,9 @@ popd
|
|||||||
%license LICENSE.FDL
|
%license LICENSE.FDL
|
||||||
%{_qt5_docdir}/qtmultimedia.qch
|
%{_qt5_docdir}/qtmultimedia.qch
|
||||||
%{_qt5_docdir}/qtmultimedia/
|
%{_qt5_docdir}/qtmultimedia/
|
||||||
|
%endif
|
||||||
|
|
||||||
|
%if 0%{?_qt5_examplesdir:1}
|
||||||
%files examples
|
%files examples
|
||||||
%{_qt5_examplesdir}/
|
%{_qt5_examplesdir}/
|
||||||
%endif
|
%endif
|
||||||
|
Loading…
Reference in New Issue
Block a user