diff --git a/kdelibs-4.0.2-install-all-css.patch b/kdelibs-4.0.2-install-all-css.patch index 2c89c5c..4d3e45f 100644 --- a/kdelibs-4.0.2-install-all-css.patch +++ b/kdelibs-4.0.2-install-all-css.patch @@ -1,11 +1,12 @@ diff -ur kdelibs-4.0.2/doc/common/CMakeLists.txt kdelibs-4.0.2-install-all-css/doc/common/CMakeLists.txt --- kdelibs-4.0.2/doc/common/CMakeLists.txt 2008-01-05 01:00:05.000000000 +0100 -+++ kdelibs-4.0.2-install-all-css/doc/common/CMakeLists.txt 2008-03-05 21:22:32.000000000 +0100 -@@ -7,6 +7,7 @@ ++++ kdelibs-4.0.2-install-all-css/doc/common/CMakeLists.txt 2008-03-06 05:18:11.000000000 +0100 +@@ -7,6 +7,8 @@ xml.dcl doxygen.css tabs.css + kde.css flat.css print.css ++ Doxyfile.global header.html footer.html mainheader.html diff --git a/kdelibs.spec b/kdelibs.spec index f83f259..a086ca9 100644 --- a/kdelibs.spec +++ b/kdelibs.spec @@ -3,7 +3,7 @@ Summary: K Desktop Environment 4 - Libraries Version: 4.0.2 -Release: 4%{?dist} +Release: 5%{?dist} %if 0%{?fedora} > 8 Name: kdelibs @@ -60,7 +60,8 @@ Patch6: kdelibs-4.0.0-openssl.patch # fix running KDE 3 apps as filetype viewers from KDE 4 Dolphin # (can't talk over D-Bus to an app only supporting DCOP) Patch7: kdelibs-4.0.1-dcop-servicetype.patch -# install all .css files in kdelibs-common to build kdepimlibs-apidocs against +# install all .css files and Doxyfile.global in kdelibs-common to build +# kdepimlibs-apidocs against Patch8: kdelibs-4.0.2-install-all-css.patch # upstream patches @@ -322,6 +323,9 @@ rm -rf %{buildroot} %changelog +* Thu Mar 06 2008 Kevin Kofler 4.0.2-5 +- also install Doxyfile.global in -common to build kdepimlibs-apidocs against + * Wed Mar 05 2008 Kevin Kofler 4.0.2-4 - install all .css files in kdelibs-common to build kdepimlibs-apidocs against - install doxygen.sh as kde4-doxygen.sh in -devel