commit 39f69ee24f3b4b1d65c48f0eb74b6ea6ff2ff126
Author: Bastien Nocera <hadess(a)fedoraproject.org>
Date: Mon Jun 2 17:08:38 2008 +0000
- Let the package build its own documentation
gstreamer-plugins-base.spec | 13 +++++--------
1 file changed, 5 insertions(+), 8 deletions(-)
---
diff --git a/gstreamer-plugins-base.spec b/gstreamer-plugins-base.spec
index a1734a6..7e07bfb 100644
--- a/gstreamer-plugins-base.spec
+++ b/gstreamer-plugins-base.spec
@@ -5,7 +5,7 @@
Name: %{gstreamer}-plugins-base
Version: 0.10.19
-Release: 4%{?dist}
+Release: 5%{?dist}
Summary: GStreamer streaming media framework base plug-ins
Group: Applications/Multimedia
@@ -59,7 +59,7 @@ This package contains a set of well-maintained base plug-ins.
%configure \
--with-package-name='Fedora gstreamer-plugins-base package' \
--with-package-origin='http://download.fedora.redhat.com/fedora' \
- --disable-gtk-doc \
+ --enable-gtk-doc \
--enable-experimental \
--disable-static
@@ -76,12 +76,6 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/gstreamer-%{majorminor}/*.a
rm -f $RPM_BUILD_ROOT%{_libdir}/*.a
rm -f $RPM_BUILD_ROOT%{_libdir}/*.la
-# Install the docs by hand, see
http://bugzilla.gnome.org/show_bug.cgi?id=349099
-mkdir -p $RPM_BUILD_ROOT/%{_datadir}/gtk-doc/html/gst-plugins-base-libs-0.10/
-cp -ar docs/libs/html/
$RPM_BUILD_ROOT/%{_datadir}/gtk-doc/html/gst-plugins-base-libs-0.10/
-mkdir -p $RPM_BUILD_ROOT/%{_datadir}/gtk-doc/html/gst-plugins-base-plugins-0.10/
-cp -ar docs/plugins/html/
$RPM_BUILD_ROOT/%{_datadir}/gtk-doc/html/gst-plugins-base-plugins-0.10/
-
%find_lang gst-plugins-base-%{majorminor}
%clean
@@ -247,6 +241,9 @@ GStreamer Base Plugins library development and header files.
%doc %{_datadir}/gtk-doc/html/gst-plugins-base-plugins-%{majorminor}
%changelog
+* Mon Jun 02 2008 - Bastien Nocera <bnocera(a)redhat.com> - 0.10.19-5
+- Let the package build its own documentation
+
* Sat May 24 2008 - Bastien Nocera <bnocera(a)redhat.com> - 0.10.19-4
- Remove the gnome-vfs plugin, and see what breaks