fix silly version requires
authorThomas Vander Stichele <thomas@apestaart.org>
Sun, 14 Jul 2002 11:59:33 +0000 (11:59 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Sun, 14 Jul 2002 11:59:33 +0000 (11:59 +0000)
Original commit message from CVS:
fix silly version requires

gst-plugins.spec.in

index 8282f93..778bc7d 100644 (file)
@@ -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.