]> git.pld-linux.org Git - packages/pam-pam_radius_auth.git/commitdiff
- more unified flexion, cosmetics
authorJakub Bogusz <qboosh@pld-linux.org>
Tue, 17 Feb 2004 21:35:06 +0000 (21:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    pam-pam_radius_auth.spec -> 1.4

pam-pam_radius_auth.spec

index 14d0200ea5456171f470c12ab9c16490cfc62d9f..550cc8243da5527822fd89e06ade6e5a91fe48e7 100644 (file)
@@ -13,17 +13,17 @@ BuildRequires:      pam-static > 0.77.3-2
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-This is the PAM to RADIUS authentication module. It allows any PAM-capable
-machine to become a RADIUS client for authentication and accounting
-requests. You will need a RADIUS server to perform the actual
-authentication.
+This is the PAM to RADIUS authentication module. It allows any
+PAM-capable machine to become a RADIUS client for authentication and
+accounting requests. You will need a RADIUS server to perform the
+actual authentication.
 
 %description -l pl
-To jest modu³ do PAM s³u¿±cy uwierzytelnianiu u¿ytkowników w RADIUSie.
-Pozwala ka¿dej maszynie korzystaj±cej z PAMa zostaæ klientem RADIUSa w
-celach uwierzytelniania u¿ytkowników oraz zbierania statystyk logowañ
-(accounting). Niezbêdny do niego jest serwer RADIUS ¿eby móc dokonaæ
-samego uwierzytelnienia.
+To jest modu³ do PAM s³u¿±cy uwierzytelnianiu u¿ytkowników wzglêdem
+serwera RADIUS. Pozwala ka¿dej maszynie korzystaj±cej z PAM zostaæ
+klientem us³ugi RADIUS w celach uwierzytelniania u¿ytkowników oraz
+zbierania statystyk logowañ (accounting). Do dokonania samego
+uwierzytelnienia niezbêdny jest serwer RADIUS.
 
 %prep
 %setup -q -n %{modulename}-%{version}
@@ -33,9 +33,9 @@ samego uwierzytelnienia.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT/lib/security
+install -d $RPM_BUILD_ROOT%{_lib}/security
 
-install pam_radius_auth.so $RPM_BUILD_ROOT/lib/security
+install pam_radius_auth.so $RPM_BUILD_ROOT%{_lib}/security
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -43,4 +43,4 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README TODO USAGE INSTALL pam_radius_auth.conf
-%attr(755,root,root) /lib/security/pam_radius_auth.so
+%attr(755,root,root) %{_lib}/security/pam_radius_auth.so
This page took 0.148 seconds and 4 git commands to generate.