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 - 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 - 4.8.1.1-2 - Correct reference to BZ681941, add temporary fix for ARM FTBFS side effect