diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-01-04 23:14:36 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-01-04 23:14:36 +0000 |
commit | b2dee3d05e823b540051b76e1c754687816714b7 (patch) | |
tree | 98676a3bbb1931dedb9a022b9f76664a6dc753f5 | |
parent | d16d24c9b227ea2ccb7d90070b2b4587efcaabab (diff) | |
download | gst-plugins-bad-b2dee3d05e823b540051b76e1c754687816714b7.tar.gz gst-plugins-bad-b2dee3d05e823b540051b76e1c754687816714b7.tar.bz2 gst-plugins-bad-b2dee3d05e823b540051b76e1c754687816714b7.zip |
fixed requirement
Original commit message from CVS:
fixed requirement
-rw-r--r-- | gstreamer-plugins.spec.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gstreamer-plugins.spec.in b/gstreamer-plugins.spec.in index e1601930..7b45dbd7 100644 --- a/gstreamer-plugins.spec.in +++ b/gstreamer-plugins.spec.in @@ -74,7 +74,8 @@ 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-plugin-libs +@USE_MAD_TRUE@Requires: gstreamer = %{ver} +@USE_MAD_TRUE@Requires: gstreamer-plugin-libs = %{ver} @USE_MAD_TRUE@Requires: mad >= 0.13.0 @USE_MAD_TRUE@ @USE_MAD_TRUE@%description -n gstreamer-mad |