From 755e9d0103f5d413fb2ee9ebb2f27331bd74dc1d Mon Sep 17 00:00:00 2001 From: peijiankang Date: Thu, 9 Jun 2022 13:50:28 +0800 Subject: [PATCH] add kylin-user-guide file --- kylin-photo-viewer.spec | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/kylin-photo-viewer.spec b/kylin-photo-viewer.spec index 35a72f1..f9223dc 100644 --- a/kylin-photo-viewer.spec +++ b/kylin-photo-viewer.spec @@ -1,7 +1,7 @@ %define debug_package %{nil} Name: kylin-photo-viewer Version: 1.0.2 -Release: 3 +Release: 4 Summary: kylin-photo-viewer License: BSL-1.0 and Libpng and zlib and GPL-2.0-or-later URL: https://github.com/UbuntuKylin/kylin-photo-viewer @@ -46,6 +46,10 @@ pushd qmake-build %{make_install} INSTALL_ROOT=%{buildroot} popd +mkdir -p %{buildroot}/usr/share/kylin-user-guide/data/guide + +cp -r %{_builddir}/%{name}-%{version}/data/pictures %{buildroot}/usr/share/kylin-user-guide/data/guide/ + %files %{_bindir}/kylin-photo-viewer %{_includedir}/kylin_image_codec/kylinimagecodec.h @@ -65,8 +69,12 @@ popd %{_datadir}/glib-2.0/schemas/org.ukui.log4qt.kylin-photo-viewer.gschema.xml %{_datadir}/kylin-photo-viewer/translations/kylin-photo-viewer_zh_CN.qm %{_datadir}/pixmaps/kyview_logo.png +%{_datadir}/kylin-user-guide/data/guide/ %changelog +* Thu Jun 9 2022 peijiankang - 1.0.2-4 +- add kylin-user-guide file + * Thu Jun 9 2022 peijiankang - 1.0.2-3 - Fix the version of kylin-photo-viewer