Compare commits
27 Commits
6.2.2-1mam
...
main
Author | SHA1 | Date | |
---|---|---|---|
1ba68700ef | |||
099cbcd8c2 | |||
98e250e509 | |||
64062f5b42 | |||
09100da39d | |||
ce24fd6d97 | |||
7660301ed8 | |||
eacc2c1ba1 | |||
9782bf7567 | |||
3e07fcb7a4 | |||
7867d54155 | |||
2cac940e21 | |||
0fa16a49d0 | |||
6cac427c28 | |||
2a2ba5e790 | |||
e1e299fb58 | |||
84dc3dc87a | |||
cad2436fab | |||
f7ebeef858 | |||
7ba6ee56f4 | |||
7e2ea80803 | |||
cf0246cf59 | |||
127c499417 | |||
94b7b3452a | |||
4659892d66 | |||
78a3f11bd9 | |||
ed03ada733 |
@ -1,5 +1,6 @@
|
|||||||
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
Name: qt6-qt5compat
|
Name: qt6-qt5compat
|
||||||
Version: 6.2.2
|
Version: 6.9.1
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: Qt6 compat component to Qt5
|
Summary: Qt6 compat component to Qt5
|
||||||
Group: System/Libraries
|
Group: System/Libraries
|
||||||
@ -7,10 +8,14 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: https://www.qt.io/
|
URL: https://www.qt.io/
|
||||||
Source: https://download.qt.io/official_releases/qt/6.2/%{version}/submodules/qt5compat-everywhere-src-%{version}.tar.xz
|
Source: https://download.qt.io/official_releases/qt/%{majver}/%{version}/submodules/qt5compat-everywhere-src-%{version}.tar.xz
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
|
BuildRequires: libQt6Core
|
||||||
|
BuildRequires: libQt6Gui
|
||||||
|
BuildRequires: libQt6Network
|
||||||
|
BuildRequires: libQt6OpenGL
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
BuildRequires: libglvnd-devel
|
BuildRequires: libglvnd-devel
|
||||||
BuildRequires: libicu-devel
|
BuildRequires: libicu-devel
|
||||||
@ -18,8 +23,10 @@ BuildRequires: libstdc++6-devel
|
|||||||
BuildRequires: libxkbcommon-devel
|
BuildRequires: libxkbcommon-devel
|
||||||
BuildRequires: qt6-qtbase-devel
|
BuildRequires: qt6-qtbase-devel
|
||||||
BuildRequires: qt6-qtdeclarative-devel
|
BuildRequires: qt6-qtdeclarative-devel
|
||||||
|
BuildRequires: qt6-qtshadertools-devel
|
||||||
## AUTOBUILDREQ-END
|
## AUTOBUILDREQ-END
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
|
BuildRequires: qt6-qtdeclarative-devel = %{version}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Qt6 compat component to Qt5.
|
Qt6 compat component to Qt5.
|
||||||
@ -32,7 +39,6 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
|
|||||||
%description devel
|
%description devel
|
||||||
This package contains libraries and header files for developing applications that use %{name}.
|
This package contains libraries and header files for developing applications that use %{name}.
|
||||||
|
|
||||||
%debug_package
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n qt5compat-everywhere-src-%{version}
|
%setup -q -n qt5compat-everywhere-src-%{version}
|
||||||
@ -48,15 +54,15 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
|
||||||
%postun -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_libdir}/libQt6Core5Compat.so.*
|
%{_libdir}/libQt6Core5Compat.so.*
|
||||||
%{_libdir}/qml/Qt5Compat/GraphicalEffects/*
|
%{_libdir}/qt6/qml/Qt5Compat/GraphicalEffects/*
|
||||||
%{_libdir}/metatypes/qt6core5compat_release_metatypes.json
|
%{_libdir}/qt6/metatypes/qt6core5compat_release_metatypes.json
|
||||||
%doc LICENSE.*
|
%{_libdir}/qt6/modules/Core5Compat.json
|
||||||
|
%{_qt6_archdatadir}/sbom/qt5compat-%{version}.spdx
|
||||||
|
%doc LICENSES
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -65,13 +71,96 @@ This package contains libraries and header files for developing applications tha
|
|||||||
%{_libdir}/libQt6Core5Compat.prl
|
%{_libdir}/libQt6Core5Compat.prl
|
||||||
%{_libdir}/libQt6Core5Compat.so
|
%{_libdir}/libQt6Core5Compat.so
|
||||||
%{_libdir}/qt6/mkspecs/modules/qt_lib_core5compat*.pri
|
%{_libdir}/qt6/mkspecs/modules/qt_lib_core5compat*.pri
|
||||||
%{_datadir}/qt6/modules/Core5Compat.json
|
|
||||||
%{_libdir}/cmake/Qt6/FindWrapIconv.cmake
|
%{_libdir}/cmake/Qt6/FindWrapIconv.cmake
|
||||||
%{_libdir}/cmake/Qt6BuildInternals/StandaloneTests/Qt5CompatTestsConfig.cmake
|
%{_libdir}/cmake/Qt6BuildInternals/StandaloneTests/Qt5CompatTestsConfig.cmake
|
||||||
%dir %{_libdir}/cmake/Qt6Core5Compat
|
%dir %{_libdir}/cmake/Qt6Core5Compat
|
||||||
%{_libdir}/cmake/Qt6Core5Compat/Qt6Core5Compat*.cmake
|
%{_libdir}/cmake/Qt6Core5Compat/Qt6Core5Compat*.cmake
|
||||||
%{_libdir}/cmake/Qt6Qml/QmlPlugins/Qt6qtgraphicaleffects*.cmake
|
%{_libdir}/cmake/Qt6Qml/QmlPlugins/Qt6qtgraphicaleffects*.cmake
|
||||||
|
%dir %{_libdir}/cmake/Qt6Core5CompatPrivate
|
||||||
|
%{_libdir}/cmake/Qt6Core5CompatPrivate/Qt6Core5CompatPrivate*.cmake
|
||||||
|
%{_libdir}/pkgconfig/Qt6Core5Compat.pc
|
||||||
|
|
||||||
%changelog
|
%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
|
||||||
|
|
||||||
|
* Fri Oct 07 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 6.4.0-1mamba
|
||||||
|
- update to 6.4.0
|
||||||
|
|
||||||
|
* Mon Sep 12 2022 Automatic Build System <autodist@mambasoft.it> 6.3.2-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Jun 19 2022 Automatic Build System <autodist@mambasoft.it> 6.3.1-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Thu Apr 14 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 6.3.0-1mamba
|
||||||
|
- update to 6.3.0
|
||||||
|
|
||||||
|
* Mon Mar 21 2022 Automatic Build System <autodist@mambasoft.it> 6.2.4-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Jan 30 2022 Automatic Build System <autodist@mambasoft.it> 6.2.3-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Dec 30 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 6.2.2-1mamba
|
* Thu Dec 30 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 6.2.2-1mamba
|
||||||
- package created using the webbuild interface
|
- package created using the webbuild interface
|
||||||
|
Reference in New Issue
Block a user