Compare commits
11 Commits
9783bfcc35
...
a8c81a5902
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a8c81a5902 | ||
|
|
c8c873d197 | ||
|
|
391924eb16 | ||
|
|
0d785d49e8 | ||
|
|
b1c119bbbf | ||
|
|
64b162025d | ||
|
|
9e6365c7fa | ||
|
|
9bff0f8868 | ||
|
|
cd009ffec5 | ||
|
|
ea186720ec | ||
|
|
e4a06be47b |
0
deepin-manual-5.6.7.tar.gz
Normal file
0
deepin-manual-5.6.7.tar.gz
Normal file
BIN
deepin-manual-5.6.7.tar.gzaa
Normal file
BIN
deepin-manual-5.6.7.tar.gzaa
Normal file
Binary file not shown.
BIN
deepin-manual-5.6.7.tar.gzab
Normal file
BIN
deepin-manual-5.6.7.tar.gzab
Normal file
Binary file not shown.
BIN
deepin-manual-5.6.7.tar.gzac
Normal file
BIN
deepin-manual-5.6.7.tar.gzac
Normal file
Binary file not shown.
BIN
deepin-manual-5.6.7.tar.gzad
Normal file
BIN
deepin-manual-5.6.7.tar.gzad
Normal file
Binary file not shown.
BIN
deepin-manual-5.6.7.tar.gzae
Normal file
BIN
deepin-manual-5.6.7.tar.gzae
Normal file
Binary file not shown.
BIN
deepin-manual-5.6.7.tar.gzaf
Normal file
BIN
deepin-manual-5.6.7.tar.gzaf
Normal file
Binary file not shown.
BIN
deepin-manual-5.6.7.tar.gzag
Normal file
BIN
deepin-manual-5.6.7.tar.gzag
Normal file
Binary file not shown.
BIN
deepin-manual-5.6.7.tar.gzah
Normal file
BIN
deepin-manual-5.6.7.tar.gzah
Normal file
Binary file not shown.
82
deepin-manual.spec
Normal file
82
deepin-manual.spec
Normal file
@ -0,0 +1,82 @@
|
||||
%bcond_with check
|
||||
%global debug_package %{nil}
|
||||
%global _unpackaged_files_terminate_build 0
|
||||
Name: deepin-manual
|
||||
Version: 5.6.7
|
||||
Release: 7
|
||||
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
|
||||
Source1: deepin-manual-5.6.7.tar.gzaa
|
||||
Source2: deepin-manual-5.6.7.tar.gzab
|
||||
Source3: deepin-manual-5.6.7.tar.gzac
|
||||
Source4: deepin-manual-5.6.7.tar.gzad
|
||||
Source5: deepin-manual-5.6.7.tar.gzae
|
||||
Source6: deepin-manual-5.6.7.tar.gzaf
|
||||
Source7: deepin-manual-5.6.7.tar.gzag
|
||||
Source8: deepin-manual-5.6.7.tar.gzah
|
||||
|
||||
BuildRequires: cmake
|
||||
BuildRequires: dtkcore-devel
|
||||
BuildRequires: dtkwidget-devel
|
||||
BuildRequires: dtkgui-devel
|
||||
BuildRequires: qt5-qtx11extras-devel
|
||||
BuildRequires: qt5-linguist
|
||||
BuildRequires: qt5-qtwebchannel
|
||||
BuildRequires: qt5-qtwebchannel-devel
|
||||
BuildRequires: qt5-qtwebengine-devel
|
||||
BuildRequires: qt5-qtwebengine
|
||||
Requires: qt5-qtwebengine
|
||||
|
||||
%description
|
||||
Manual is designed to help users learn the operating system and its applications, providing specific instructions and function descriptions.
|
||||
|
||||
|
||||
%prep
|
||||
cat %{SOURCE1} %{SOURCE2} %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE6} %{SOURCE7} %{SOURCE8} > %{SOURCE0}
|
||||
%setup
|
||||
|
||||
%build
|
||||
export PATH=$PATH:/usr/lib64/qt5/bin
|
||||
%cmake
|
||||
%make_build
|
||||
|
||||
%install
|
||||
%make_install INSTALL_ROOT=%{buildroot}
|
||||
mv %{buildroot}/usr/share/deepin-manual/manual-assets/professional %{buildroot}/usr/share/deepin-manual/manual-assets/community
|
||||
|
||||
%files
|
||||
/usr/bin/dman
|
||||
/usr/bin/dman-search
|
||||
/usr/share/applications/deepin-manual.desktop
|
||||
/usr/share/dbus-1/services/com.deepin.Manual.Open.service
|
||||
/usr/share/dbus-1/services/com.deepin.Manual.Search.service
|
||||
/usr/share/deepin-manual/dman
|
||||
/usr/share/deepin-manual/web_dist/index.css
|
||||
/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/community/*
|
||||
/usr/share/deepin-manual/translations/*
|
||||
/usr/share/deepin-manual/manual-assets/server/*
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
|
||||
|
||||
%changelog
|
||||
* Wed Dec 8 2021 weidong <weidong@uniontech.com> - 5.6.7-7
|
||||
- Add manual files
|
||||
|
||||
* Thu Sep 3 2020 weidong <weidong@uniontech.com> - 5.6.7-6
|
||||
- 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
|
||||
- fix compile fail
|
||||
|
||||
* Thu Jul 30 2020 openEuler Buildteam <buildteam@openeuler.org> - 5.6.7-3
|
||||
- Package init
|
||||
4
deepin-manual.yaml
Normal file
4
deepin-manual.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: github
|
||||
src_repo: linuxdeepin/deepin-manual
|
||||
tag_prefix: ^v
|
||||
seperator: .
|
||||
Loading…
x
Reference in New Issue
Block a user