Compare commits
1 commit
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
43e0170880 |
4 changed files with 9 additions and 29 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -2,5 +2,3 @@
|
|||
/qt-doc-opensource-src-6.6.2.tar.xz
|
||||
/qt-doc-opensource-src-6.7.0.tar.xz
|
||||
/qt-doc-opensource-src-6.8.1.tar.xz
|
||||
/qt-doc-opensource-src-6.9.0.tar.xz
|
||||
/qt-doc-opensource-src-6.9.1.tar.xz
|
||||
|
|
|
|||
|
|
@ -1,13 +1,11 @@
|
|||
#!/bin/bash -x
|
||||
|
||||
QT_BRANCH=6.9.1
|
||||
QT_VERSION=6.9.1
|
||||
QT_BRANCH=6.8.1
|
||||
QT_VERSION=6.8.1
|
||||
|
||||
# Install fedora deps for qt6-qtbase, qt6-qttools
|
||||
#sudo dnf builddep qt6-qtbase qt6-qttools qt6-qtwebengine -y
|
||||
#sudo dnf install qt6-qtbase qt6-doctools -y
|
||||
sudo dnf install -y cmake ninja-build clang-devel llvm-devel libdrm-devel dbus-devel python3-html5lib
|
||||
|
||||
|
||||
# Clone full qt tree
|
||||
#git clone -b $QT_BRANCH git://code.qt.io/qt/qt5.git qt6
|
||||
|
|
@ -36,11 +34,10 @@ popd
|
|||
-examplesdir $(rpm --eval "%{_qt6_examplesdir}") -headerdir $(rpm --eval "%{_qt6_headerdir}") \
|
||||
-plugindir $(rpm --eval "%{_qt6_plugindir}") \
|
||||
-sysconfdir $(rpm --eval "%{_qt6_sysconfdir}") -translationdir $(rpm --eval "%{_qt6_translationdir}") \
|
||||
-platform linux-g++ -release -shared \
|
||||
-nomake examples -nomake tests -no-rpath -no-separate-debug-info -no-strip \
|
||||
-no-directfb
|
||||
-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
|
||||
|
||||
cmake --build . --parallel
|
||||
cmake --build . --target docs
|
||||
|
||||
# Install docs on tmp directory
|
||||
|
|
|
|||
21
qt6-doc.spec
21
qt6-doc.spec
|
|
@ -1,7 +1,7 @@
|
|||
Name: qt6-doc
|
||||
Summary: Qt6 - Complete documentation
|
||||
Version: 6.9.1
|
||||
Release: 3%{?dist}
|
||||
Version: 6.8.1
|
||||
Release: 2%{?dist}
|
||||
BuildArch: noarch
|
||||
|
||||
License: GFDL
|
||||
|
|
@ -61,24 +61,9 @@ tar xf %{SOURCE0} -C %{buildroot}
|
|||
%{_qt6_docdir}/*/*.index
|
||||
|
||||
%changelog
|
||||
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 6.9.1-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
|
||||
|
||||
* Tue Jun 10 2025 Marie Loise Nolden <loise@kde.org> - 6.9.1-2
|
||||
* Tue Jun 10 2025 Marie Loise Nolden <loise@kde.org> - 6.8.1-2
|
||||
- add *.index files to devel
|
||||
|
||||
* Sun Jun 08 2025 Marie Loise Nolden <loise@kde.org> - 6.9.1-1
|
||||
- 6.9.1
|
||||
|
||||
* Wed Apr 16 2025 Yaakov Selkowitz <yselkowi@redhat.com> - 6.9.0-2
|
||||
- Rebuilt
|
||||
|
||||
* Tue Apr 15 2025 Marie Loise Nolden <loise@kde.org> - 6.9.0-1
|
||||
- 6.9.0
|
||||
|
||||
* Sat Jan 18 2025 Fedora Release Engineering <releng@fedoraproject.org> - 6.8.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_42_Mass_Rebuild
|
||||
|
||||
* Mon Dec 30 2024 Marie Loise Nolden <loise@kde.org> - 6.8.1-1
|
||||
- 6.8.1
|
||||
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
SHA512 (qt-doc-opensource-src-6.9.1.tar.xz) = fc6867d4a94e309c1b7ca4d167837833c342a55db6830e440f4a13ce21cc2a0edac9ed1f531959e963ccb10f4514aa27e9e5ffa360873d5f9203f6e5e3eaa8f6
|
||||
SHA512 (qt-doc-opensource-src-6.8.1.tar.xz) = b9e1fafef0a391cfa77e331d151c792303c248ed7dadc42f7432a0b73ce528563c739ca2fafc9884df644f4a9561c75abd9f5fdea06b0655e2f62472410cb760
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue