enable -apidocs

This commit is contained in:
Than Ngo 2009-03-02 12:43:45 +00:00
parent f08d67c1e6
commit bcf26470c3
1 changed files with 5 additions and 5 deletions

View File

@ -27,11 +27,7 @@
%define make_cvs 1
# disable temporarily for f11+, while rawhide doxygen hang can be fixed
# http://bugzilla.redhat.com/487719
%if 0%{?fedora} < 11
%define apidocs 1
%endif
# We always include this here now because kdeartwork 4 has moved on to
# icon-naming-spec names (partially, so the icon theme isn't usable with KDE 4
@ -40,7 +36,7 @@
Summary: K Desktop Environment 3 - Libraries
Version: 3.5.10
Release: 8%{?dist}
Release: 9%{?dist}
%if 0%{?fedora} > 8
Name: kdelibs3
@ -338,6 +334,7 @@ export DO_NOT_COMPILE="libkscreensaver"
make %{?_smp_mflags}
%if 0%{?apidocs}
doxygen -s -u admin/Doxyfile.global
make %{?_smp_mflags} apidox
%endif
@ -633,6 +630,9 @@ touch --no-create %{_datadir}/icons/crystalsvg 2> /dev/null || :
%changelog
* Mon Mar 02 2009 Than Ngo <than@redhat.com> - 3.5.10-9
- enable -apidocs
* Fri Feb 27 2009 Rex Dieter <rdieter@fedoraproject.org> - 3.5.10-8
- disable -apidocs (f11+, #487719)
- cleanup unused kdeui_symlink hack baggage