From 2d768fee504d658d16c6add1ebead14edbe9fcd9 Mon Sep 17 00:00:00 2001 From: Christian Schaller Date: Sat, 2 Mar 2002 11:11:11 +0000 Subject: [PATCH] Added documentation to the SPEC file. Currently it seems that a lot of documentation is built but not installed howev... Original commit message from CVS: Added documentation to the SPEC file. Currently it seems that a lot of documentation is built but not installed however, including the images. --- gstreamer.spec.in | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/gstreamer.spec.in b/gstreamer.spec.in index c54ef4143d..e3c23c314a 100644 --- a/gstreamer.spec.in +++ b/gstreamer.spec.in @@ -35,7 +35,6 @@ plugins. %{_libdir}/gst/libgstelements*.so* %{_libdir}/gst/libgsttypes*.so* %{_libdir}/gst/libgststaticautoplug*.so* -%{_libdir}/gst/libgststaticautoplugrender*.so* %{_libdir}/gst/libgstcontrol*.so* %{_libdir}/gst/libgstbytestream*.so* %{_libdir}/gst/libgstgetbits*.so* @@ -70,8 +69,13 @@ applications and plugins for GStreamer. %{_libdir}/libgstreamer.la %{_libdir}/libgstreamer.so %{_libdir}/pkgconfig/* +%{_datadir}/gst/html/gstreamer/* +%{_datadir}/gst/html/gstreamer-libs/alphaomega %changelog +* Sat Mar 2 2002 Christian Schaller +- Added documentation to build + * Mon Feb 11 2002 Thomas Vander Stichele - added libgstbasicscheduler - renamed libgst to libgstreamer @@ -148,7 +152,8 @@ FFLAGS="${FFLAGS:-%optflags}" ; export FFLAGS ; \ --mandir=%{_mandir} \ --infodir=%{_infodir} \ --with-configdir=/etc/gstreamer \ - --disable-tests --disable-examples --disable-debug-color + --disable-tests --disable-examples --disable-debug-color \ + --enable-docs-build if [ "$SMP" != "" ]; then (make "MAKE=make -k -j $SMP"; exit 0) else