!16 fix fake date & description error
From: @wangyucheng1 Reviewed-by: @stonefly128 Signed-off-by: @tangjie02
This commit is contained in:
commit
d2d7b50349
Binary file not shown.
@ -21,7 +21,7 @@ Version: 2.9.3
|
|||||||
|
|
||||||
%define _libver 3_0
|
%define _libver 3_0
|
||||||
|
|
||||||
Release: 2
|
Release: 5
|
||||||
License: GPL-2.0+
|
License: GPL-2.0+
|
||||||
Group: System/I18n/Chinese
|
Group: System/I18n/Chinese
|
||||||
Url: http://liblunar.googlecode.com/
|
Url: http://liblunar.googlecode.com/
|
||||||
@ -41,26 +41,23 @@ Chinese Lunar calendar library
|
|||||||
Summary: Chinese Lunar calendar introspection bindings
|
Summary: Chinese Lunar calendar introspection bindings
|
||||||
Group: System/I18n/Chinese
|
Group: System/I18n/Chinese
|
||||||
|
|
||||||
|
%description -n typelib-1_0-LunarDate-%{_libver}
|
||||||
|
Library to support date conversion from/to chinese lunar calendar
|
||||||
|
|
||||||
%package devel
|
%package devel
|
||||||
Summary: Chinese Lunar calendar library development files
|
Summary: Chinese Lunar calendar library development files
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Requires: typelib-1_0-LunarDate-%{_libver} = %{version}
|
Requires: typelib-1_0-LunarDate-%{_libver} = %{version}
|
||||||
Requires: lunar-date%{?_isa} = %{version}-%{release}
|
Requires: lunar-date%{?_isa} = %{version}-%{release}
|
||||||
|
|
||||||
|
%description devel
|
||||||
|
Development files for Chinese Lunar calendar library
|
||||||
|
|
||||||
%package holiday
|
%package holiday
|
||||||
Summary: Chinese Holiday definition
|
Summary: Chinese Holiday definition
|
||||||
Group: System/I18n/Chinese
|
Group: System/I18n/Chinese
|
||||||
BuildArch: noarch
|
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
|
%description holiday
|
||||||
Holiday definition file for Chinese Lunar calendar library
|
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 -Denable_gtk_doc=true -Dwith_introspection=true -Dwith_vala=false -Denable_tests=true -Dc_args="$CFLAGS -DHAVE_BIND_TEXTDOMAIN_CODESET"
|
||||||
%meson_build
|
%meson_build
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
%find_lang %{name}
|
%find_lang %{name}
|
||||||
@ -106,6 +102,15 @@ Holiday definition file for Chinese Lunar calendar library
|
|||||||
%{_datadir}/gtk-doc/html/%{name}
|
%{_datadir}/gtk-doc/html/%{name}
|
||||||
|
|
||||||
%changelog
|
%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
|
* Thu Dec 01 2022 wangxiaoqing <wangxiaoqing@kylinsec.com.cn> - 2.9.3-2
|
||||||
- KYOS-B: Adjust for LANG GB18030 (#I60PNN)
|
- KYOS-B: Adjust for LANG GB18030 (#I60PNN)
|
||||||
|
|
||||||
|
|||||||
4
lunar-date.yaml
Normal file
4
lunar-date.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: github
|
||||||
|
src_repo: https://github.com/yetist/lunar-date.git
|
||||||
|
tag_prefix: "v"
|
||||||
|
seperator: "."
|
||||||
Loading…
x
Reference in New Issue
Block a user