Compare commits

..

No commits in common. "4cb52a31e7846d5de55adea7d9b345ec098bd8d8" and "b1c119bbbfcc2f3f83603fd6f30fae583c727a66" have entirely different histories.

4 changed files with 19 additions and 41 deletions

1
.gitattributes vendored
View File

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

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

Binary file not shown.

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.8.15 Version: 5.6.7
Release: 1 Release: 5
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: %{name}-%{version}.tar.gz Source0: https://github.com/linuxdeepin/%{name}/archive/%{version}/%{name}-%{version}.tar.gz
BuildRequires: cmake BuildRequires: cmake
BuildRequires: dtkcore-devel BuildRequires: dtkcore-devel
@ -19,29 +19,17 @@ 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 -q %setup
# 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
@ -49,37 +37,28 @@ export PATH=$PATH:/usr/lib64/qt5/bin
%make_install INSTALL_ROOT=%{buildroot} %make_install INSTALL_ROOT=%{buildroot}
%files %files
%{_bindir}/dman /usr/bin/dman
%{_bindir}/dmanHelper /usr/bin/dman-search
%{_datadir}/applications/deepin-manual.desktop /usr/share/applications/deepin-manual.desktop
%{_datadir}/dbus-1/services/com.deepin.Manual.Open.service /usr/share/dbus-1/services/com.deepin.Manual.Open.service
%{_datadir}/dbus-1/services/com.deepin.Manual.Search.service /usr/share/dbus-1/services/com.deepin.Manual.Search.service
%{_datadir}/%{name}/web_dist/ /usr/share/deepin-manual/dman
%{_datadir}/icons/hicolor/scalable/apps/deepin-manual.svg /usr/share/deepin-manual/web_dist/index.css
%{_datadir}/%{name}/translations/* /usr/share/deepin-manual/web_dist/index.html
/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
* Wed Jul 26 2023 leeffo <liweiganga@uniontech.com> - 5.8.15-1 * Thu Sep 3 2020 weidong <weidong@uniontech.com> - 5.6.7-5
- 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