20 Commits

Author SHA1 Message Date
1ba68700ef automatic version update by autodist [release 6.9.1-1mamba;Sun Jun 08 2025] 2025-06-12 20:30:30 +02:00
099cbcd8c2 update to 6.9.0 [release 6.9.0-1mamba;Mon Apr 07 2025] 2025-04-11 19:39:50 +02:00
98e250e509 automatic version update by autodist [release 6.8.3-1mamba;Sat Mar 29 2025] 2025-04-02 13:13:36 +02:00
64062f5b42 automatic version update by autodist [release 6.8.2-1mamba;Wed Feb 05 2025] 2025-02-08 14:21:09 +01:00
09100da39d automatic version update by autodist [release 6.8.1-1mamba;Sat Dec 07 2024] 2024-12-13 10:05:38 +01:00
ce24fd6d97 update to 6.8.0 [release 6.8.0-1mamba;Sat Oct 19 2024] 2024-10-24 14:46:34 +02:00
7660301ed8 automatic version update by autodist [release 6.7.3-1mamba;Wed Oct 09 2024] 2024-10-11 22:02:11 +02:00
eacc2c1ba1 automatic version update by autodist [release 6.7.2-1mamba;Fri Jun 21 2024] 2024-06-24 23:57:20 +02:00
9782bf7567 automatic version update by autodist [release 6.7.1-1mamba;Sun Jun 02 2024] 2024-06-08 10:32:09 +02:00
3e07fcb7a4 update to 6.7.0 [release 6.7.0-1mamba;Tue Apr 16 2024] 2024-04-25 14:30:03 +02:00
7867d54155 automatic version update by autodist [release 6.6.3-1mamba;Sat Mar 30 2024] 2024-04-03 01:16:16 +02:00
2cac940e21 automatic version update by autodist [release 6.6.2-1mamba;Fri Feb 16 2024] 2024-02-22 11:33:46 +01:00
0fa16a49d0 automatic version update by autodist [release 6.6.1-1mamba;Wed Nov 29 2023] 2024-01-05 17:10:18 +01:00
6cac427c28 update to 6.6.0 [release 6.6.0-1mamba;Tue Oct 17 2023] 2024-01-05 17:10:18 +01:00
2a2ba5e790 automatic version update by autodist [release 6.5.3-1mamba;Sat Sep 30 2023] 2024-01-05 17:10:17 +01:00
e1e299fb58 automatic version update by autodist [release 6.5.2-1mamba;Sat Jul 22 2023] 2024-01-05 17:10:16 +01:00
84dc3dc87a automatic version update by autodist [release 6.5.1-1mamba;Mon May 29 2023] 2024-01-05 17:10:16 +01:00
cad2436fab update to 6.5.0 [release 6.5.0-1mamba;Mon Apr 17 2023] 2024-01-05 17:10:15 +01:00
f7ebeef858 automatic version update by autodist [release 6.4.3-1mamba;Fri Mar 17 2023] 2024-01-05 17:10:15 +01:00
7ba6ee56f4 automatic version update by autodist [release 6.4.2-1mamba;Sun Jan 08 2023] 2024-01-05 17:10:14 +01:00

View File

