转换LFS仓库为普通仓库
This commit is contained in:
commit
1db9b6c504
36
README.en.md
Normal file
36
README.en.md
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
# deepin-manual
|
||||||
|
|
||||||
|
#### Description
|
||||||
|
deepin manual
|
||||||
|
|
||||||
|
#### Software Architecture
|
||||||
|
Software architecture description
|
||||||
|
|
||||||
|
#### Installation
|
||||||
|
|
||||||
|
1. xxxx
|
||||||
|
2. xxxx
|
||||||
|
3. xxxx
|
||||||
|
|
||||||
|
#### Instructions
|
||||||
|
|
||||||
|
1. xxxx
|
||||||
|
2. xxxx
|
||||||
|
3. xxxx
|
||||||
|
|
||||||
|
#### Contribution
|
||||||
|
|
||||||
|
1. Fork the repository
|
||||||
|
2. Create Feat_xxx branch
|
||||||
|
3. Commit your code
|
||||||
|
4. Create Pull Request
|
||||||
|
|
||||||
|
|
||||||
|
#### Gitee Feature
|
||||||
|
|
||||||
|
1. You can use Readme\_XXX.md to support different languages, such as Readme\_en.md, Readme\_zh.md
|
||||||
|
2. Gitee blog [blog.gitee.com](https://blog.gitee.com)
|
||||||
|
3. Explore open source project [https://gitee.com/explore](https://gitee.com/explore)
|
||||||
|
4. The most valuable open source project [GVP](https://gitee.com/gvp)
|
||||||
|
5. The manual of Gitee [https://gitee.com/help](https://gitee.com/help)
|
||||||
|
6. The most popular members [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)
|
||||||
37
README.md
Normal file
37
README.md
Normal file
@ -0,0 +1,37 @@
|
|||||||
|
# deepin-manual
|
||||||
|
|
||||||
|
#### 介绍
|
||||||
|
deepin manual
|
||||||
|
|
||||||
|
#### 软件架构
|
||||||
|
软件架构说明
|
||||||
|
|
||||||
|
|
||||||
|
#### 安装教程
|
||||||
|
|
||||||
|
1. xxxx
|
||||||
|
2. xxxx
|
||||||
|
3. xxxx
|
||||||
|
|
||||||
|
#### 使用说明
|
||||||
|
|
||||||
|
1. xxxx
|
||||||
|
2. xxxx
|
||||||
|
3. xxxx
|
||||||
|
|
||||||
|
#### 参与贡献
|
||||||
|
|
||||||
|
1. Fork 本仓库
|
||||||
|
2. 新建 Feat_xxx 分支
|
||||||
|
3. 提交代码
|
||||||
|
4. 新建 Pull Request
|
||||||
|
|
||||||
|
|
||||||
|
#### 码云特技
|
||||||
|
|
||||||
|
1. 使用 Readme\_XXX.md 来支持不同的语言,例如 Readme\_en.md, Readme\_zh.md
|
||||||
|
2. 码云官方博客 [blog.gitee.com](https://blog.gitee.com)
|
||||||
|
3. 你可以 [https://gitee.com/explore](https://gitee.com/explore) 这个地址来了解码云上的优秀开源项目
|
||||||
|
4. [GVP](https://gitee.com/gvp) 全称是码云最有价值开源项目,是码云综合评定出的优秀开源项目
|
||||||
|
5. 码云官方提供的使用手册 [https://gitee.com/help](https://gitee.com/help)
|
||||||
|
6. 码云封面人物是一档用来展示码云会员风采的栏目 [https://gitee.com/gitee-stars/](https://gitee.com/gitee-stars/)
|
||||||
BIN
deepin-manual-5.8.15.tar.gz
Normal file
BIN
deepin-manual-5.8.15.tar.gz
Normal file
Binary file not shown.
87
deepin-manual.spec
Normal file
87
deepin-manual.spec
Normal file
@ -0,0 +1,87 @@
|
|||||||
|
%bcond_with check
|
||||||
|
%global debug_package %{nil}
|
||||||
|
%global _unpackaged_files_terminate_build 0
|
||||||
|
Name: deepin-manual
|
||||||
|
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: %{name}-%{version}.tar.gz
|
||||||
|
|
||||||
|
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
|
||||||
|
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.
|
||||||
|
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q
|
||||||
|
|
||||||
|
# fix strip
|
||||||
|
sed -i 's|gc-sections"|gc-sections -s"|' src/CMakeLists.txt
|
||||||
|
|
||||||
|
%build
|
||||||
|
export PATH=$PATH:/usr/lib64/qt5/bin
|
||||||
|
# cmake_minimum_required version is too high
|
||||||
|
%cmake
|
||||||
|
%make_build
|
||||||
|
|
||||||
|
%install
|
||||||
|
%make_install INSTALL_ROOT=%{buildroot}
|
||||||
|
|
||||||
|
%files
|
||||||
|
%{_bindir}/dman
|
||||||
|
%{_bindir}/dmanHelper
|
||||||
|
%{_datadir}/applications/deepin-manual.desktop
|
||||||
|
%{_datadir}/dbus-1/services/com.deepin.Manual.Open.service
|
||||||
|
%{_datadir}/dbus-1/services/com.deepin.Manual.Search.service
|
||||||
|
%{_datadir}/%{name}/web_dist/
|
||||||
|
%{_datadir}/icons/hicolor/scalable/apps/deepin-manual.svg
|
||||||
|
%{_datadir}/%{name}/translations/*
|
||||||
|
%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
|
||||||
|
|
||||||
|
* 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
|
||||||
|
|
||||||
|
* 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