import qt5-qtdoc-5.12.5-1.el8
This commit is contained in:
parent
30839f3079
commit
5e2898358d
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
||||
SOURCES/qtdoc-everywhere-src-5.10.1.tar.xz
|
||||
SOURCES/qtdoc-everywhere-src-5.12.5.tar.xz
|
||||
|
@ -1 +1 @@
|
||||
88e1c35dd661e294f48b646011ca371a9ef992b5 SOURCES/qtdoc-everywhere-src-5.10.1.tar.xz
|
||||
a171c9fe16447edd38fc843a66eee002cfe9d398 SOURCES/qtdoc-everywhere-src-5.12.5.tar.xz
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user