import qt5-qtdoc-5.15.3-1.el8
This commit is contained in:
parent
6ba928d618
commit
d90b238e18
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/qtdoc-everywhere-src-5.15.2.tar.xz
|
SOURCES/qtdoc-everywhere-opensource-src-5.15.3.tar.xz
|
||||||
|
@ -1 +1 @@
|
|||||||
0ce8f60c746aa52434a58e590ca8070e9b8fa77e SOURCES/qtdoc-everywhere-src-5.15.2.tar.xz
|
c8bf0014feff649b98cf288b8f292a076baf087d SOURCES/qtdoc-everywhere-opensource-src-5.15.3.tar.xz
|
||||||
|
@ -2,14 +2,14 @@
|
|||||||
|
|
||||||
Summary: Main Qt5 Reference Documentation
|
Summary: Main Qt5 Reference Documentation
|
||||||
Name: qt5-%{qt_module}
|
Name: qt5-%{qt_module}
|
||||||
Version: 5.15.2
|
Version: 5.15.3
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
License: GFDL
|
License: GFDL
|
||||||
Url: http://www.qt.io
|
Url: http://www.qt.io
|
||||||
%global majmin %(echo %{version} | cut -d. -f1-2)
|
%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
|
Source0: https://download.qt.io/official_releases/qt/%{majmin}/%{version}/submodules/%{qt_module}-everywhere-opensource-src-%{version}.tar.xz
|
||||||
%global _qt5_qmake %{_bindir}/qmake-qt5
|
%global _qt5_qmake %{_bindir}/qmake-qt5
|
||||||
|
|
||||||
# recently made unversioned, could re-add >= %%majmin if needed -- rex
|
# recently made unversioned, could re-add >= %%majmin if needed -- rex
|
||||||
@ -44,6 +44,10 @@ make install_docs INSTALL_ROOT=%{buildroot}
|
|||||||
%{_qt5_docdir}/qtcmake/
|
%{_qt5_docdir}/qtcmake/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Mar 28 2022 Jan Grulich <jgrulich@redhat.com> - 5.15.3-1
|
||||||
|
- 5.15.3
|
||||||
|
Resolves: bz#2061388
|
||||||
|
|
||||||
* Sun Apr 04 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-1
|
* Sun Apr 04 2021 Jan Grulich <jgrulich@redhat.com> - 5.15.2-1
|
||||||
- 5.15.2
|
- 5.15.2
|
||||||
Resolves: bz#1930044
|
Resolves: bz#1930044
|
||||||
|
Loading…
Reference in New Issue
Block a user