install pam library in /%{lib}/security [release 5.11.5-2mamba;Mon Jan 15 2018]
This commit is contained in:
parent
bcd74e8d11
commit
cb81142fc3
@ -2,7 +2,7 @@
|
||||
|
||||
Name: kwallet-pam
|
||||
Version: 5.11.5
|
||||
Release: 1mamba
|
||||
Release: 2mamba
|
||||
Summary: KDE Plasma 5 kwallet login integration with PAM
|
||||
Group: Applications/Security
|
||||
Vendor: openmamba
|
||||
@ -33,23 +33,30 @@ KDE Plasma 5 kwallet login integration with PAM.
|
||||
|
||||
%build
|
||||
%cmake_kde5 -d build
|
||||
|
||||
%make
|
||||
|
||||
%install
|
||||
[ "%{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
|
||||
%{_libdir}/security/pam_kwallet5.so
|
||||
/%{_lib}/security/pam_kwallet5.so
|
||||
%{_libexecdir}/pam_kwallet_init
|
||||
%doc COPYING.LIB
|
||||
|
||||
%changelog
|
||||
* Mon Jan 15 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 5.11.5-2mamba
|
||||
- install pam library in /%{lib}/security
|
||||
|
||||
* Wed Jan 03 2018 Automatic Build System <autodist@mambasoft.it> 5.11.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user