SHA256
1
0
forked from pool/libqt5-qtdoc

8 Commits

Author SHA256 Message Date
d0ecc70b0d Accepting request 1280906 from KDE:Qt:5.15
Qt 5.15.17, try #2 (forwarded request 1280892 from favogt)

OBS-URL: https://build.opensuse.org/request/show/1280906
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtdoc?expand=0&rev=55
2025-05-31 17:15:19 +00:00
Christophe Marin
0f9fda5645 Qt 5.15.17, try #2
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtdoc?expand=0&rev=29
2025-05-28 13:55:02 +00:00
1274447b19 Accepting request 1254394 from KDE:Qt:5.15
Not built yet.

- Remove obsolete BuildRequires on pcre-devel (forwarded request 1254389 from favogt)

OBS-URL: https://build.opensuse.org/request/show/1254394
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtdoc?expand=0&rev=54
2025-03-19 21:34:08 +00:00
9d7f1c66df Accepting request 1254389 from home:Vogtinator:qt5.15
Not built yet.

- Remove obsolete BuildRequires on pcre-devel

OBS-URL: https://build.opensuse.org/request/show/1254389
OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtdoc?expand=0&rev=28
2025-03-19 12:09:51 +00:00
72cf798dfb Accepting request 1248702 from KDE:Qt:5.15
- Redefine %_libdir on 64 bit archs to work around
  gh#rpm-software-management/rpm#3126

OBS-URL: https://build.opensuse.org/request/show/1248702
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libqt5-qtdoc?expand=0&rev=53
2025-02-27 13:50:41 +00:00
Christophe Marin
bdfa7e0d59 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtdoc?expand=0&rev=27 2025-02-26 11:13:03 +00:00
Christophe Marin
509c2fac13 OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtdoc?expand=0&rev=26 2025-02-26 10:32:14 +00:00
Christophe Marin
e449cfef95 - Redefine %_libdir on 64 bit archs to work around
gh#rpm-software-management/rpm#3126

OBS-URL: https://build.opensuse.org/package/show/KDE:Qt:5.15/libqt5-qtdoc?expand=0&rev=25
2025-02-26 10:20:41 +00:00
4 changed files with 35 additions and 10 deletions

View File

@@ -1,3 +1,21 @@
-------------------------------------------------------------------
Wed May 28 10:09:54 UTC 2025 - Fabian Vogt <fvogt@suse.com>
- Update to 5.15.17:
* See individual module packages for changelogs
- Use system ninja to skip bundled ninja for webengine configuration
-------------------------------------------------------------------
Wed Mar 19 11:21:43 UTC 2025 - Fabian Vogt <fvogt@suse.com>
- Remove obsolete BuildRequires on pcre-devel
-------------------------------------------------------------------
Wed Feb 26 10:14:12 UTC 2025 - Christophe Marin <christophe@krop.fr>
- Redefine %_libdir on 64 bit archs to work around
gh#rpm-software-management/rpm#3126
-------------------------------------------------------------------
Wed Sep 4 21:44:21 UTC 2024 - Fabian Vogt <fvogt@suse.com>

View File

@@ -17,10 +17,10 @@
# nodebuginfo
%define real_version 5.15.15
%define tar_version qt-everywhere-opensource-src-5.15.15
%define real_version 5.15.17
%define tar_version qt-everywhere-opensource-src-5.15.17
Name: libqt5-qtdoc
Version: 5.15.15
Version: 5.15.17
Release: 0
Summary: Qt 5 API Documentation
License: LGPL-2.1-with-Qt-Company-Qt-exception-1.1 OR LGPL-3.0-only
@@ -52,8 +52,8 @@ BuildRequires: libqt5-qttools-devel >= %{version}
BuildRequires: libqt5-qttools-doc >= %{version}
BuildRequires: libtiff-devel
BuildRequires: lksctp-tools-devel
BuildRequires: ninja
BuildRequires: openssl-devel
BuildRequires: pcre-devel
BuildRequires: pcre2-devel
BuildRequires: pkgconfig
BuildRequires: postgresql-devel
@@ -137,6 +137,16 @@ required.
%autosetup -p1 -n qt-everywhere-src-%{version}
%build
# Due to a behaviour change in rpm, %%libdir is always '/usr/lib' with 'BuildArch: noarch'. We need to redefine it to find tools in '/usr/lib64/qt5/bin' when needed
# (https://github.com/rpm-software-management/rpm/issues/3126)
if [ -e "/usr/lib64/qt5/bin/qdoc" ]; then
echo "Redefining _libdir to work around rpm behaviour change"
_libdir=/usr/lib64
else
_libdir=/usr/lib
fi
%define _libdir $_libdir
# We need to link to some of the programs used as that the source assumes they were just built.
ln -s %{_bindir}/rcc-qt5 qtbase/bin/rcc
ln -s %{_bindir}/uic-qt5 qtbase/bin/uic
@@ -144,9 +154,6 @@ ln -s %{_bindir}/moc-qt5 qtbase/bin/moc
ln -s %{_libqt5_bindir} qttools/bin
# Create the Makefiles which are required.
# To-Do: Clean up of the options and with this also the BuildRequires.
# FIXME: you should use the %%configure macro
./configure \
-verbose \
-prefix %{_prefix} \

Binary file not shown.

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5c34b2e8054d23cbd6c98715af8766a61c7f346ac687aa2d80edd73f8073d2d2
size 664569588