From 207a016116b2142641105ca0c76d8c1105b5210d Mon Sep 17 00:00:00 2001 From: Tim Waugh Date: Mar 11 2005 23:05:22 +0000 Subject: - Re-enable docs. --- diff --git a/gphoto2.spec b/gphoto2.spec index 11d3ab9..03ed41f 100644 --- a/gphoto2.spec +++ b/gphoto2.spec @@ -75,7 +75,7 @@ use libgphoto2. #################################### %build pushd %{libpkg}-%{libver} -%configure --disable-rpath --disable-docs \ +%configure --disable-rpath --enable-docs \ --with-doc-dir=%{buildroot}%{_docdir}/%{name} export tagname=CC make LIBTOOL=/usr/bin/libtool @@ -91,7 +91,7 @@ cat $(pwd)/libgphoto2-%{libver}/libgphoto2/libgphoto2.pc | sed \ -e "s,^Cflags:.*$,Cflags: -I\${includedir}/$gp_path -I\${includedir}," \ > libgphoto2.pc export PKG_CONFIG_PATH=. -%configure --disable-docs --with-doc-dir=%{buildroot}%{_docdir}/%{name} +%configure --enable-docs --with-doc-dir=%{buildroot}%{_docdir}/%{name} export tagname=CC make LIBTOOL=/usr/bin/libtool @@ -200,6 +200,9 @@ fi # ChangeLog ######################################################################## %changelog +* Fri Mar 11 2005 Tim Waugh +- Re-enable docs. + * Fri Mar 11 2005 Tim Waugh 2.1.5-5 - Rebuild with GCC 4 fixes. - Disable docs again until gtk-doc is fixed (GNOME bug #169087).