diff options
author | Christian Schaller <uraeus@gnome.org> | 2008-04-03 16:45:02 +0000 |
---|---|---|
committer | Christian Schaller <uraeus@gnome.org> | 2008-04-03 16:45:02 +0000 |
commit | 721a324f75023dd0a9d3d1f0652f8825bcd6c68e (patch) | |
tree | b4f4ec708a7e8604ce5f83a23969a12688bb0be6 /gstreamer.spec.in | |
parent | 126a1130cd5f82381620221e98638631d5bcfe11 (diff) |
update spec to work with docs
Original commit message from CVS:
update spec to work with docs
Diffstat (limited to 'gstreamer.spec.in')
-rw-r--r-- | gstreamer.spec.in | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/gstreamer.spec.in b/gstreamer.spec.in index eda9b9626..57b89fdfa 100644 --- a/gstreamer.spec.in +++ b/gstreamer.spec.in @@ -98,7 +98,9 @@ with different major/minor versions of GStreamer. %configure \ --with-package-name='CVS gstreamer package' \ --with-package-origin='http://gstreamer.freedesktop.org' \ - --enable-debug + --enable-debug \ + --enable-gtk-doc \ + --enable-docbook #make %{?_smp_mflags} # 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-xmlinspect-%{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 %defattr(-, root, root, -) @@ -195,6 +200,9 @@ rm -rf $RPM_BUILD_ROOT %doc %{_datadir}/gtk-doc/html/gstreamer-plugins-%{majorminor}/* %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> - Import from Fedora package |