]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - glsdk/gstreamer0-10.git/commitdiff
Added documentation to the SPEC file. Currently it seems that a lot of documentation...
authorChristian Schaller <uraeus@gnome.org>
Sat, 2 Mar 2002 11:11:11 +0000 (11:11 +0000)
committerChristian Schaller <uraeus@gnome.org>
Sat, 2 Mar 2002 11:11:11 +0000 (11:11 +0000)
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

index c54ef4143d7c2c5c5d66986defa3e84f585ca737..e3c23c314a92259e4d19eb429c243a9df65bc540 100644 (file)
@@ -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 <Uraeus@linuxrising.org>
+- Added documentation to build
+
 * Mon Feb 11 2002 Thomas Vander Stichele <thomas@apestaart.org>
 - 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