5.15.1
This commit is contained in:
parent
9d632b9b6a
commit
f843d12608
1
.gitignore
vendored
1
.gitignore
vendored
@ -2,3 +2,4 @@
|
||||
/qt-doc-opensource-src-5.12.3.tar.xz
|
||||
/qt-doc-opensource-src-5.13.tar.xz
|
||||
/qt-doc-opensource-src-5.14.tar.xz
|
||||
/qt-doc-opensource-src-5.15.1.tar.xz
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/bin/bash -x
|
||||
|
||||
QT_BRANCH=5.14
|
||||
QT_VERSION=5.14
|
||||
QT_BRANCH=5.15
|
||||
QT_VERSION=5.15.1
|
||||
make_build="$(rpm --eval %make_build)"
|
||||
|
||||
# Clone full qt tree
|
||||
@ -30,7 +30,7 @@ git submodule foreach "git pull"
|
||||
-platform linux-g++ -release -shared -accessibility -dbus-runtime -fontconfig -glib -gtk \
|
||||
-icu -journald -nomake examples -nomake tests -no-rpath -no-separate-debug-info -no-strip \
|
||||
-system-libjpeg -system-libpng -system-zlib -no-directfb -skip qtmacextras -skip qtandroidextras \
|
||||
-skip qtactiveqt -skip qtwinextras
|
||||
-skip qtactiveqt -skip qtwinextras -skip qtqa
|
||||
|
||||
$make_build qmake_all
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
Name: qt5-doc
|
||||
Summary: Qt5 - Complete documentation
|
||||
Version: 5.14
|
||||
Release: 3%{?dist}
|
||||
Version: 5.15.1
|
||||
Release: 1%{?dist}
|
||||
BuildArch: noarch
|
||||
|
||||
License: GFDL
|
||||
@ -370,12 +370,16 @@ rm -rfv \
|
||||
qtdistancefieldgenerator* \
|
||||
qtdoc* qtcmake* \
|
||||
qtlottieanimation* \
|
||||
qtpdf* \
|
||||
qtwebengine*
|
||||
|
||||
popd
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Sep 10 2020 Jan Grulich <jgrulich@redhat.com> - 5.15.1-1
|
||||
- 5.15.1
|
||||
|
||||
* Mon Aug 10 2020 Jan Grulich <jgrulich@redhat.com> - 5.14-3
|
||||
- Produce qt5-doc package for easier installation of complete documentation
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (qt-doc-opensource-src-5.14.tar.xz) = 50a6c96e08dcdbb861e2b155acf74f556217e549edb5ef66f2fcbd07451efc8721e2efcebab30cca4ce25257e4e757589ab19766ff07610d1a5d81403e3c0890
|
||||
SHA512 (qt-doc-opensource-src-5.15.1.tar.xz) = 52c8420457d9c4758739b405ecffc9531a3da280ff73cbe2f9ba5e5b7963f2ca87e6acb03be48f8eb89344fbdcc28a22aa376d3253042a0c7b08b7d6468f1f72
|
||||
|
Loading…
Reference in New Issue
Block a user