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