qt6 fixes
This commit is contained in:
parent
937268393f
commit
396bde757f
@ -80,7 +80,7 @@ done
|
||||
|
||||
|
||||
%files -n python%{python3_pkgversion}-pyqt6-webengine
|
||||
%doc README
|
||||
#doc README
|
||||
%license LICENSE
|
||||
%{python3_sitearch}/PyQt6_WebEngine-%{version}.dist-info/
|
||||
%{python3_sitearch}/PyQt6/QtWebEngineCore.*
|
||||
|
@ -243,10 +243,10 @@ sed -i \
|
||||
|
||||
%changelog
|
||||
* Mon May 27 2024 Raven <raven@sysadmins.ws> - 6.7.0-3
|
||||
- rebuilt for qt 6.7.2
|
||||
- rebuilt for qt 6.7.2 (el8)
|
||||
|
||||
* Mon May 27 2024 Raven <raven@sysadmins.ws> - 6.7.0-2
|
||||
- rebuilt for qt 6.7.1
|
||||
- rebuilt for qt 6.7.1 (el8)
|
||||
|
||||
* Fri Apr 26 2024 Jan Grulich <jgrulich@redhat.com> - 6.7.0-1
|
||||
- Update to 6.7.0
|
||||
|
@ -43,7 +43,7 @@ BuildRequires: qt6-qtdeclarative-devel
|
||||
|
||||
BuildRequires: pkgconfig(xkbcommon)
|
||||
BuildRequires: pkgconfig(wayland-scanner)
|
||||
BuildRequires: pkgconfig(wayland-server)
|
||||
BuildRequires: pkgconfig(wayland-server) >= 1.22
|
||||
BuildRequires: pkgconfig(wayland-client)
|
||||
BuildRequires: pkgconfig(wayland-cursor)
|
||||
BuildRequires: pkgconfig(wayland-egl)
|
||||
@ -56,6 +56,10 @@ BuildRequires: pkgconfig(libinput)
|
||||
|
||||
BuildRequires: libXext-devel
|
||||
|
||||
Requires: (libwayland-server >= 1.22 or rx-libwayland-server)
|
||||
Requires: (libwayland-client >= 1.22 or rx-libwayland-client)
|
||||
Requires: (libwayland-cursor >= 1.22 or rx-libwayland-cursor)
|
||||
Requires: (libwayland-egl >= 1.22 or rx-libwayland-egl)
|
||||
|
||||
%description
|
||||
%{summary}.
|
||||
@ -84,6 +88,11 @@ Requires: %{name}%{?_isa} = %{version}-%{release}
|
||||
%build
|
||||
%enable_devtoolset13
|
||||
|
||||
%if 0%{?rhel} == 8
|
||||
export PKG_CONFIG_PATH=/opt/rx/%{_lib}/pkgconfig${PKG_CONFIG_PATH:+:${PKG_CONFIG_PATH}}
|
||||
export LDFLAGS="-L/opt/rx/%{_lib}/ -Wl,-rpath=/opt/rx/%{_lib}/ %{__global_ldflags}"
|
||||
%endif
|
||||
|
||||
%cmake_qt6 -DQT_BUILD_EXAMPLES:BOOL=%{?examples:ON}%{!?examples:OFF}
|
||||
|
||||
%cmake_build
|
||||
|
@ -1,7 +1,7 @@
|
||||
|
||||
Name: qt6
|
||||
Version: 6.7.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Qt6 meta package
|
||||
License: GPL-3.0-only
|
||||
URL: https://getfedora.org/
|
||||
|
Loading…
x
Reference in New Issue
Block a user