reenable testsuite except failing armv7hl
This commit is contained in:
parent
9a741fcbe0
commit
7581bbfd34
11
gettext.spec
11
gettext.spec
@ -7,7 +7,7 @@
|
|||||||
Summary: GNU libraries and utilities for producing multi-lingual messages
|
Summary: GNU libraries and utilities for producing multi-lingual messages
|
||||||
Name: gettext
|
Name: gettext
|
||||||
Version: %{tarversion}
|
Version: %{tarversion}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
# The following are licensed under LGPLv2+:
|
# The following are licensed under LGPLv2+:
|
||||||
# - libintl and its headers
|
# - libintl and its headers
|
||||||
# - libasprintf 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
|
# override LIBUNISTRING to prevent reordering of lib objects
|
||||||
# FIXME: https://lists.gnu.org/archive/html/bug-gnulib/2020-07/msg00195.html
|
# 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
|
%ldconfig_scriptlets libs
|
||||||
|
|
||||||
@ -396,7 +398,10 @@ export LD_LIBRARY_PATH=$RPM_BUILD_ROOT%{_libdir}:$PWD/gettext-tools/intl/.libs
|
|||||||
%{_mandir}/man1/msghack.1*
|
%{_mandir}/man1/msghack.1*
|
||||||
|
|
||||||
%changelog
|
%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)
|
- gettext-0.21 is available (rhbz#1860728)
|
||||||
|
|
||||||
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.20.2-4
|
* Sat Aug 01 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.20.2-4
|
||||||
|
Loading…
Reference in New Issue
Block a user