revert using "--disable-gtk-doc" as this doesn't work with babl (#477807)

This commit is contained in:
Nils Philippsen 2009-07-06 10:56:25 +00:00
parent 9d5b49d4f5
commit 811dbb2dd9

View File

@ -32,7 +32,7 @@ developing with %{name}.
%patch0 -p0 -b .fix
%build
%configure --disable-static --disable-gtk-doc
%configure --disable-static
make %{?_smp_mflags}
@ -46,6 +46,9 @@ rm -rf babl_docs/html/graphics/Makefile*
rm -rf %{buildroot}%{_libdir}/*.la
# fix timestamps for multilib
touch -m --reference=docs/Makefile.am babl_docs/html{,/graphics}/*
%check
make check
@ -70,7 +73,10 @@ rm -rf %{buildroot}
%{_libdir}/pkgconfig/%{name}.pc
%changelog
* Thu Jul 02 2009 Nils Philippsen <nils@redhat.com> - 0.1.0-3
* Mon Jul 06 2009 Nils Philippsen <nils@redhat.com> - 0.1.0-3
- revert using "--disable-gtk-doc" as this doesn't work with babl (#477807)
* Thu Jul 02 2009 Nils Philippsen <nils@redhat.com>
- use "--disable-gtk-doc" to avoid rebuilding documentation (#477807)
- fix source URL