Compare commits
20 Commits
6.4.1-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 |
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user