diff --git a/SPECS/gstreamer1-plugins-good.spec b/SPECS/gstreamer1-plugins-good.spec index 21ae806..31579af 100644 --- a/SPECS/gstreamer1-plugins-good.spec +++ b/SPECS/gstreamer1-plugins-good.spec @@ -15,7 +15,7 @@ Name: gstreamer1-plugins-good Version: 1.16.1 -Release: 1%{?gitcommit:.git%{shortcommit}}%{?dist} +Release: 2%{?gitcommit:.git%{shortcommit}}%{?dist} Summary: GStreamer plugins with good code and licensing License: LGPLv2+ @@ -75,7 +75,9 @@ BuildRequires: jack-audio-connection-kit-devel %endif # documentation +%if ! 0%{?flatpak} BuildRequires: gtk-doc +%endif BuildRequires: python3-devel # Obsoletes/Provides moved from plugins-bad-free @@ -165,7 +167,9 @@ to be installed. --with-package-name='Fedora GStreamer-plugins-good package' \ --with-package-origin='http://download.fedoraproject.org' \ --enable-experimental \ +%if ! 0%{?flatpak} --enable-gtk-doc \ +%endif --enable-orc \ --disable-monoscope \ --disable-aalib \ @@ -341,6 +345,10 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';' %changelog +* Wed Dec 9 2020 Wim Taymans - 1.16.1-2 +- Suppress documentation in Flatpak builds +- Resolves: rhbz#1895938 + * Thu Nov 14 2019 Wim Taymans - 1.16.1-1 - Update to 1.16.1 - enable cairo plugins