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