summaryrefslogtreecommitdiffstats
path: root/gst-plugins.spec.in
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-07-14 11:59:33 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-07-14 11:59:33 +0000
commit65bf60531f6dfacb60a5110521858f2b8c24fbc3 (patch)
tree3423fe77e4ea7a924861ab4bc6952a4df497c0f6 /gst-plugins.spec.in
parent4453f03613750896180ab7e0e514053caa77542b (diff)
fix silly version requires
Original commit message from CVS: fix silly version requires
Diffstat (limited to 'gst-plugins.spec.in')
-rw-r--r--gst-plugins.spec.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/gst-plugins.spec.in b/gst-plugins.spec.in
index 8282f937..778bc7de 100644
--- a/gst-plugins.spec.in
+++ b/gst-plugins.spec.in
@@ -651,10 +651,10 @@ GStreamer support libraries header files.
@USE_VORBIS_TRUE@Summary: GStreamer plug-in for encoding and decoding Ogg Vorbis audio files.
@USE_VORBIS_TRUE@Group: Libraries/Multimedia
@USE_VORBIS_TRUE@Requires: gstreamer-plugins = %{version}
-@USE_VORBIS_TRUE@Requires: libogg >= 1.0beta4
-@USE_VORBIS_TRUE@Requires: libvorbis >= 1.0beta4
-@USE_VORBIS_TRUE@BuildRequires: libogg-devel >= 1.0beta4
-@USE_VORBIS_TRUE@BuildRequires: libvorbis-devel >= 1.0beta4
+@USE_VORBIS_TRUE@Requires: libogg >= 1.0
+@USE_VORBIS_TRUE@Requires: libvorbis >= 1.0
+@USE_VORBIS_TRUE@BuildRequires: libogg-devel >= 1.0
+@USE_VORBIS_TRUE@BuildRequires: libvorbis-devel >= 1.0
@USE_VORBIS_TRUE@
@USE_VORBIS_TRUE@%description -n gstreamer-vorbis
@USE_VORBIS_TRUE@Plug-ins for creating and playing Ogg Vorbis audio files.