import qt5-qtdoc-5.12.5-1.el8

This commit is contained in:
CentOS Sources 2020-01-21 17:52:27 -05:00 committed by Stepan Oksanichenko
parent 51c4f47886
commit 785a37949e
3 changed files with 14 additions and 7 deletions

2
.gitignore vendored
View File

@ -1 +1 @@
SOURCES/qtdoc-everywhere-src-5.10.1.tar.xz
SOURCES/qtdoc-everywhere-src-5.12.5.tar.xz

View File

@ -1 +1 @@
88e1c35dd661e294f48b646011ca371a9ef992b5 SOURCES/qtdoc-everywhere-src-5.10.1.tar.xz
a171c9fe16447edd38fc843a66eee002cfe9d398 SOURCES/qtdoc-everywhere-src-5.12.5.tar.xz

View File

@ -2,16 +2,18 @@
Summary: Main Qt5 Reference Documentation
Name: qt5-%{qt_module}
Version: 5.10.1
Version: 5.12.5
Release: 1%{?dist}
BuildArch: noarch
License: GFDL
Url: http://www.qt.io
Source0: http://download.qt.io/official_releases/qt/5.10/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz
BuildArch: noarch
%global majmin %(echo %{version} | cut -d. -f1-2)
Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-src-%{version}.tar.xz
%global _qt5_qmake %{_bindir}/qmake-qt5
BuildRequires: qt5-qtbase-devel >= %{version}
# recently made unversioned, could re-add >= %%majmin if needed -- rex
BuildRequires: qt5-qtbase-devel
BuildRequires: qt5-doctools
BuildRequires: qt5-qtbase-doc
@ -27,7 +29,8 @@ overviews, Qt topics, and examples not specific to any Qt module.
%build
%{qmake_qt5}
make docs %{?_smp_mflags}
%make_build docs
%install
make install_docs INSTALL_ROOT=%{buildroot}
@ -40,6 +43,10 @@ make install_docs INSTALL_ROOT=%{buildroot}
%changelog
* Thu Nov 07 2019 Jan Grulich <jgrulich@redhat.com> - 5.12.5-1
- 5.12.5
Resolves: bz#1733140
* Wed Feb 14 2018 Jan Grulich <jgrulich@redhat.com> - 5.10.1-1
- 5.10.1