Workaround makeinfo F-22 Bug 1154436.

This commit is contained in:
Jan Kratochvil 2014-10-19 20:41:16 +02:00
parent 8a983520e3
commit 3cf9dd58a7
1 changed files with 11 additions and 1 deletions

View File

@ -26,7 +26,7 @@ Version: 7.8
# The release always contains a leading reserved number, start it at 1. # The release always contains a leading reserved number, start it at 1.
# `upstream' is not a part of `name' to stay fully rpm dependencies compatible for the testing. # `upstream' is not a part of `name' to stay fully rpm dependencies compatible for the testing.
Release: 26%{?dist} Release: 27%{?dist}
License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and BSD and Public Domain and GFDL License: GPLv3+ and GPLv3+ with exceptions and GPLv2+ and GPLv2+ with exceptions and GPL+ and LGPLv2+ and BSD and Public Domain and GFDL
Group: Development/Debuggers Group: Development/Debuggers
@ -893,6 +893,9 @@ mv -f readline-doc readline/doc
%build %build
rm -rf %{buildroot} rm -rf %{buildroot}
# https://bugzilla.redhat.com/show_bug.cgi?id=1154436
export PERL5LIB="$PERL5LIB${PERL5LIB:+:}/usr/share/texi2html/lib/Unicode-EastAsianWidth/lib"
# Identify the build directory with the version of gdb as well as the # Identify the build directory with the version of gdb as well as the
# architecture, to allow for mutliple versions to be installed and # architecture, to allow for mutliple versions to be installed and
# built. # built.
@ -1123,6 +1126,10 @@ echo ====================TESTING END=====================
%endif %endif
%install %install
# https://bugzilla.redhat.com/show_bug.cgi?id=1154436
export PERL5LIB="$PERL5LIB${PERL5LIB:+:}/usr/share/texi2html/lib/Unicode-EastAsianWidth/lib"
# Initially we're in the %{gdb_src} directory. # Initially we're in the %{gdb_src} directory.
cd %{gdb_build} cd %{gdb_build}
rm -rf $RPM_BUILD_ROOT rm -rf $RPM_BUILD_ROOT
@ -1339,6 +1346,9 @@ then
fi fi
%changelog %changelog
* Sun Oct 19 2014 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.8-27.fc21
- Workaround makeinfo F-22 Bug 1154436.
* Sun Oct 19 2014 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.8-26.fc21 * Sun Oct 19 2014 Jan Kratochvil <jan.kratochvil@redhat.com> - 7.8-26.fc21
- Import 5 upstream gdb-7.8 branch fixes (async fix by Pedro Alves). - Import 5 upstream gdb-7.8 branch fixes (async fix by Pedro Alves).