Christophe Marin 2023-07-12 08:45:53 +00:00 committed by Git OBS Bridge
parent 089d617246
commit a67abf70a1
2 changed files with 5 additions and 4 deletions

View File

@ -1,7 +1,7 @@
-------------------------------------------------------------------
Tue Jul 11 20:52:38 UTC 2023 - Christophe Marin <christophe@krop.fr>
Wed Jul 12 08:45:40 UTC 2023 - Christophe Marin <christophe@krop.fr>
- Exclude internal QML imports from detection
- Fix broken QML dependency
-------------------------------------------------------------------
Tue Jun 13 12:58:51 UTC 2023 - Fabian Vogt <fabian@ritter-vogt.de>

View File

@ -16,8 +16,6 @@
#
# Internal imports
%global __requires_exclude qmlimport\\(QtGraphicalEffects/private.*
%define qt5_snapshot 1
%define base_name libqt5
%define real_version 5.15.10
@ -50,6 +48,9 @@ handling.
%prep
%autosetup -p1 -n %{tar_version}
# '/' in QML dependencies is broken, replace with a dot
sed -i 's#QtGraphicalEffects/private#QtGraphicalEffects\.private#' src/effects/qmldir
%build
%if %{qt5_snapshot}
#force the configure script to generate the forwarding headers (it checks whether .git directory exists)