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