kylin user guide add zangwen support

This commit is contained in:
lvfei 2022-09-08 22:20:10 -04:00
parent e7adedd276
commit 00e33a9005
2 changed files with 7 additions and 1 deletions

Binary file not shown.

View File

@ -1,7 +1,7 @@
%define debug_package %{nil}
Name: kylin-user-guide
Version: 1.0.4
Release: 4
Release: 5
Summary: A component of the ukui desktop environment that provides convenient text
License: CC-BY-SA-4.0 and GPL-3.0-or-later
URL: http://www.ukui.org
@ -9,6 +9,7 @@ Source0: %{name}-%{version}.tar.gz
Patch01: 0001-modify-compile-error-of-None.patch
Patch02: 0002-Fix-kylin-user-guide-version-is-empty.patch
Patch03: 0003-Fix-no-response-of-interface.patch
Patch04: 0001-kylin-user-guide-add-bo-translate.patch
BuildRequires: cmake
BuildRequires: qt5-qtbase-devel
@ -44,6 +45,7 @@ this packages contains the picture of application
%patch01 -p1
%patch02 -p1
%patch03 -p1
%patch04 -p1
%build
mkdir build && cd build
@ -85,6 +87,10 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Fri Sep 9 2022 lvfei <lvfei@kylinos.cn> - 1.0.4-5
- add patch:0001-kylin-user-guide-add-bo-translate.patch
- kylin user guide add zangwen support
* Thu Jun 9 2022 peijiankang <peijiankang@kylinos.cn> - 1.0.4-4
- Fix no response of interface