automatic version update by autodist [release 6.0.2-1mamba;Wed Mar 13 2024]

This commit is contained in:
Automatic Build System 2024-03-29 18:51:39 +01:00
parent 407591e84d
commit c34ac1eaaa

View File

@ -1,15 +1,17 @@
%define majver %(echo %version | cut -d. -f1-2) %define majver %(echo %version | cut -d. -f1-2)
%define plasmaver %(echo %version | cut -d. -f1-3)
Name: kwayland Name: kwayland
Version: 5.115.0 Epoch: 1
Version: 6.0.2
Release: 1mamba Release: 1mamba
Summary: KDE Frameworks 5 Qt-style API to interact with the wayland-client and wayland-server API. Summary: KDE Plasma Qt-style API to interact with the wayland-client and wayland-server API.
Group: System/Libraries Group: System/Libraries
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://kde.org/ URL: https://kde.org/it/plasma-desktop/
Source: http://download.kde.org/stable/frameworks/%{majver}/kwayland-%{version}.tar.xz Source: http://download.kde.org/%{stable_kf6}/plasma/%{plasmaver}/kwayland-%{version}.tar.xz
License: LGPL License: LGPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
@ -18,12 +20,12 @@ BuildRequires: libglvnd-devel
BuildRequires: libstdc++6-devel BuildRequires: libstdc++6-devel
BuildRequires: libwayland-devel BuildRequires: libwayland-devel
BuildRequires: libxkbcommon-devel BuildRequires: libxkbcommon-devel
BuildRequires: qt5-qtbase-devel BuildRequires: qt6-qtbase-devel
BuildRequires: qt5-qtwayland-devel BuildRequires: qt6-qtwayland-devel
## AUTOBUILDREQ-END ## AUTOBUILDREQ-END
BuildRequires: plasma-wayland-protocols BuildRequires: plasma-wayland-protocols
BuildRequires: cmake BuildRequires: cmake
BuildRequires: rpm-macros-kde5 BuildRequires: kf6-rpm-macros
BuildRequires: extra-cmake-modules BuildRequires: extra-cmake-modules
Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release} Requires: lib%{name} = %{?epoch:%epoch:}%{version}-%{release}
@ -51,12 +53,12 @@ This package contains libraries and header files for developing applications tha
%setup -q %setup -q
%build %build
%cmake_kde5 -d build %cmake_kf6
%make %cmake_build
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall -C build %cmake_install
%clean %clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
@ -71,32 +73,35 @@ exit 0
%files -n lib%{name} %files -n lib%{name}
%defattr(-,root,root) %defattr(-,root,root)
%{_kde5_libdir}/libKF5WaylandClient.so.* %{_libdir}/libKWaylandClient.so.*
%{_kde5_libdir}/libKF5WaylandServer.so.* %{_datadir}/qlogging-categories6/kwayland.*categories
%{_libexecdir}/*
%{_datadir}/qlogging-categories5/kwayland.*categories
%doc LICENSES %doc LICENSES
%files -n lib%{name}-devel %files -n lib%{name}-devel
%defattr(-,root,root) %defattr(-,root,root)
%dir %{_kde5_includedir}/KWayland %dir %{_includedir}/KWayland
%dir %{_kde5_includedir}/KWayland/KWayland %{_includedir}/KWayland/*
%dir %{_kde5_includedir}/KWayland/KWayland/Client %{_libdir}/libKWaylandClient.so
%{_kde5_includedir}/KWayland/KWayland/Client/* %dir %{_libdir}/cmake/KWayland
%dir %{_kde5_includedir}/KWayland/Server %{_libdir}/cmake/KWayland/KWayland*.cmake
%{_kde5_includedir}/KWayland/Server/* %{_libdir}/pkgconfig/KWaylandClient.pc
%{_kde5_includedir}/KWayland/kwayland_version.h %{_qt6_docdir}/KWayland.*
%{_kde5_libdir}/libKF5WaylandClient.so
%{_kde5_libdir}/libKF5WaylandServer.so
%{_kde5_mkspecsdir}/qt_KWaylandClient.pri
%{_kde5_mkspecsdir}/qt_KWaylandServer.pri
%{_libdir}/pkgconfig/KF5WaylandClient.pc
%dir %{_kde5_libdir}/cmake/KF5Wayland
%{_kde5_libdir}/cmake/KF5Wayland/KF5Wayland*.cmake
%changelog %changelog
* Mon Feb 12 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 5.115.0-1mamba * Wed Mar 13 2024 Automatic Build System <autodist@openmamba.org> 6.0.2-1mamba
- update to 5.115.0 - automatic version update by autodist
* Wed Mar 06 2024 Automatic Build System <autodist@openmamba.org> 6.0.1-1mamba
- automatic update by autodist
* Thu Feb 29 2024 Automatic Build System <autodist@openmamba.org> 6.0.0-1mamba
- automatic version update by autodist
* Sun Feb 04 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 5.93.0-1mamba
- update to 5.93.0
* Tue Jan 30 2024 Silvan Calarco <silvan.calarco@mambasoft.it> 5.92.0-1mamba
- update to 5.92.0
* Sat Jan 13 2024 Automatic Build System <autodist@openmamba.org> 5.114.0-1mamba * Sat Jan 13 2024 Automatic Build System <autodist@openmamba.org> 5.114.0-1mamba
- automatic version update by autodist - automatic version update by autodist