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:
parent
4a50d35527
commit
746455c9c6
@ -1,9 +1,5 @@
|
|||||||
# enable/disable building of plugin for gstreamer 0.10
|
# disable building of plugin for gstreamer 0.10
|
||||||
%if 0%{?rhel} > 7
|
|
||||||
%bcond_with gst010
|
%bcond_with gst010
|
||||||
%else
|
|
||||||
%bcond_without gst010
|
|
||||||
%endif
|
|
||||||
|
|
||||||
Name: libnice
|
Name: libnice
|
||||||
Version: 0.1.13
|
Version: 0.1.13
|
||||||
@ -138,7 +134,8 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
|||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Wed Jan 24 2018 Tomas Hoger <thoger@redhat.com> - 0.1.13-11
|
* 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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
||||||
|
Loading…
Reference in New Issue
Block a user