rpms/kdelibs/devel kdelibs.spec,1.280,1.281

Kevin Kofler (kkofler) fedora-extras-commits at redhat.com
Wed Mar 5 22:57:30 UTC 2008


Author: kkofler

Update of /cvs/pkgs/rpms/kdelibs/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv26031/devel

Modified Files:
	kdelibs.spec 
Log Message:
Also BR graphviz when building apidocs. Fix apidocs directory.


Index: kdelibs.spec
===================================================================
RCS file: /cvs/pkgs/rpms/kdelibs/devel/kdelibs.spec,v
retrieving revision 1.280
retrieving revision 1.281
diff -u -r1.280 -r1.281
--- kdelibs.spec	5 Mar 2008 22:08:50 -0000	1.280
+++ kdelibs.spec	5 Mar 2008 22:56:55 -0000	1.281
@@ -108,6 +108,7 @@
 
 %if "%{?apidocs}" == "1"
 BuildRequires: doxygen
+BuildRequires: graphviz
 BuildRequires: qt4-doc
 %endif
 
@@ -232,7 +233,7 @@
 # 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 @@
 - 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 at redhat.com> 4.0.2-3
 - rebuilt




More information about the fedora-extras-commits mailing list