!16 fix fake date & description error

From: @wangyucheng1 
Reviewed-by: @stonefly128 
Signed-off-by: @tangjie02
This commit is contained in:
openeuler-ci-bot 2023-04-13 05:19:40 +00:00 committed by Gitee
commit d2d7b50349
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 20 additions and 11 deletions

Binary file not shown.

View File

@ -21,7 +21,7 @@ Version: 2.9.3
%define _libver 3_0
Release: 2
Release: 5
License: GPL-2.0+
Group: System/I18n/Chinese
Url: http://liblunar.googlecode.com/
@ -41,26 +41,23 @@ Chinese Lunar calendar library
Summary: Chinese Lunar calendar introspection bindings
Group: System/I18n/Chinese
%description -n typelib-1_0-LunarDate-%{_libver}
Library to support date conversion from/to chinese lunar calendar
%package devel
Summary: Chinese Lunar calendar library development files
Group: Development/Libraries/C and C++
Requires: typelib-1_0-LunarDate-%{_libver} = %{version}
Requires: lunar-date%{?_isa} = %{version}-%{release}
%description devel
Development files for Chinese Lunar calendar library
%package holiday
Summary: Chinese Holiday definition
Group: System/I18n/Chinese
BuildArch: noarch
%description
Library to support date conversion from/to chinese lunar calendar
%description -n typelib-1_0-LunarDate-%{_libver}
Introspection bindings for Chinese Lunar calendar for use in Gnome Shell
%description devel
Development files for Chinese Lunar calendar library
%description holiday
Holiday definition file for Chinese Lunar calendar library
@ -71,7 +68,6 @@ Holiday definition file for Chinese Lunar calendar library
%meson -Denable_gtk_doc=true -Dwith_introspection=true -Dwith_vala=false -Denable_tests=true -Dc_args="$CFLAGS -DHAVE_BIND_TEXTDOMAIN_CODESET"
%meson_build
%install
%meson_install
%find_lang %{name}
@ -106,6 +102,15 @@ Holiday definition file for Chinese Lunar calendar library
%{_datadir}/gtk-doc/html/%{name}
%changelog
* Wed Apr 12 2023 wangyucheng <wangyucheng@kylinsec.com.cn> - 2.9.3-5
- KYOS-F: fix fake date error & fix description error
* Tue Feb 07 2023 wangxiaoqing <wangxiaoqing@kylinsec.com.cn> - 2.9.3-4
- KYOS-B: Add the yaml file (#I4ZQLB)
* Tue Feb 07 2023 wangxiaoqing <wangxiaoqing@kylinsec.com.cn> - 2.9.3-3
- KYOS-B: Delete the git directory in the source package (#I6CNEL)
* Thu Dec 01 2022 wangxiaoqing <wangxiaoqing@kylinsec.com.cn> - 2.9.3-2
- KYOS-B: Adjust for LANG GB18030 (#I60PNN)

4
lunar-date.yaml Normal file
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: https://github.com/yetist/lunar-date.git
tag_prefix: "v"
seperator: "."