]> git.pld-linux.org Git - packages/apache1-mod_auth_any.git/commitdiff
- pl translation, cosmetics
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 24 Jan 2002 12:00:36 +0000 (12:00 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-mod_auth_any.spec -> 1.2

apache1-mod_auth_any.spec

index 1d453341108ec7bafb4570a9803c3be52ee0aae2..b75931a9e33a769efeb7da8478347147bb95243c 100644 (file)
@@ -1,5 +1,6 @@
 %define                mod_name        auth_any
-Summary:       This is the any authentication module for Apache 
+Summary:       This is the any authentication module for Apache
+Summary(pl):   To jest modu³ dowolnej autentykacji dla Apache
 Name:          apache-mod_%{mod_name}
 Version:       1.2
 Release:       1
@@ -18,8 +19,12 @@ BuildRoot:   %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 %define                _pkglibdir      %(/usr/sbin/apxs -q LIBEXECDIR)
 
 %description
-This module allows you to use any command line program (such as webNIS) to 
-authenticate a user.
+This module allows you to use any command line program (such as
+webNIS) to authenticate a user.
+
+%description -l pl
+Ten modu³ pozwala na u¿ycie dowolnego programu dzia³aj±cego z linii
+poleceñ (jak np. webNIS) do autentykacji u¿ytkownika.
 
 %prep 
 %setup -q -n mod_%{mod_name}
@@ -32,8 +37,12 @@ rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT%{_pkglibdir}
 
 install mod_%{mod_name}.so $RPM_BUILD_ROOT%{_pkglibdir}
+
 gzip -9nf docs/*
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %post
 /usr/sbin/apxs -e -a -n %{mod_name} %{_pkglibdir}/mod_%{mod_name}.so 1>&2
 if [ -f /var/lock/subsys/httpd ]; then
@@ -48,9 +57,6 @@ if [ "$1" = "0" ]; then
        fi
 fi
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_pkglibdir}/*
This page took 0.053845 seconds and 4 git commands to generate.