Adjust for LANG GB18030

- 适配18030编码,避免乱码

Signed-off-by: wangxiaoqing <wangxiaoqing@kylinsec.com.cn>
This commit is contained in:
wangxiaoqing 2022-12-01 14:29:51 +08:00
parent 8bc6c65c43
commit ba7514f6a8

View File

@ -21,7 +21,7 @@ Version: 2.9.3
%define _libver 3_0
Release: 1.9.kb2
Release: 2
License: GPL-2.0+
Group: System/I18n/Chinese
Url: http://liblunar.googlecode.com/
@ -68,7 +68,7 @@ Holiday definition file for Chinese Lunar calendar library
%autosetup -S git
%build
%meson -Denable_gtk_doc=true -Dwith_introspection=true -Dwith_vala=false -Denable_tests=true
%meson -Denable_gtk_doc=true -Dwith_introspection=true -Dwith_vala=false -Denable_tests=true -Dc_args="$CFLAGS -DHAVE_BIND_TEXTDOMAIN_CODESET"
%meson_build
@ -106,6 +106,9 @@ Holiday definition file for Chinese Lunar calendar library
%{_datadir}/gtk-doc/html/%{name}
%changelog
* Thu Dec 01 2022 wangxiaoqing <wangxiaoqing@kylinsec.com.cn> - 2.9.3-2
- KYOS-B: Adjust for LANG GB18030 (#I60PNN)
* Fri May 14 2021 longcheng <longcheng@kylinos.com.cn> - 2.9.3-1.9.kb2
- KYOS-B: Add Requires lunar-date for lunar-date-devel (#38372)