fix FTBFS in rawhide due to new gawk

This commit is contained in:
Tomas Mraz 2019-08-14 18:53:13 +02:00
parent de64fda6ea
commit 161a23a0bd
2 changed files with 1186 additions and 1 deletions

1178
libgpg-error-1.36-gawk.patch Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
Name: libgpg-error Name: libgpg-error
Version: 1.36 Version: 1.36
Release: 1%{?dist} Release: 2%{?dist}
Summary: Library for error values used by GnuPG components Summary: Library for error values used by GnuPG components
URL: https://www.gnupg.org/related_software/libgpg-error/ URL: https://www.gnupg.org/related_software/libgpg-error/
License: LGPLv2+ License: LGPLv2+
@ -8,6 +8,7 @@ License: LGPLv2+
Source0: ftp://ftp.gnupg.org/gcrypt/libgpg-error/%{name}-%{version}.tar.bz2 Source0: ftp://ftp.gnupg.org/gcrypt/libgpg-error/%{name}-%{version}.tar.bz2
Source1: ftp://ftp.gnupg.org/gcrypt/libgpg-error/%{name}-%{version}.tar.bz2.sig Source1: ftp://ftp.gnupg.org/gcrypt/libgpg-error/%{name}-%{version}.tar.bz2.sig
Patch1: libgpg-error-1.29-multilib.patch Patch1: libgpg-error-1.29-multilib.patch
Patch2: libgpg-error-1.36-gawk.patch
BuildRequires: gcc BuildRequires: gcc
BuildRequires: gawk, gettext, autoconf, automake, gettext-devel, libtool BuildRequires: gawk, gettext, autoconf, automake, gettext-devel, libtool
@ -33,6 +34,9 @@ contains files necessary to develop applications using libgpg-error.
%prep %prep
%setup -q %setup -q
%patch1 -p1 -b .multilib %patch1 -p1 -b .multilib
%patch2 -p1 -b .gawk
autoreconf -f
# The config script already suppresses the -L if it's /usr/lib, so cheat and # The config script already suppresses the -L if it's /usr/lib, so cheat and
# set it to a value which we know will be suppressed. # set it to a value which we know will be suppressed.
@ -78,6 +82,9 @@ make check
%{_mandir}/man1/gpgrt-config.* %{_mandir}/man1/gpgrt-config.*
%changelog %changelog
* Wed Aug 14 2019 Tomáš Mráz <tmraz@redhat.com> 1.36-2
- fix FTBFS in rawhide due to new gawk
* Sat Aug 3 2019 Peter Robinson <pbrobinson@fedoraproject.org> 1.36-1 * Sat Aug 3 2019 Peter Robinson <pbrobinson@fedoraproject.org> 1.36-1
- new upstream release 1.36 - new upstream release 1.36