From 6f100c9002432cdc2a041b743dcc1e7ffb5fe883 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Wed, 4 Feb 2004 18:46:26 +0000 Subject: [PATCH] add -common package with frontend scripts Original commit message from CVS: add -common package with frontend scripts --- gstreamer.spec.in | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/gstreamer.spec.in b/gstreamer.spec.in index 406efd53d1..38f784c197 100644 --- a/gstreamer.spec.in +++ b/gstreamer.spec.in @@ -66,6 +66,7 @@ applications and plugins for GStreamer. %package tools Summary: tools for GStreamer streaming media framework. Group: Libraries/Multimedia +Requires: %{name}-common >= %{version}-%{release} %description tools GStreamer is a streaming-media framework, based on graphs of filters which @@ -79,6 +80,21 @@ This package contains the basic command-line tools used for GStreamer, like gst-register and gst-launch. It is split off to allow parallel-installability in the future. +%package common +Summary: common tools and files for GStreamer streaming media framework. +Group: Libraries/Multimedia + +%description common +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 +else media-related. Its plugin-based architecture means that new data +types or processing capabilities can be added simply by installing new +plugins. + +This package contains wrapper scripts for the command-line tools that work +with different major/minor versions of GStreamer. + %prep %setup @@ -174,6 +190,19 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %{_mandir}/man1/gst-md5sum-%{majorminor}.* %{_mandir}/man1/gst-register-%{majorminor}.* +%files common +%defattr(-, root, root, -) +%{_bindir}/gst-xmlinspect +%{_bindir}/gst-complete +%{_bindir}/gst-compprep +%{_bindir}/gst-inspect +%{_bindir}/gst-launch +%{_bindir}/gst-md5sum +%{_bindir}/gst-register +%{_bindir}/gst-feedback +%{_bindir}/gst-xmllaunch +%{_bindir}/gst-typefind + %files devel %defattr(-, root, root, -) %dir %{_includedir}/%{name}-%{majorminor} @@ -207,6 +236,9 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/*.la %changelog +* Wed Feb 04 2004 Thomas Vander Stichele +- add -common package containing frontend wrapper binaries + * Mon Dec 01 2003 Thomas Vander Stichele - changed documentation buildrequires