commit 35e1affc2b1a66b7d29937da4ac009b664a3a1e3
Author: Brian Pepple <bpepple(a)fedoraproject.org>
Date: Fri Jul 13 19:42:32 2012 -0400
Simplify naming of tools subpackage
gstreamer-plugins-base.spec | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gstreamer-plugins-base.spec b/gstreamer-plugins-base.spec
index 64f140b..516ec4a 100644
--- a/gstreamer-plugins-base.spec
+++ b/gstreamer-plugins-base.spec
@@ -137,12 +137,12 @@ rm -f $RPM_BUILD_ROOT%{_mandir}/man1/gst-visualise*
%{_libdir}/gstreamer-%{majorminor}/libgstximagesink.so
%{_libdir}/gstreamer-%{majorminor}/libgstxvimagesink.so
-%package -n gstreamer-plugins-base-tools
+%package tools
Summary: tools for GStreamer streaming media framework base plugins
Group: Applications/Multimedia
Requires: %{name} = %{version}-%{release}
-%description -n gstreamer-plugins-base-tools
+%description tools
GStreamer is a streaming media framework, based on graphs of filters which
operate on media data. Applications using this library can do anything
from real-time sound processing to playing videos, and just about anything
@@ -155,7 +155,7 @@ These include:
* gst-discoverer
-%files -n gstreamer-plugins-base-tools
+%files tools
%{_bindir}/gst-discoverer-%{majorminor}
%package devel