Compare commits
10 Commits
4815e2a896
...
a3c57caf5b
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
a3c57caf5b | ||
|
|
5394243ac5 | ||
|
|
c902689dd2 | ||
|
|
f8bfd7e416 | ||
|
|
425f0ce538 | ||
|
|
870203a852 | ||
|
|
7a5f44da87 | ||
|
|
6dff35086d | ||
|
|
afb9ec6d8a | ||
|
|
0348050545 |
@ -2,23 +2,25 @@
|
|||||||
|
|
||||||
%global qt_module qtdoc
|
%global qt_module qtdoc
|
||||||
|
|
||||||
Name: qt5-%{qt_module}
|
Name: qt5-%{qt_module}
|
||||||
Version: 5.11.1
|
Version: 5.15.2
|
||||||
Release: 3
|
Release: 1
|
||||||
Summary: Main Qt5 Reference Documentation
|
Summary: Main Qt5 Reference Documentation
|
||||||
License: GFDL
|
License: GFDL
|
||||||
URL: http://www.qt.io
|
Url: http://www.qt.io
|
||||||
%global major_minor %(echo %{version} | cut -d. -f1-2)
|
%global majmin %(echo %{version} | cut -d. -f1-2)
|
||||||
Source0: https://download.qt.io/official_releases/qt/%{major_minor}/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz
|
Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz
|
||||||
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
%global _qt5_qmake %{_bindir}/qmake-qt5
|
%global _qt5_qmake %{_bindir}/qmake-qt5
|
||||||
|
|
||||||
|
BuildRequires: make
|
||||||
BuildRequires: qt5-qtbase-devel
|
BuildRequires: qt5-qtbase-devel
|
||||||
BuildRequires: qt5-doctools
|
BuildRequires: qt5-doctools
|
||||||
|
BuildRequires: qt5-qtbase-doc
|
||||||
|
|
||||||
Obsoletes: qt5-qtdoc-doc < 5.9.3
|
Obsoletes: qt5-qtdoc-doc < 5.9.3
|
||||||
Provides: qt5-qtdoc-doc = %{version}-%{release}
|
Provides: qt5-qtdoc-doc = %{version}-%{release}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
This package contains the main Qt Reference Documentation about
|
This package contains the main Qt Reference Documentation about
|
||||||
@ -41,8 +43,16 @@ make install_docs INSTALL_ROOT=%{buildroot}
|
|||||||
%doc LICENSE.FDL
|
%doc LICENSE.FDL
|
||||||
%{_qt5_docdir}/qtdoc.qch
|
%{_qt5_docdir}/qtdoc.qch
|
||||||
%{_qt5_docdir}/qtdoc/
|
%{_qt5_docdir}/qtdoc/
|
||||||
|
%{_qt5_docdir}/qtcmake.qch
|
||||||
|
%{_qt5_docdir}/qtcmake/
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Oct 13 2021 peijiankang <peijiankang@kylinos.cn> - 5.15.2-1
|
||||||
|
- update to upstream version 5.15.2
|
||||||
|
|
||||||
|
* Mon Sep 14 2020 liuweibo <liuweibo10@huawei.com> - 5.11.1-4
|
||||||
|
- Fix Source0
|
||||||
|
|
||||||
* Tue Nov 26 2019 openEuler Buildteam <buildteam@openeuler.org> - 5.11.1-3
|
* Tue Nov 26 2019 openEuler Buildteam <buildteam@openeuler.org> - 5.11.1-3
|
||||||
- refactor qt5-doc.spec
|
- refactor qt5-doc.spec
|
||||||
|
|||||||
4
qt5-qtdoc.yaml
Normal file
4
qt5-qtdoc.yaml
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
version_control: git
|
||||||
|
src_repo: https://code.qt.io/qt/qtdoc.git
|
||||||
|
tag_prefix: "^v"
|
||||||
|
separator: "."
|
||||||
Binary file not shown.
BIN
qtdoc-everywhere-src-5.15.2.tar.xz
Normal file
BIN
qtdoc-everywhere-src-5.15.2.tar.xz
Normal file
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user