[icu/f17] Resolves: rhbz#813484 doxygen 1.8.0 does not provide installdox, omit from install

Eike Rathke erack at fedoraproject.org
Thu Apr 19 09:59:21 UTC 2012


commit 084f6f814b391a8d327397ecaec24fd8595992d0
Author: Eike Rathke <erack at redhat.com>
Date:   Thu Apr 19 11:58:47 2012 +0200

    Resolves: rhbz#813484 doxygen 1.8.0 does not provide installdox, omit from install

 icu.spec |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)
---
diff --git a/icu.spec b/icu.spec
index 6a549d2..39a2b82 100644
--- a/icu.spec
+++ b/icu.spec
@@ -1,6 +1,6 @@
 Name:      icu
 Version:   4.8.1.1
-Release:   2%{?dist}
+Release:   3%{?dist}
 Summary:   International Components for Unicode
 Group:     Development/Tools
 License:   MIT and UCD and Public Domain
@@ -72,6 +72,8 @@ sed -i 's|^LIBS =.*|LIBS = -nostdlib -L../lib -licuuc -lc|' layout/Makefile
 sed -i 's|^LIBS =.*|LIBS = -nostdlib -L../lib -licuuc -licule -lc|' layoutex/Makefile
 sed -i 's|^LIBS =.*|LIBS = -nostdlib -L../../lib -licutu -licuuc -lc|' tools/ctestfw/Makefile
 sed -i 's|^LIBS =.*|LIBS = -nostdlib -L../../lib -licui18n -licuuc -lpthread -lc|' tools/toolutil/Makefile
+#rhbz#813484
+sed -i 's| \$(docfilesdir)/installdox||' Makefile
 
 
 make # %{?_smp_mflags} # -j(X>1) may "break" man pages as of 3.2, b.f.u #2357
@@ -140,6 +142,9 @@ make -C source check
 %doc source/__docs/%{name}/html/*
 
 %changelog
+* Thu Apr 19 2012 Eike Rathke <erack at redhat.com> - 4.8.1.1-3
+- Resolves: rhbz#813484 doxygen 1.8.0 does not provide installdox, omit from install
+
 * Mon Jan 30 2012 Jon Masters <jcm at jonmasters.org> - 4.8.1.1-2
 - Correct reference to BZ681941, add temporary fix for ARM FTBFS side effect
 


More information about the scm-commits mailing list