Also BR graphviz when building apidocs. Fix apidocs directory.

This commit is contained in:
Kevin Kofler 2008-03-05 22:56:55 +00:00
parent fc7e7e4747
commit 39ddd5aa3f
1 changed files with 3 additions and 2 deletions

View File

@ -108,6 +108,7 @@ BuildRequires: subversion
%if "%{?apidocs}" == "1"
BuildRequires: doxygen
BuildRequires: graphviz
BuildRequires: qt4-doc
%endif
@ -232,7 +233,7 @@ install -p -m 644 -D %{SOURCE2} %{buildroot}%{_sysconfdir}/profile.d/kde4.csh
# install apidocs and generator script
install -p -D doc/api/doxygen.sh %{buildroot}%{_kde4_bindir}/kde4-doxygen.sh
%if "%{?apidocs}" == "1"
install -p -D kdelibs-apidocs %{buildroot}%{_kde4_docdir}/HTML/en/kdelibs4-apidocs
install -p -D kdelibs-%{version}-apidocs %{buildroot}%{_kde4_docdir}/HTML/en/kdelibs4-apidocs
%endif
@ -325,7 +326,7 @@ rm -rf %{buildroot}
- install all .css files in kdelibs-common to build kdepimlibs-apidocs against
- install doxygen.sh as kde4-doxygen.sh in -devel
- build apidocs and put them into an -apidocs subpackage (can be turned off)
- BR doxygen and qt4-doc when building apidocs
- BR doxygen, graphviz and qt4-doc when building apidocs
* Fri Feb 29 2008 Than Ngo <than@redhat.com> 4.0.2-3
- rebuilt