diff --git a/gphoto2.spec b/gphoto2.spec index a75aa17..4472259 100644 --- a/gphoto2.spec +++ b/gphoto2.spec @@ -77,7 +77,7 @@ use libgphoto2. #################################### %build pushd %{libpkg}-%{libver} -%configure --disable-rpath --enable-docs \ +%configure --disable-rpath --disable-docs \ --with-doc-dir=%{buildroot}%{_docdir}/%{name} export tagname=CC make LIBTOOL=/usr/bin/libtool @@ -93,7 +93,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 --enable-docs --with-doc-dir=%{buildroot}%{_docdir}/%{name} +%configure --disable-docs --with-doc-dir=%{buildroot}%{_docdir}/%{name} export tagname=CC make LIBTOOL=/usr/bin/libtool @@ -202,6 +202,9 @@ fi # ChangeLog ######################################################################## %changelog +* Thu Mar 24 2005 Tim Waugh +- Disable docs again until gtk-doc is fixed (GNOME bug #169087). + * Mon Mar 21 2005 Tim Waugh - Fixed memset() usage bug.