@ -1,6 +1,6 @@
%define majver %(echo %version | cut -d. -f1-2)
Name: qt6-qt5compat
Version: 6.4.1
Version: 6.9.1
Release: 1mamba
Summary: Qt6 compat component to Qt5
Group: System/Libraries
@ -12,6 +12,10 @@ Source: https://download.qt.io/official_releases/qt/%{majver}/%{version}/
License: GPL
## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel
BuildRequires: libQt6Core
BuildRequires: libQt6Gui
BuildRequires: libQt6Network
BuildRequires: libQt6OpenGL
BuildRequires: libgcc
BuildRequires: libglvnd-devel
BuildRequires: libicu-devel
@ -35,7 +39,6 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
%description devel
This package contains libraries and header files for developing applications that use %{name}.
%debug_package
%prep
%setup -q -n qt5compat-everywhere-src-%{version}
@ -51,14 +54,14 @@ This package contains libraries and header files for developing applications tha
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%files
%defattr(-,root,root)
%{_libdir}/libQt6Core5Compat.so.*
%{_libdir}/qml/Qt5Compat/GraphicalEffects/*
%{_libdir}/metatypes/qt6core5compat_release_metatypes.json
%{_libdir}/qt6/qml/Qt5Compat/GraphicalEffects/*
%{_libdir}/qt6/metatypes/qt6core5compat_release_metatypes.json
%{_libdir}/qt6/modules/Core5Compat.json
%{_qt6_archdatadir}/sbom/qt5compat-%{version}.spdx
%doc LICENSES
%files devel
@ -68,15 +71,76 @@ This package contains libraries and header files for developing applications tha
%{_libdir}/libQt6Core5Compat.prl
%{_libdir}/libQt6Core5Compat.so
%{_libdir}/qt6/mkspecs/modules/qt_lib_core5compat*.pri
%{_datadir}/qt6/modules/Core5Compat.json
%{_libdir}/cmake/Qt6/FindWrapIconv.cmake
%{_libdir}/cmake/Qt6BuildInternals/StandaloneTests/Qt5CompatTestsConfig.cmake
%dir %{_libdir}/cmake/Qt6Core5Compat
%{_libdir}/cmake/Qt6Core5Compat/Qt6Core5Compat*.cmake
%{_libdir}/cmake/Qt6Qml/QmlPlugins/Qt6qtgraphicaleffects*.cmake
%dir %{_libdir}/cmake/Qt6Core5CompatPrivate
%{_libdir}/cmake/Qt6Core5CompatPrivate/Qt6Core5CompatPrivate*.cmake
%{_libdir}/pkgconfig/Qt6Core5Compat.pc
%changelog
* Sun Jun 08 2025 Automatic Build System <autodist@openmamba.org> 6.9.1-1mamba
- automatic version update by autodist
* Mon Apr 07 2025 Silvan Calarco <silvan.calarco@mambasoft.it> 6.9.0-1mamba
- update to 6.9.0
* Sat Mar 29 2025 Automatic Build System <autodist@openmamba.org> 6.8.3-1mamba
- automatic version update by autodist
* Wed Feb 05 2025 Automatic Build System <autodist@openmamba.org> 6.8.2-1mamba
- automatic version update by autodist
* Sat Dec 07 2024 Automatic Build System <autodist@openmamba.org> 6.8.1-1mamba
- automatic version update by autodist
* Sat Oct 19 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 6.8.0-1mamba
- update to 6.8.0
* Wed Oct 09 2024 Automatic Build System <autodist@openmamba.org> 6.7.3-1mamba
- automatic version update by autodist
* Fri Jun 21 2024 Automatic Build System <autodist@openmamba.org> 6.7.2-1mamba
- automatic version update by autodist
* Sun Jun 02 2024 Automatic Build System <autodist@openmamba.org> 6.7.1-1mamba
- automatic version update by autodist
* Tue Apr 16 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 6.7.0-1mamba
- update to 6.7.0
* Sat Mar 30 2024 Automatic Build System <autodist@openmamba.org> 6.6.3-1mamba
- automatic version update by autodist
* Fri Feb 16 2024 Automatic Build System <autodist@openmamba.org> 6.6.2-1mamba
- automatic version update by autodist
* Wed Nov 29 2023 Automatic Build System <autodist@mambasoft.it> 6.6.1-1mamba
- automatic version update by autodist
* Tue Oct 17 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 6.6.0-1mamba
- update to 6.6.0
* Sat Sep 30 2023 Automatic Build System <autodist@mambasoft.it> 6.5.3-1mamba
- automatic version update by autodist
* Sat Jul 22 2023 Automatic Build System <autodist@mambasoft.it> 6.5.2-1mamba
- automatic version update by autodist
* Mon May 29 2023 Automatic Build System <autodist@mambasoft.it> 6.5.1-1mamba
- automatic version update by autodist
* Mon Apr 17 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 6.5.0-1mamba
- update to 6.5.0
* Fri Mar 17 2023 Automatic Build System <autodist@mambasoft.it> 6.4.3-1mamba
- automatic version update by autodist
* Sun Jan 08 2023 Automatic Build System <autodist@mambasoft.it> 6.4.2-1mamba
- automatic version update by autodist
* Tue Nov 22 2022 Automatic Build System <autodist@mambasoft.it> 6.4.1-1mamba
- automatic version update by autodist