diff --git a/deepin-manual-5.7.28.tar.gz b/deepin-manual-5.7.28.tar.gz deleted file mode 100644 index 90628e6..0000000 --- a/deepin-manual-5.7.28.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:209369160052eb80ba9f47a2ce216fb9c9d4c1a8968c10b5f781654572bdab77 -size 535828480 diff --git a/deepin-manual-5.8.15.tar.gz b/deepin-manual-5.8.15.tar.gz new file mode 100644 index 0000000..8a06b1b Binary files /dev/null and b/deepin-manual-5.8.15.tar.gz differ diff --git a/deepin-manual.spec b/deepin-manual.spec index 8d9d9b9..1344f02 100644 --- a/deepin-manual.spec +++ b/deepin-manual.spec @@ -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 - 5.8.15-1 +- upgrade to version 5.8.15 + * Fri Mar 31 2023 liweiganga - 5.7.28-1 - update: update to 5.7.28