diff --git a/.gitignore b/.gitignore index e07139e..c1154ee 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/qtdoc-everywhere-src-5.10.1.tar.xz +SOURCES/qtdoc-everywhere-src-5.12.5.tar.xz diff --git a/.qt5-qtdoc.metadata b/.qt5-qtdoc.metadata index 64e6311..7ff0599 100644 --- a/.qt5-qtdoc.metadata +++ b/.qt5-qtdoc.metadata @@ -1 +1 @@ -88e1c35dd661e294f48b646011ca371a9ef992b5 SOURCES/qtdoc-everywhere-src-5.10.1.tar.xz +a171c9fe16447edd38fc843a66eee002cfe9d398 SOURCES/qtdoc-everywhere-src-5.12.5.tar.xz diff --git a/SPECS/qt5-qtdoc.spec b/SPECS/qt5-qtdoc.spec index 0ae744f..f885101 100644 --- a/SPECS/qt5-qtdoc.spec +++ b/SPECS/qt5-qtdoc.spec @@ -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 - 5.12.5-1 +- 5.12.5 + Resolves: bz#1733140 + * Wed Feb 14 2018 Jan Grulich - 5.10.1-1 - 5.10.1