From: Thomas Vander Stichele Date: Sun, 3 Mar 2002 15:00:32 +0000 (+0000) Subject: docs are now in gstreamer rpm want them in gstreamer-devel though X-Git-Tag: RELEASE-0_3_3-GUADECBYFOOT~32 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=052eaf10b6e8f7438fce051273c9a036d1841b0e;p=platform%2Fupstream%2Fgstreamer.git docs are now in gstreamer rpm want them in gstreamer-devel though Original commit message from CVS: docs are now in gstreamer rpm want them in gstreamer-devel though --- diff --git a/gstreamer.spec.in b/gstreamer.spec.in index 68d9d3c..36b99ca 100644 --- a/gstreamer.spec.in +++ b/gstreamer.spec.in @@ -21,7 +21,7 @@ plugins. %files %defattr(-, root, root) -%doc AUTHORS COPYING README TODO COPYING.LIB ABOUT-NLS REQUIREMENTS DOCBUILDING +%doc AUTHORS COPYING README TODO COPYING.LIB ABOUT-NLS REQUIREMENTS DOCBUILDING html %{_bindir}/gst-complete %{_bindir}/gst-compprep %{_bindir}/gst-inspect @@ -69,10 +69,12 @@ applications and plugins for GStreamer. %{_libdir}/libgstreamer.la %{_libdir}/libgstreamer.so %{_libdir}/pkgconfig/* -%{_datadir}/%{name}-%{version}/html/gstreamer -%{_datadir}/%{name}-%{version}/html/gstreamer-libs + %changelog +* Sun Mar 3 2002 Thomas Vander Stichele +- put html docs in canonical place, avoiding %doc erasure + * Sat Mar 2 2002 Christian Schaller - Added documentation to build @@ -153,7 +155,7 @@ FFLAGS="${FFLAGS:-%optflags}" ; export FFLAGS ; \ --infodir=%{_infodir} \ --with-configdir=/etc/gstreamer \ --disable-tests --disable-examples --disable-debug-color \ - --enable-docs-build + --enable-docs-build --with-html-dir=$RPM_BUILD_DIR/%{name}-%{version}/html if [ "$SMP" != "" ]; then (make "MAKE=make -k -j $SMP"; exit 0) else