drop -gtk subpkg, moved to gst1-plugins-good

This commit is contained in:
Rex Dieter 2018-02-27 09:49:23 -06:00
parent 692f16243c
commit 7b79910911

View File

@ -14,7 +14,7 @@
Name: gstreamer1-plugins-bad-free
Version: 1.13.1
Release: 1%{?gitcommit:.git%{shortcommit}}%{?dist}
Release: 2%{?gitcommit:.git%{shortcommit}}%{?dist}
Summary: GStreamer streaming media framework "bad" plugins
License: LGPLv2+ and LGPLv2
@ -118,19 +118,6 @@ operate on media data.
This package contains plug-ins that aren't tested well enough, or the code
is not of good enough quality.
%package gtk
Summary: GStreamer "bad" plugins gtk plugin
Requires: %{name}%{?_isa} = %{version}-%{release}
%description gtk
GStreamer is a streaming media framework, based on graphs of elements which
operate on media data.
gstreamer-plugins-bad contains plug-ins that aren't tested well enough,
or the code is not of good enough quality.
This package (%{name}-gtk) contains the gtksink output plugin.
%if %{with extras}
%package extras
@ -409,12 +396,6 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';'
#debugging plugin
%{_libdir}/gstreamer-%{majorminor}/libgstdebugutilsbad.so
%files gtk
# Plugins with external dependencies
## haven't figured out where this went, or how best
## to Obsoletes/Provides: it yet, -- rex
#{_libdir}/gstreamer-%{majorminor}/libgstgtk.so
%if %{with extras}
%files extras
@ -496,6 +477,9 @@ find $RPM_BUILD_ROOT -name '*.la' -exec rm -fv {} ';'
%changelog
* Tue Feb 27 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.13.1-2
- drop -gtk subpkg, moved to gst1-plugins-good
* Fri Feb 23 2018 Rex Dieter <rdieter@fedoraproject.org> - 1.13.1-1
- 1.13.1
- use %%ldconfig_scriptlets %%make_build %%make_install