mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-30 13:41:48 +00:00
update spec to work with docs
Original commit message from CVS: update spec to work with docs
This commit is contained in:
parent
126a1130cd
commit
721a324f75
1 changed files with 9 additions and 1 deletions
|
@ -98,7 +98,9 @@ with different major/minor versions of GStreamer.
|
||||||
%configure \
|
%configure \
|
||||||
--with-package-name='CVS gstreamer package' \
|
--with-package-name='CVS gstreamer package' \
|
||||||
--with-package-origin='http://gstreamer.freedesktop.org' \
|
--with-package-origin='http://gstreamer.freedesktop.org' \
|
||||||
--enable-debug
|
--enable-debug \
|
||||||
|
--enable-gtk-doc \
|
||||||
|
--enable-docbook
|
||||||
|
|
||||||
#make %{?_smp_mflags}
|
#make %{?_smp_mflags}
|
||||||
# FIXME: docs building doesn't work with smp yet
|
# FIXME: docs building doesn't work with smp yet
|
||||||
|
@ -153,6 +155,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%doc %{_mandir}/man1/gst-typefind-%{majorminor}.*
|
%doc %{_mandir}/man1/gst-typefind-%{majorminor}.*
|
||||||
%doc %{_mandir}/man1/gst-xmlinspect-%{majorminor}.*
|
%doc %{_mandir}/man1/gst-xmlinspect-%{majorminor}.*
|
||||||
%doc %{_mandir}/man1/gst-xmllaunch-%{majorminor}.*
|
%doc %{_mandir}/man1/gst-xmllaunch-%{majorminor}.*
|
||||||
|
%doc %{_datadir}/doc/gstreamer-%{majorminor}/manual
|
||||||
|
%doc %{_datadir}/doc/gstreamer-%{majorminor}/pwg
|
||||||
|
%doc %{_datadir}/doc/gstreamer-%{majorminor}/faq/
|
||||||
|
|
||||||
%files -n gstreamer-tools
|
%files -n gstreamer-tools
|
||||||
%defattr(-, root, root, -)
|
%defattr(-, root, root, -)
|
||||||
|
@ -195,6 +200,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||||
%doc %{_datadir}/gtk-doc/html/gstreamer-plugins-%{majorminor}/*
|
%doc %{_datadir}/gtk-doc/html/gstreamer-plugins-%{majorminor}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Apr 3 2008 Christian Schaller <christian.schaller at collabora co uk>
|
||||||
|
- Update spec file to make inclusion of all docs explicit
|
||||||
|
|
||||||
* Tue Dec 11 2007 Christian Schaller <christian.schaller@collabora.co.uk>
|
* Tue Dec 11 2007 Christian Schaller <christian.schaller@collabora.co.uk>
|
||||||
- Import from Fedora package
|
- Import from Fedora package
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue