From 7b3a93d965bdfc6fffdfd84ed3ba509c58798f0c Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Thu, 24 Jan 2002 12:00:36 +0000 Subject: [PATCH] - pl translation, cosmetics Changed files: apache-mod_auth_any.spec -> 1.2 --- apache-mod_auth_any.spec | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/apache-mod_auth_any.spec b/apache-mod_auth_any.spec index 1d45334..b75931a 100644 --- a/apache-mod_auth_any.spec +++ b/apache-mod_auth_any.spec @@ -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}/* -- 2.44.0