Compare commits

...

12 Commits

Author SHA1 Message Date
openeuler-ci-bot
4cb52a31e7
!21 [sync] PR-20: upgrade to version 5.8.15
From: @openeuler-sync-bot 
Reviewed-by: @leeffo 
Signed-off-by: @leeffo
2023-08-23 03:04:27 +00:00
leeffo
4fc56ab2c5 upgrade to version 5.8.15
(cherry picked from commit 6dd33077515307b4cb9335c95a349cfe81aabbac)
2023-08-15 17:03:02 +08:00
openeuler-ci-bot
100183e046
!16 update: update to 5.7.28
From: @leeffo 
Reviewed-by: @HelloWorld_lvcongqing 
Signed-off-by: @HelloWorld_lvcongqing
2023-05-25 08:44:33 +00:00
hanshuang
84a718caf2 update: update to 5.7.28 2023-05-23 15:12:12 +08:00
openeuler-ci-bot
fd8cdaea2f
!14 fix strip
From: @leeffo 
Reviewed-by: @HelloWorld_lvcongqing 
Signed-off-by: @HelloWorld_lvcongqing
2023-03-16 05:33:43 +00:00
liweiganga
d15f3dd68a feat: fix strip 2023-03-15 15:08:40 +08:00
openeuler-ci-bot
3a33a66f78
!13 feat: add include QPainterPath
From: @leeffo 
Reviewed-by: @reganhe_xx 
Signed-off-by: @reganhe_xx
2023-02-10 05:29:01 +00:00
liweiganga
5addc8433c feat: add include QPainterPath 2023-02-10 10:57:54 +08:00
openeuler-ci-bot
391924eb16 !4 fix source url in spec
Merge pull request !4 from weidongkl/master
2020-09-04 13:52:15 +08:00
weidong
0d785d49e8 fix conflicts 2020-09-03 15:31:09 +08:00
openeuler-ci-bot
64b162025d !3 fix compile error
Merge pull request !3 from panchenbo/master
2020-09-02 19:06:28 +08:00
panchenbo
9e6365c7fa fix compile fail 2020-09-02 18:39:58 +08:00
4 changed files with 41 additions and 19 deletions

1
.gitattributes vendored Normal file
View File

@ -0,0 +1 @@
deepin-manual-5.7.28.tar.gz filter=lfs diff=lfs merge=lfs -text

Binary file not shown.

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

Binary file not shown.

View File

@ -2,12 +2,12 @@
%global debug_package %{nil} %global debug_package %{nil}
%global _unpackaged_files_terminate_build 0 %global _unpackaged_files_terminate_build 0
Name: deepin-manual Name: deepin-manual
Version: 5.6.7 Version: 5.8.15
Release: 5 Release: 1
Summary: Manual is designed to help users learn the operating system and its applications, providing specific instructions and function descriptions. Summary: Manual is designed to help users learn the operating system and its applications, providing specific instructions and function descriptions.
License: GPLv3 License: GPLv3
URL: https://uos-packages.deepin.com/uos/pool/main/d/deepin-manual/ URL: https://uos-packages.deepin.com/uos/pool/main/d/deepin-manual/
Source0: https://github.com/linuxdeepin/%{name}/archive/%{version}/%{name}-%{version}.tar.gz Source0: %{name}-%{version}.tar.gz
BuildRequires: cmake BuildRequires: cmake
BuildRequires: dtkcore-devel BuildRequires: dtkcore-devel
@ -19,17 +19,29 @@ BuildRequires: qt5-qtwebchannel
BuildRequires: qt5-qtwebchannel-devel BuildRequires: qt5-qtwebchannel-devel
BuildRequires: qt5-qtwebengine-devel BuildRequires: qt5-qtwebengine-devel
BuildRequires: qt5-qtwebengine BuildRequires: qt5-qtwebengine
BuildRequires: gtest-devel
BuildRequires: gmock-devel
BuildRequires: qt5-qtbase-private-devel
Requires: qt5-qtwebengine Requires: qt5-qtwebengine
Requires: dde-manual-content
# qt5-qtwebengine
Excludearch: loongarch64
%description %description
Manual is designed to help users learn the operating system and its applications, providing specific instructions and function descriptions. Manual is designed to help users learn the operating system and its applications, providing specific instructions and function descriptions.
%prep %prep
%setup %setup -q
# fix strip
sed -i 's|gc-sections"|gc-sections -s"|' src/CMakeLists.txt
%build %build
export PATH=$PATH:/usr/lib64/qt5/bin export PATH=$PATH:/usr/lib64/qt5/bin
# cmake_minimum_required version is too high
%cmake %cmake
%make_build %make_build
@ -37,28 +49,37 @@ export PATH=$PATH:/usr/lib64/qt5/bin
%make_install INSTALL_ROOT=%{buildroot} %make_install INSTALL_ROOT=%{buildroot}
%files %files
/usr/bin/dman %{_bindir}/dman
/usr/bin/dman-search %{_bindir}/dmanHelper
/usr/share/applications/deepin-manual.desktop %{_datadir}/applications/deepin-manual.desktop
/usr/share/dbus-1/services/com.deepin.Manual.Open.service %{_datadir}/dbus-1/services/com.deepin.Manual.Open.service
/usr/share/dbus-1/services/com.deepin.Manual.Search.service %{_datadir}/dbus-1/services/com.deepin.Manual.Search.service
/usr/share/deepin-manual/dman %{_datadir}/%{name}/web_dist/
/usr/share/deepin-manual/web_dist/index.css %{_datadir}/icons/hicolor/scalable/apps/deepin-manual.svg
/usr/share/deepin-manual/web_dist/index.html %{_datadir}/%{name}/translations/*
/usr/share/deepin-manual/web_dist/index.js
/usr/share/deepin-manual/web_dist/qwebchannel.js
/usr/share/icons/hicolor/scalable/apps/deepin-manual.svg
/usr/share/deepin-manual/manual-assets/professional/*
/usr/share/deepin-manual/translations/*
/usr/share/deepin-manual/manual-assets/server/*
%license LICENSE %license LICENSE
%doc README.md %doc README.md
%changelog %changelog
* Thu Sep 3 2020 weidong <weidong@uniontech.com> - 5.6.7-5 * 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
* Wed Mar 15 2023 liweiganga <liweiganga@uniontech.com> - 5.6.7-8
- feat: fix strip
* Fri Feb 10 2023 liweiganga <liweiganga@uniontech.com> - 5.6.7-7
- feat: fix compile fail
* Thu Sep 3 2020 weidong <weidong@uniontech.com> - 5.6.7-6
- fix source url in spec - fix source url in spec
* Wed Sep 2 2020 chenbo pan <panchenbo@uniontech.com> - 5.6.7-5
- fix compile fail
* Fri Aug 28 2020 chenbo pan <panchenbo@uniontech.com> - 5.6.7-4 * Fri Aug 28 2020 chenbo pan <panchenbo@uniontech.com> - 5.6.7-4
- fix compile fail - fix compile fail