automatic version update by autodist [release 5.23.1-1mamba;Wed Oct 20 2021]

This commit is contained in:
Automatic Build System 2024-01-06 03:21:47 +01:00
parent 47818985c5
commit 7354aa1e4b

View File

@ -1,9 +1,7 @@
%define majver %(echo %version | cut -d. -f1-2)
%define plasmaver %(echo %version | cut -d. -f1-3)
Name: kwallet-pam
Version: 5.22.5
Version: 5.23.1
Release: 1mamba
Summary: KDE Plasma 5 kwallet login integration with PAM
Group: Applications/Security
@ -12,10 +10,8 @@ Distribution: openmamba
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: https://kde.org/
Source: https://download.kde.org/stable/plasma/%{plasmaver}/kwallet-pam-%{version}.tar.xz
# Source: http://download.kde.org/stable/frameworks/%{majver}/...-%{version}.tar.xz
License: GPL
## AUTOBUILDREQ-BEGIN
#libdl.so.2()(64bit): /usr/lib64/libdl.so: file not owned by any package
BuildRequires: glibc-devel
BuildRequires: libgcrypt-devel
BuildRequires: libgpg-error-devel
@ -43,20 +39,24 @@ KDE Plasma 5 kwallet login integration with PAM.
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%makeinstall -C build
install -d -m0755 %{buildroot}/%{_lib}/
mv %{buildroot}%{_libdir}/security %{buildroot}/%{_lib}/
%clean
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
%files
%defattr(-,root,root)
%{_sysconfdir}/xdg/autostart/pam_kwallet_init.desktop
/%{_lib}/security/pam_kwallet5.so
%{_userunitdir}/plasma-kwallet-pam.service
%{_libdir}/security/pam_kwallet5.so
%{_libexecdir}/pam_kwallet_init
%doc COPYING.LIB
%doc LICENSES
%changelog
* Wed Oct 20 2021 Automatic Build System <autodist@mambasoft.it> 5.23.1-1mamba
- automatic version update by autodist
* Sun Oct 17 2021 Automatic Build System <autodist@mambasoft.it> 5.23.0-1mamba
- automatic version update by autodist
* Tue Aug 31 2021 Automatic Build System <autodist@mambasoft.it> 5.22.5-1mamba
- automatic version update by autodist