diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-07-11 11:14:30 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-07-11 11:14:30 +0000 |
commit | 69650ae8f9bdf12e40bfa75dc8ab0cba4b5077bc (patch) | |
tree | f3776eacd6ed662db0869059e8009ec9f7c8d118 | |
parent | b8218226914cbbd4e5c66187ffc0bbb305e92dc5 (diff) | |
download | gst-plugins-bad-69650ae8f9bdf12e40bfa75dc8ab0cba4b5077bc.tar.gz gst-plugins-bad-69650ae8f9bdf12e40bfa75dc8ab0cba4b5077bc.tar.bz2 gst-plugins-bad-69650ae8f9bdf12e40bfa75dc8ab0cba4b5077bc.zip |
this was wrong
Original commit message from CVS:
this was wrong
m--------- | common | 0 | ||||
-rw-r--r-- | gst-plugins.spec.in | 11 |
2 files changed, 7 insertions, 4 deletions
diff --git a/common b/common -Subproject 4ed4b888250d1081585717504b571ebf2de72c6 +Subproject 316e406cd246e8cbccdf4df4ce32e98c63d7cc7 diff --git a/gst-plugins.spec.in b/gst-plugins.spec.in index 1b27ad0c..8282f937 100644 --- a/gst-plugins.spec.in +++ b/gst-plugins.spec.in @@ -551,10 +551,10 @@ GStreamer support libraries header files. ### OSS ### @USE_OSS_TRUE@%package -n gstreamer-oss -@USE_OSS_TRUE@Summary: GStreamer plug-ins for input and output using OSS. -@USE_OSS_TRUE@Group: Libraries/Multimedia -@USE_OSS_TRUE@Requires: gstreamer-plugins = %{version} -@USE_OSS_TRUE@Requires: glibc-devel +@USE_OSS_TRUE@Summary: GStreamer plug-ins for input and output using OSS. +@USE_OSS_TRUE@Group: Libraries/Multimedia +@USE_OSS_TRUE@Requires: gstreamer-plugins = %{version} +@USE_OSS_TRUE@BuildRequires: glibc-devel @USE_OSS_TRUE@ @USE_OSS_TRUE@%description -n gstreamer-oss @USE_OSS_TRUE@Plug-ins for output and input to the OpenSoundSytem audio @@ -903,6 +903,9 @@ processed with the lavtools from mjpegtools. @USE_GCONF_TRUE@gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gstreamer.schemas > /dev/null %changelog +* Thu Jul 11 2002 Thomas Vander Stichele <thomas@apestaart.org> +- fixed oss package to buildrequire instead of require glibc headers + * Mon Jul 08 2002 Thomas Vander Stichele <thomas@apestaart.org> - fixed -devel package group |