diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-01-03 22:06:07 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-01-03 22:06:07 +0000 |
commit | f6169a85ba83d10ab72764ee652dd114c3df7c51 (patch) | |
tree | f5b2d49c4fc6365c0bea22d79f7b2db985a0be93 /gst-plugins.spec.in | |
parent | e8f03fab846c17bc1512e64a55cd64663efe14d4 (diff) |
renamed gstreamer-libs to gstreamer-plugin-libs
Original commit message from CVS:
renamed gstreamer-libs to gstreamer-plugin-libs
Diffstat (limited to 'gst-plugins.spec.in')
-rw-r--r-- | gst-plugins.spec.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gst-plugins.spec.in b/gst-plugins.spec.in index 2e369f9a..558cbcb1 100644 --- a/gst-plugins.spec.in +++ b/gst-plugins.spec.in @@ -75,7 +75,7 @@ make prefix=$RPM_BUILD_ROOT%{prefix} install @USE_MAD_TRUE@%package -n gstreamer-mad @USE_MAD_TRUE@Summary: Plugin using MAD for mp3 decoding @USE_MAD_TRUE@Group: Libraries/Multimedia -@USE_MAD_TRUE@Requires: gstreamer = %{ver},gstreamer-libs +@USE_MAD_TRUE@Requires: gstreamer = %{ver},gstreamer-plugin-libs @USE_MAD_TRUE@Requires: mad >= 0.13.0 @USE_MAD_TRUE@ @USE_MAD_TRUE@%description -n gstreamer-mad @@ -745,15 +745,15 @@ Various plugins for visual effects to use with audio. Included are Smoothwave, S @USE_HERMES_TRUE@%post -n gstreamer-colorspace @USE_HERMES_TRUE@%{prefix}/bin/gstreamer-register --gst-mask=0 -%package -n gstreamer-libs +%package -n gstreamer-plugin-libs Summary: GStreamer support libraries Group: Libraries/Multimedia Requires: gstreamer = %{ver} -%description -n gstreamer-libs +%description -n gstreamer-plugin-libs GStreamer support libraries -%files -n gstreamer-libs +%files -n gstreamer-plugin-libs %defattr(-, root, root) %{prefix}/lib/gst/libgstaudio* %{prefix}/lib/gst/libgstidct* |