2024-01-05 17:15:24 +01:00
|
|
|
%define majver %(echo %version | cut -d. -f1-2)
|
|
|
|
|
|
|
|
Name: qt6-qtwayland
|
2024-01-05 17:15:27 +01:00
|
|
|
Version: 6.5.3
|
2024-01-05 17:15:24 +01:00
|
|
|
Release: 1mamba
|
|
|
|
Summary: Qt6 wayland components
|
|
|
|
Group: System/Libraries
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://www.qt.io/
|
|
|
|
Source: https://download.qt.io/official_releases/qt/%{majver}/%{version}/submodules/qtwayland-everywhere-src-%{version}.tar.xz
|
|
|
|
License: GPL
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
BuildRequires: glibc-devel
|
2024-01-05 17:15:24 +01:00
|
|
|
BuildRequires: libdrm-devel
|
2024-01-05 17:15:24 +01:00
|
|
|
BuildRequires: libgcc
|
|
|
|
BuildRequires: libglvnd-devel
|
|
|
|
BuildRequires: libstdc++6-devel
|
|
|
|
BuildRequires: libwayland-devel
|
|
|
|
BuildRequires: libwayland-egl-devel
|
|
|
|
BuildRequires: libxkbcommon-devel
|
|
|
|
BuildRequires: qt6-qtbase-devel
|
|
|
|
BuildRequires: qt6-qtdeclarative-devel
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-05 17:15:24 +01:00
|
|
|
BuildRequires: qt6-qtdeclarative-devel = %{version}
|
2024-01-05 17:15:24 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
Qt6 wayland components.
|
|
|
|
|
|
|
|
%package devel
|
|
|
|
Group: Development/Libraries
|
|
|
|
Summary: Development files for %{name}
|
|
|
|
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 qtwayland-everywhere-src-%{version}
|
|
|
|
|
|
|
|
%build
|
|
|
|
%cmake -d build
|
|
|
|
|
|
|
|
%make
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
%makeinstall -C build
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%post -p /sbin/ldconfig
|
|
|
|
%postun -p /sbin/ldconfig
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_libdir}/libQt6WaylandClient.so.*
|
|
|
|
%{_libdir}/libQt6WaylandCompositor.so.*
|
|
|
|
%{_libdir}/libQt6WaylandEglClientHwIntegration.so.*
|
|
|
|
%{_libdir}/libQt6WaylandEglCompositorHwIntegration.so.*
|
|
|
|
%{_libdir}/libQt6WlShellIntegration.so.*
|
|
|
|
%{_libdir}/qt6/plugins/platforms/libqwayland-*.so
|
|
|
|
%dir %{_libdir}/qt6/plugins/wayland-decoration-client
|
|
|
|
%{_libdir}/qt6/plugins/wayland-decoration-client/libbradient.so
|
|
|
|
%dir %{_libdir}/qt6/plugins/wayland-graphics-integration-client
|
|
|
|
%{_libdir}/qt6/plugins/wayland-graphics-integration-client/lib*.so
|
|
|
|
%dir %{_libdir}/qt6/plugins/wayland-graphics-integration-server
|
|
|
|
%{_libdir}/qt6/plugins/wayland-graphics-integration-server/libqt-wayland-compositor-*.so
|
|
|
|
%dir %{_libdir}/qt6/plugins/wayland-shell-integration
|
|
|
|
%{_libdir}/qt6/plugins/wayland-shell-integration/lib*.so
|
2024-01-05 17:15:26 +01:00
|
|
|
%dir %{_libdir}/qt6/qml/QtWayland
|
|
|
|
%{_libdir}/qt6/qml/QtWayland/*
|
2024-01-05 17:15:24 +01:00
|
|
|
%{_libdir}/qt6/libexec/qtwaylandscanner
|
2024-01-05 17:15:24 +01:00
|
|
|
%doc LICENSES
|
2024-01-05 17:15:24 +01:00
|
|
|
|
|
|
|
%files devel
|
|
|
|
%defattr(-,root,root)
|
2024-01-05 17:15:24 +01:00
|
|
|
%dir %{_includedir}/qt6/QtWayland*
|
|
|
|
%{_includedir}/qt6/QtWayland*/*
|
2024-01-05 17:15:24 +01:00
|
|
|
%dir %{_includedir}/qt6/QtWlShellIntegration
|
|
|
|
%{_includedir}/qt6/QtWlShellIntegration/*
|
|
|
|
%{_libdir}/libQt6WaylandClient.prl
|
|
|
|
%{_libdir}/libQt6WaylandClient.so
|
|
|
|
%{_libdir}/libQt6WaylandCompositor.prl
|
|
|
|
%{_libdir}/libQt6WaylandCompositor.so
|
|
|
|
%{_libdir}/libQt6WaylandEglClientHwIntegration.prl
|
|
|
|
%{_libdir}/libQt6WaylandEglClientHwIntegration.so
|
|
|
|
%{_libdir}/libQt6WaylandEglCompositorHwIntegration.prl
|
|
|
|
%{_libdir}/libQt6WaylandEglCompositorHwIntegration.so
|
|
|
|
%{_libdir}/libQt6WlShellIntegration.prl
|
|
|
|
%{_libdir}/libQt6WlShellIntegration.so
|
2024-01-05 17:15:26 +01:00
|
|
|
%{_libdir}/qt6/metatypes/qt6*.json
|
|
|
|
%{_libdir}/qt6/modules/*.json
|
2024-01-05 17:15:24 +01:00
|
|
|
%{_libdir}/qt6/mkspecs/modules/qt_lib_*.pri
|
|
|
|
%{_libdir}/cmake/Qt6/FindWaylandkms.cmake
|
2024-01-05 17:15:24 +01:00
|
|
|
#%{_libdir}/cmake/Qt6/FindXComposite.cmake
|
2024-01-05 17:15:24 +01:00
|
|
|
%{_libdir}/cmake/Qt6BuildInternals/StandaloneTests/QtWaylandTestsConfig.cmake
|
|
|
|
%{_libdir}/cmake/Qt6Gui/Qt6QWayland*.cmake
|
|
|
|
%{_libdir}/cmake/Qt6Qml/QmlPlugins/Qt6*.cmake
|
2024-01-05 17:15:24 +01:00
|
|
|
%dir %{_libdir}/cmake/Qt6Wayland*
|
|
|
|
%{_libdir}/cmake/Qt6Wayland*/Qt6*.cmake
|
2024-01-05 17:15:24 +01:00
|
|
|
%dir %{_libdir}/cmake/Qt6WlShellIntegrationPrivate
|
|
|
|
%{_libdir}/cmake/Qt6WlShellIntegrationPrivate/Qt6WlShellIntegration*.cmake
|
2024-01-05 17:15:24 +01:00
|
|
|
%{_libdir}/pkgconfig/Qt6Wayland*.pc
|
2024-01-05 17:15:24 +01:00
|
|
|
#%doc README
|
|
|
|
|
|
|
|
%changelog
|
2024-01-05 17:15:27 +01:00
|
|
|
* Sat Sep 30 2023 Automatic Build System <autodist@mambasoft.it> 6.5.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:15:27 +01:00
|
|
|
* Sat Jul 22 2023 Automatic Build System <autodist@mambasoft.it> 6.5.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:15:26 +01:00
|
|
|
* Mon May 29 2023 Automatic Build System <autodist@mambasoft.it> 6.5.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:15:26 +01:00
|
|
|
* Fri Apr 21 2023 Silvan Calarco <silvan.calarco@mambasoft.it> 6.5.0-1mamba
|
|
|
|
- update to 6.5.0
|
|
|
|
|
2024-01-05 17:15:25 +01:00
|
|
|
* Sat Mar 18 2023 Automatic Build System <autodist@mambasoft.it> 6.4.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:15:24 +01:00
|
|
|
* Sun Jan 08 2023 Automatic Build System <autodist@mambasoft.it> 6.4.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:15:24 +01:00
|
|
|
* Tue Nov 22 2022 Automatic Build System <autodist@mambasoft.it> 6.4.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:15:24 +01:00
|
|
|
* Fri Oct 07 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 6.4.0-1mamba
|
|
|
|
- update to 6.4.0
|
|
|
|
|
2024-01-05 17:15:24 +01:00
|
|
|
* Tue Sep 13 2022 Automatic Build System <autodist@mambasoft.it> 6.3.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:15:24 +01:00
|
|
|
* Sun Jun 19 2022 Automatic Build System <autodist@mambasoft.it> 6.3.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:15:24 +01:00
|
|
|
* Thu Apr 14 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 6.3.0-1mamba
|
|
|
|
- update to 6.3.0
|
|
|
|
|
2024-01-05 17:15:24 +01:00
|
|
|
* Mon Mar 21 2022 Automatic Build System <autodist@mambasoft.it> 6.2.4-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:15:24 +01:00
|
|
|
* Sun Jan 30 2022 Automatic Build System <autodist@mambasoft.it> 6.2.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 17:15:24 +01:00
|
|
|
* Fri Dec 31 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 6.2.2-1mamba
|
|
|
|
- update to 6.2.2
|
|
|
|
|
|
|
|
* Sat Nov 06 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.15.2-2mamba
|
|
|
|
- bump release
|
|
|
|
|
|
|
|
* Sat Nov 06 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 5.15.2-1mamba
|
|
|
|
- package created using the webbuild interface
|