From 597502668d4011666daf7e9a9e736140ccfa8f4c Mon Sep 17 00:00:00 2001 From: wangyucheng Date: Wed, 12 Apr 2023 05:22:06 -0400 Subject: [PATCH] fix fake date error & fix description error MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 修复 虚假日期 和 描述 的错误 Signed-off-by: wangyucheng --- lunar-date.spec | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/lunar-date.spec b/lunar-date.spec index bfd7aee..86ec5ce 100644 --- a/lunar-date.spec +++ b/lunar-date.spec @@ -21,7 +21,7 @@ Version: 2.9.3 %define _libver 3_0 -Release: 4 +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,10 +102,13 @@ Holiday definition file for Chinese Lunar calendar library %{_datadir}/gtk-doc/html/%{name} %changelog -* Tue Feb 07 2022 wangxiaoqing - 2.9.3-4 +* Wed Apr 12 2023 wangyucheng - 2.9.3-5 +- KYOS-F: fix fake date error & fix description error + +* Tue Feb 07 2023 wangxiaoqing - 2.9.3-4 - KYOS-B: Add the yaml file (#I4ZQLB) -* Tue Feb 07 2022 wangxiaoqing - 2.9.3-3 +* Tue Feb 07 2023 wangxiaoqing - 2.9.3-3 - KYOS-B: Delete the git directory in the source package (#I6CNEL) * Thu Dec 01 2022 wangxiaoqing - 2.9.3-2