upgrade to version 5.8.15

(cherry picked from commit 6dd33077515307b4cb9335c95a349cfe81aabbac)
This commit is contained in:
leeffo 2023-07-26 10:50:33 +08:00 committed by openeuler-sync-bot
parent 100183e046
commit 4fc56ab2c5
3 changed files with 10 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:209369160052eb80ba9f47a2ce216fb9c9d4c1a8968c10b5f781654572bdab77
size 535828480

BIN
deepin-manual-5.8.15.tar.gz Normal file

Binary file not shown.

View File

@ -2,14 +2,12 @@
%global debug_package %{nil}
%global _unpackaged_files_terminate_build 0
Name: deepin-manual
Version: 5.7.28
Version: 5.8.15
Release: 1
Summary: Manual is designed to help users learn the operating system and its applications, providing specific instructions and function descriptions.
License: GPLv3
URL: https://uos-packages.deepin.com/uos/pool/main/d/deepin-manual/
Source0: https://github.com/linuxdeepin/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
#Patch9000: 0001-feat-add-include-QPainterPath.patch
Source0: %{name}-%{version}.tar.gz
BuildRequires: cmake
BuildRequires: dtkcore-devel
@ -24,7 +22,12 @@ BuildRequires: qt5-qtwebengine
BuildRequires: gtest-devel
BuildRequires: gmock-devel
BuildRequires: qt5-qtbase-private-devel
Requires: qt5-qtwebengine
Requires: dde-manual-content
# qt5-qtwebengine
Excludearch: loongarch64
%description
Manual is designed to help users learn the operating system and its applications, providing specific instructions and function descriptions.
@ -32,7 +35,6 @@ Manual is designed to help users learn the operating system and its applications
%prep
%setup -q
#%%patch9000 -p1
# fix strip
sed -i 's|gc-sections"|gc-sections -s"|' src/CMakeLists.txt
@ -55,12 +57,14 @@ export PATH=$PATH:/usr/lib64/qt5/bin
%{_datadir}/%{name}/web_dist/
%{_datadir}/icons/hicolor/scalable/apps/deepin-manual.svg
%{_datadir}/%{name}/translations/*
%{_datadir}/%{name}/manual-assets/server/*
%license LICENSE
%doc README.md
%changelog
* Wed Jul 26 2023 leeffo <liweiganga@uniontech.com> - 5.8.15-1
- upgrade to version 5.8.15
* Fri Mar 31 2023 liweiganga <liweiganga@uniontech.com> - 5.7.28-1
- update: update to 5.7.28