mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-10 19:31:12 +00:00
fix silly version requires
Original commit message from CVS: fix silly version requires
This commit is contained in:
parent
2382ecd4cb
commit
a67f9df9dc
1 changed files with 4 additions and 4 deletions
|
@ -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@Summary: GStreamer plug-in for encoding and decoding Ogg Vorbis audio files.
|
||||||
@USE_VORBIS_TRUE@Group: Libraries/Multimedia
|
@USE_VORBIS_TRUE@Group: Libraries/Multimedia
|
||||||
@USE_VORBIS_TRUE@Requires: gstreamer-plugins = %{version}
|
@USE_VORBIS_TRUE@Requires: gstreamer-plugins = %{version}
|
||||||
@USE_VORBIS_TRUE@Requires: libogg >= 1.0beta4
|
@USE_VORBIS_TRUE@Requires: libogg >= 1.0
|
||||||
@USE_VORBIS_TRUE@Requires: libvorbis >= 1.0beta4
|
@USE_VORBIS_TRUE@Requires: libvorbis >= 1.0
|
||||||
@USE_VORBIS_TRUE@BuildRequires: libogg-devel >= 1.0beta4
|
@USE_VORBIS_TRUE@BuildRequires: libogg-devel >= 1.0
|
||||||
@USE_VORBIS_TRUE@BuildRequires: libvorbis-devel >= 1.0beta4
|
@USE_VORBIS_TRUE@BuildRequires: libvorbis-devel >= 1.0
|
||||||
@USE_VORBIS_TRUE@
|
@USE_VORBIS_TRUE@
|
||||||
@USE_VORBIS_TRUE@%description -n gstreamer-vorbis
|
@USE_VORBIS_TRUE@%description -n gstreamer-vorbis
|
||||||
@USE_VORBIS_TRUE@Plug-ins for creating and playing Ogg Vorbis audio files.
|
@USE_VORBIS_TRUE@Plug-ins for creating and playing Ogg Vorbis audio files.
|
||||||
|
|
Loading…
Reference in a new issue