Disable gst010 support everywhere

GStreamer 0.10 plugin is not required by any other package any more, so
stop building it even in Fedora.
This commit is contained in:
Tomas Hoger 2018-01-24 17:14:05 +01:00
parent 4a50d35527
commit 746455c9c6

View File

@ -1,9 +1,5 @@
# enable/disable building of plugin for gstreamer 0.10
%if 0%{?rhel} > 7
# disable building of plugin for gstreamer 0.10
%bcond_with gst010
%else
%bcond_without gst010
%endif
Name: libnice
Version: 0.1.13
@ -138,7 +134,8 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
%changelog
* Wed Jan 24 2018 Tomas Hoger <thoger@redhat.com> - 0.1.13-11
- Add conditional for building with(out) gst010 / GStreamer 0.10 support
- Add conditional for building with(out) gst010 / GStreamer 0.10 support.
- Disable gst010 plugin by default.
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 0.1.13-10
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild