5.11.1
This commit is contained in:
parent
f072cce005
commit
52abe768e6
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,3 +1,4 @@
|
|||||||
/qt-doc-opensource-src-5.9.0.tar.xz
|
/qt-doc-opensource-src-5.9.0.tar.xz
|
||||||
/qt-doc-opensource-src-5.9.2.tar.xz
|
/qt-doc-opensource-src-5.9.2.tar.xz
|
||||||
/qt-doc-opensource-src-5.10.1.tar.xz
|
/qt-doc-opensource-src-5.10.1.tar.xz
|
||||||
|
/qt-doc-opensource-src-5.11.1.tar.xz
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
#!/bin/bash -x
|
#!/bin/bash -x
|
||||||
|
|
||||||
# Clone full qt tree
|
# Clone full qt tree
|
||||||
git clone -b 5.10 git://code.qt.io/qt/qt5.git
|
git clone -b 5.11 git://code.qt.io/qt/qt5.git
|
||||||
|
|
||||||
# Install fedora deps for qt5-qtbase
|
# Install fedora deps for qt5-qtbase
|
||||||
sudo dnf builddep qt5-qtbase
|
sudo dnf builddep qt5-qtbase
|
||||||
|
|
||||||
# Configure using fedora configure basic options
|
# Configure using fedora configure basic options
|
||||||
cd qt5 || return
|
cd qt5 || return
|
||||||
git submodule foreach "git checkout 5.10"
|
git submodule foreach "git checkout 5.11"
|
||||||
git submodule foreach "git fetch"
|
git submodule foreach "git fetch"
|
||||||
git submodule foreach "git pull"
|
git submodule foreach "git pull"
|
||||||
|
|
||||||
@ -24,7 +24,9 @@ git submodule foreach "git pull"
|
|||||||
-sysconfdir $(rpm --eval "%{_qt5_sysconfdir}") -translationdir $(rpm --eval "%{_qt5_translationdir}") \
|
-sysconfdir $(rpm --eval "%{_qt5_sysconfdir}") -translationdir $(rpm --eval "%{_qt5_translationdir}") \
|
||||||
-platform linux-g++ -release -shared -accessibility -dbus-runtime -fontconfig -glib -gtk \
|
-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 \
|
-icu -journald -nomake examples -nomake tests -no-rpath -no-separate-debug-info -no-strip \
|
||||||
-system-libjpeg -system-libpng -system-zlib -no-directfb
|
-system-libjpeg -system-libpng -system-zlib -no-directfb -skip qtmacextras -skip qtandroidextras \
|
||||||
|
-skip qtactiveqt -skip qtwinextras
|
||||||
|
|
||||||
|
|
||||||
make qmake_all
|
make qmake_all
|
||||||
|
|
||||||
@ -54,4 +56,4 @@ mkdir -p ${DEST}
|
|||||||
make INSTALL_ROOT=${DEST} install_docs
|
make INSTALL_ROOT=${DEST} install_docs
|
||||||
|
|
||||||
cd ${DEST}
|
cd ${DEST}
|
||||||
tar cfJ ../qt-doc-opensource-src-5.10.1.tar.xz .
|
tar cfJ ../qt-doc-opensource-src-5.11.1.tar.xz .
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
Name: qt5-doc
|
Name: qt5-doc
|
||||||
Summary: Qt5 - Complete documentation
|
Summary: Qt5 - Complete documentation
|
||||||
Version: 5.10.1
|
Version: 5.11.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
@ -392,11 +392,13 @@ tar xf %{SOURCE0}
|
|||||||
|
|
||||||
# Remove non used
|
# Remove non used
|
||||||
cd %{buildroot}%{_docdir}/qt5
|
cd %{buildroot}%{_docdir}/qt5
|
||||||
rm -rfv activeqt* qtandroidextras* qtmacextras* qtwinextras*
|
|
||||||
rm -rfv qtdoc*
|
rm -rfv qtdoc*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Jul 10 2018 Jan Grulich <jgrulich@redhat.com> - 5.11.1-1
|
||||||
|
- 5.11.1
|
||||||
|
|
||||||
* Wed May 09 2018 Jan Grulich <jgrulich@redhat.com> - 5.10.1-1
|
* Wed May 09 2018 Jan Grulich <jgrulich@redhat.com> - 5.10.1-1
|
||||||
- Update to 5.10.1
|
- Update to 5.10.1
|
||||||
|
|
||||||
|
2
sources
2
sources
@ -1 +1 @@
|
|||||||
SHA512 (qt-doc-opensource-src-5.10.1.tar.xz) = 99c4be2004a11e36817c025a0e8f9d9532089ad61eb54153c8a85f322e13ba76af9cc2a38352e8371813ea2dac7c5919d4df2854ded963b34b9d7c5ce35b98a7
|
SHA512 (qt-doc-opensource-src-5.11.1.tar.xz) = f642b134d07dee9f632fca460baa1928023ba91a1eb86fa2aa806e1285a388ac19c0a315bde91b1001a688c8f5d5a6ebfeb1139f22abe665d98dc1928b2e188e
|
||||||
|
Loading…
Reference in New Issue
Block a user