rebuilt with qt 6.8.0 [release 6.2.1-2mamba;Tue Oct 22 2024]

This commit is contained in:
Silvan Calarco 2024-10-24 14:45:37 +02:00
parent 5dcef08e94
commit ddc8d1c14b

View File

@ -2,7 +2,7 @@
Name: layer-shell-qt
Version: 6.2.1
Release: 1mamba
Release: 2mamba
Summary: KDE Plasma component meant for applications to be able to easily use clients based on wlr-layer-shell
Group: System/Libraries
Vendor: openmamba
@ -28,7 +28,6 @@ BuildRequires: cmake
BuildRequires: kf6-rpm-macros
BuildRequires: extra-cmake-modules
BuildRequires: qt6-qtwayland-devel >= 6.7
Requires: libQt6Core = %{_qt6_version}
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
%description
@ -37,6 +36,7 @@ This component is meant for applications to be able to easily use clients based
%package -n lib%{name}
Group: System/Libraries
Summary: KDE Plasma component meant for applications to be able to easily use clients based on wlr-layer-shell
Requires: libQt6Core = %{_qt6_version}
%description -n lib%{name}
This component is meant for applications to be able to easily use clients based on wlr-layer-shell.
@ -66,8 +66,6 @@ This package contains libraries and header files for developing applications tha
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files -n lib%{name}
%defattr(-,root,root)
%{_libdir}/libLayerShellQtInterface.so.*
@ -85,6 +83,9 @@ This package contains libraries and header files for developing applications tha
%{_libdir}/libLayerShellQtInterface.so
%changelog
* Tue Oct 22 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 6.2.1-2mamba
- rebuilt with qt 6.8.0
* Wed Oct 16 2024 Automatic Build System <autodist@openmamba.org> 6.2.1-1mamba
- automatic version update by autodist