export C.UTF-8 for make check
This commit is contained in:
parent
56ea4a570f
commit
c27a40296b
@ -18,7 +18,7 @@
|
||||
|
||||
Name: ibus-anthy
|
||||
Version: 1.5.13
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Summary: The Anthy engine for IBus input platform
|
||||
License: GPLv2+
|
||||
URL: https://github.com/ibus/ibus/wiki
|
||||
@ -119,6 +119,8 @@ rm -f $RPM_BUILD_ROOT%{_libdir}/libanthygobject-%{sub_version}.la
|
||||
%check
|
||||
desktop-file-validate \
|
||||
$RPM_BUILD_ROOT%{_datadir}/applications/ibus-setup-anthy.desktop
|
||||
export LANG=C.UTF-8
|
||||
locale
|
||||
make -C data check
|
||||
|
||||
%ldconfig_scriptlets libs
|
||||
@ -154,6 +156,9 @@ make -C data check
|
||||
%{_datadir}/installed-tests/%{name}
|
||||
|
||||
%changelog
|
||||
* Fri Oct 22 2021 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.13-3
|
||||
- export C.UTF-8 for make check
|
||||
|
||||
* Fri Oct 22 2021 Takao Fujiwara <tfujiwar@redhat.com> - 1.5.13-2
|
||||
- Update era.t with 2021
|
||||
- Check python3-pycotap.rpm in Fedora instead of pip
|
||||
|
Loading…
Reference in New Issue
Block a user