mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
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
This commit is contained in:
parent
cea62497d5
commit
052eaf10b6
1 changed files with 6 additions and 4 deletions
|
@ -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 <thomas@apestaart.org>
|
||||
- put html docs in canonical place, avoiding %doc erasure
|
||||
|
||||
* Sat Mar 2 2002 Christian Schaller <Uraeus@linuxrising.org>
|
||||
- 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
|
||||
|
|
Loading…
Reference in a new issue