reenable testsuite except failing armv7hl

This commit is contained in:
Jens Petersen 2020-08-06 22:58:39 +08:00
parent 9a741fcbe0
commit 7581bbfd34
1 changed files with 8 additions and 3 deletions

View File

@ -7,7 +7,7 @@
Summary: GNU libraries and utilities for producing multi-lingual messages
Name: gettext
Version: %{tarversion}
Release: 1%{?dist}
Release: 2%{?dist}
# The following are licensed under LGPLv2+:
# - libintl and its headers
# - libasprintf and its headers
@ -291,7 +291,9 @@ export LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}:$PWD/gettext-tools/intl/.libs
# override LIBUNISTRING to prevent reordering of lib objects
# FIXME: https://lists.gnu.org/archive/html/bug-gnulib/2020-07/msg00195.html
# make check LIBUNISTRING=-lunistring
%ifnarch armv7hl
make check LIBUNISTRING=-lunistring
%endif
%ldconfig_scriptlets libs
@ -396,7 +398,10 @@ export LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}:$PWD/gettext-tools/intl/.libs
%{_mandir}/man1/msghack.1*
%changelog
* Mon Aug 03 2020 Sundeep Anand <suanand@redhat.com> - 0.21
* Thu Aug 6 2020 Jens Petersen <petersen@redhat.com> - 0.21-2
- reenable testsuite except for armv7hl which is failing
* Mon Aug 03 2020 Sundeep Anand <suanand@redhat.com> - 0.21-1
- gettext-0.21 is available (rhbz#1860728)
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.20.2-4