fix fake date error & fix description error
- 修复 虚假日期 和 描述 的错误 Signed-off-by: wangyucheng <wangyucheng@kylinsec.com.cn>
This commit is contained in:
parent
7326ee7643
commit
597502668d
@ -21,7 +21,7 @@ Version: 2.9.3
|
|||||||
|
|
||||||
%define _libver 3_0
|
%define _libver 3_0
|
||||||
|
|
||||||
Release: 4
|
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,10 +102,13 @@ Holiday definition file for Chinese Lunar calendar library
|
|||||||
%{_datadir}/gtk-doc/html/%{name}
|
%{_datadir}/gtk-doc/html/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue Feb 07 2022 wangxiaoqing <wangxiaoqing@kylinsec.com.cn> - 2.9.3-4
|
* 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)
|
- KYOS-B: Add the yaml file (#I4ZQLB)
|
||||||
|
|
||||||
* Tue Feb 07 2022 wangxiaoqing <wangxiaoqing@kylinsec.com.cn> - 2.9.3-3
|
* Tue Feb 07 2023 wangxiaoqing <wangxiaoqing@kylinsec.com.cn> - 2.9.3-3
|
||||||
- KYOS-B: Delete the git directory in the source package (#I6CNEL)
|
- 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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user