SHA256
1
0
forked from pool/pam-config

Remove redundant/unwanted tags/section (cf. specfile guidelines); use %_smp_mflags

OBS-URL: https://build.opensuse.org/package/show/Linux-PAM/pam-config?expand=0&rev=48
This commit is contained in:
Jan Engelhardt 2011-12-07 14:01:14 +00:00 committed by Git OBS Bridge
parent 17548f3748
commit 2d83a2b650
2 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Dec 7 14:00:35 UTC 2011 - jengelh@medozas.de
- Remove redundant/unwanted tags/section (cf. specfile guidelines)
- Use %_smp_mflags for parallel building
------------------------------------------------------------------- -------------------------------------------------------------------
Fri Dec 2 16:32:29 UTC 2011 - coolo@suse.com Fri Dec 2 16:32:29 UTC 2011 - coolo@suse.com

View File

@ -16,6 +16,7 @@
# #
Name: pam-config Name: pam-config
Summary: Modify common PAM configuration files Summary: Modify common PAM configuration files
License: GPL-2.0 License: GPL-2.0
@ -46,7 +47,7 @@ add/adjust/remove other PAM modules and their options.
#needed by patch0 #needed by patch0
autoreconf autoreconf
%configure %configure
make %{?jobs:-j%jobs}; make %{?_smp_mflags}
%install %install
make install DESTDIR=$RPM_BUILD_ROOT make install DESTDIR=$RPM_BUILD_ROOT
@ -56,9 +57,6 @@ for i in account auth password session ; do
done done
%{find_lang} pam-config %{find_lang} pam-config
%clean
rm -rf $RPM_BUILD_ROOT
%post %post
if [ ! -f /etc/pam.d/common-auth-pc ] ; then if [ ! -f /etc/pam.d/common-auth-pc ] ; then
pam-config --debug --initialize pam-config --debug --initialize