update to 6.2.2 [release 6.2.2-1mamba;Fri Dec 31 2021]
This commit is contained in:
parent
9b6258d580
commit
a1c2b5b70f
136
qt6-qtwayland.spec
Normal file
136
qt6-qtwayland.spec
Normal file
@ -0,0 +1,136 @@
|
|||||||
|
%define majver %(echo %version | cut -d. -f1-2)
|
||||||
|
|
||||||
|
Name: qt6-qtwayland
|
||||||
|
Version: 6.2.2
|
||||||
|
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
|
||||||
|
BuildRequires: libX11-devel
|
||||||
|
BuildRequires: libXcomposite-devel
|
||||||
|
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
|
||||||
|
|
||||||
|
%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
|
||||||
|
%dir %{_libdir}/qml/QtWayland
|
||||||
|
%{_libdir}/qml/QtWayland/*
|
||||||
|
%{_libdir}/qt6/libexec/qtwaylandscanner
|
||||||
|
%doc LICENSE.*
|
||||||
|
|
||||||
|
%files devel
|
||||||
|
%defattr(-,root,root)
|
||||||
|
%dir %{_includedir}/qt6/QtWaylandClient
|
||||||
|
%{_includedir}/qt6/QtWaylandClient/*
|
||||||
|
%dir %{_includedir}/qt6/QtWaylandCompositor
|
||||||
|
%{_includedir}/qt6/QtWaylandCompositor/*
|
||||||
|
%dir %{_includedir}/qt6/QtWaylandEglClientHwIntegration
|
||||||
|
%{_includedir}/qt6/QtWaylandEglClientHwIntegration/*
|
||||||
|
%dir %{_includedir}/qt6/QtWaylandEglCompositorHwIntegration
|
||||||
|
%{_includedir}/qt6/QtWaylandEglCompositorHwIntegration/*
|
||||||
|
%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
|
||||||
|
%{_libdir}/metatypes/qt6*.json
|
||||||
|
%{_datadir}/qt6/modules/*.json
|
||||||
|
%{_libdir}/qt6/mkspecs/modules/qt_lib_*.pri
|
||||||
|
%dir %{_libdir}/cmake/Qt6WaylandClient
|
||||||
|
%{_libdir}/cmake/Qt6WaylandClient/Qt6WaylandClient*.cmake
|
||||||
|
%dir %{_libdir}/cmake/Qt6WaylandCompositor
|
||||||
|
%{_libdir}/cmake/Qt6WaylandCompositor/Qt6WaylandCompositor*.cmake
|
||||||
|
%{_libdir}/cmake/Qt6/FindWaylandkms.cmake
|
||||||
|
%{_libdir}/cmake/Qt6/FindXComposite.cmake
|
||||||
|
%{_libdir}/cmake/Qt6BuildInternals/StandaloneTests/QtWaylandTestsConfig.cmake
|
||||||
|
%{_libdir}/cmake/Qt6Gui/Qt6QWayland*.cmake
|
||||||
|
%{_libdir}/cmake/Qt6Qml/QmlPlugins/Qt6*.cmake
|
||||||
|
%dir %{_libdir}/cmake/Qt6WaylandClient
|
||||||
|
%{_libdir}/cmake/Qt6WaylandClient/Qt6*.cmake
|
||||||
|
%dir %{_libdir}/cmake/Qt6WaylandCompositor
|
||||||
|
%{_libdir}/cmake/Qt6WaylandCompositor/Qt6*.cmake
|
||||||
|
%dir %{_libdir}/cmake/Qt6WaylandEglClientHwIntegrationPrivate
|
||||||
|
%{_libdir}/cmake/Qt6WaylandEglClientHwIntegrationPrivate/Qt6*.cmake
|
||||||
|
%dir %{_libdir}/cmake/Qt6WaylandEglCompositorHwIntegrationPrivate
|
||||||
|
%{_libdir}/cmake/Qt6WaylandEglCompositorHwIntegrationPrivate/Qt6*.cmake
|
||||||
|
%dir %{_libdir}/cmake/Qt6WaylandScannerTools
|
||||||
|
%{_libdir}/cmake/Qt6WaylandScannerTools/Qt6WaylandScanner*.cmake
|
||||||
|
%dir %{_libdir}/cmake/Qt6WlShellIntegrationPrivate
|
||||||
|
%{_libdir}/cmake/Qt6WlShellIntegrationPrivate/Qt6WlShellIntegration*.cmake
|
||||||
|
#%doc README
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* 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
|
Loading…
Reference in New Issue
Block a user