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 | f9054312ef17ad5519f897ce534c99dd730a8032 (patch) | |
tree | a2e8a3158aa97990f4a9a918676b1a9417c0386c | |
parent | 7a0de84838c11759914b21570d1ae1278bce9a90 (diff) |
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 |