diff options
author | Thomas Vander Stichele <thomas@apestaart.org> | 2002-07-03 16:25:51 +0000 |
---|---|---|
committer | Thomas Vander Stichele <thomas@apestaart.org> | 2002-07-03 16:25:51 +0000 |
commit | 32651d13d4a003b064cd62df3bcfede67b7fb877 (patch) | |
tree | 03e15a8826aec79e00ec1bac1dce36dbe18753e5 | |
parent | 99633ee5a19ef7738173b8e50e8608428136c54f (diff) | |
download | gst-plugins-bad-32651d13d4a003b064cd62df3bcfede67b7fb877.tar.gz gst-plugins-bad-32651d13d4a003b064cd62df3bcfede67b7fb877.tar.bz2 gst-plugins-bad-32651d13d4a003b064cd62df3bcfede67b7fb877.zip |
spec fix
Original commit message from CVS:
spec fix
-rw-r--r-- | gst-plugins.spec.in | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/gst-plugins.spec.in b/gst-plugins.spec.in index d8d984a3..70731097 100644 --- a/gst-plugins.spec.in +++ b/gst-plugins.spec.in @@ -867,7 +867,7 @@ GStreamer support libraries header files. @USE_V4L_TRUE@Summary: GStreamer Video for Linux plug-in. @USE_V4L_TRUE@Group: Libraries/Multimedia @USE_V4L_TRUE@Requires: gstreamer-plugins >= %{version} -@USE_V4L_TRUE@BuildRequires: glibc-kernheaders +@USE_V4L_TRUE@BuildRequires: glibc-devel @USE_V4L_TRUE@ @USE_V4L_TRUE@%description -n gstreamer-v4l @USE_V4L_TRUE@Plug-in for accessing Video for Linux devices. @@ -1180,6 +1180,10 @@ processed with the lavtools from mjpegtools. @USE_GCONF_TRUE@gconftool-2 --makefile-install-rule %{_sysconfdir}/gconf/schemas/gstreamer.schemas > /dev/null %changelog +* Wed Jul 03 2002 Thomas Vander Stichele <thomas@apestaart.org> +- require glibc-devel instead of glibc-kernheaders since the latter is only + since 7.3 and glibc-devel pulls in the right package anyway + * Sun Jun 23 2002 Thomas Vander Stichele <thomas@apestaart.org> - changed header location of plug-in libs |