drop gstreamer support on f26+

This commit is contained in:
Rex Dieter 2016-12-12 07:56:17 -06:00
parent 4b7d6e7a74
commit c504b0584a
1 changed files with 6 additions and 1 deletions

View File

@ -9,7 +9,7 @@
Name: qt-mobility
Summary: Qt Mobility Framework
Version: 1.2.2
Release: 0.23.%{snap}git%{git_short}%{?dist}
Release: 0.24.%{snap}git%{git_short}%{?dist}
License: LGPLv2 with exceptions
URL: https://code.qt.io/cgit/qt-mobility/qt-mobility.git
@ -44,8 +44,10 @@ Patch54: qt-mobility-opensource-src-1.2.2-gcc6.patch
BuildRequires: pkgconfig(alsa)
BuildRequires: pkgconfig(blkid)
BuildRequires: pkgconfig(bluez)
%if 0%{?fedora} < 26
BuildRequires: pkgconfig(gstreamer-plugins-bad-0.10)
BuildRequires: pkgconfig(gstreamer-app-0.10)
%endif
BuildRequires: pkgconfig(libpulse)
%if 0%{?fedora} || 0%{?rhel} > 6
BuildRequires: pkgconfig(libudev)
@ -445,6 +447,9 @@ cp -a doc/html/* %{buildroot}%{_qt4_docdir}/html/qtmobility/
%changelog
* Mon Dec 12 2016 Rex Dieter <rdieter@fedoraproject.org> - 1.2.2-0.24
- drop gstreamer support on f26+
* Sun Feb 07 2016 Rex Dieter <rdieter@fedoraproject.org> 1.2.2-0.23.20140317git169da60c
- gcc6 FTBFS (#1305226), update URL