X-Git-Url: https://git.pld-linux.org/?a=blobdiff_plain;f=apache-mod_auth_pam.spec;h=5972ab57999aa5a39cfb961ed1d7f442bde145c8;hb=6e0c0405a339f764d1a7511d4c2cab002528c287;hp=0f5f180471298f2b6d2f08c02979ef684a01920a;hpb=c9c023287d341e35db7c0cb25b341f6c4b3038f4;p=packages%2Fapache-mod_auth_pam.git diff --git a/apache-mod_auth_pam.spec b/apache-mod_auth_pam.spec index 0f5f180..5972ab5 100644 --- a/apache-mod_auth_pam.spec +++ b/apache-mod_auth_pam.spec @@ -1,24 +1,23 @@ %define mod_name auth_pam %define apxs /usr/sbin/apxs Summary: This is the PAM authentication module for Apache -Summary(es): Este módulo proporciona autenticación PAM para Apache -Summary(pl): Modu³ uwierzytelnienia PAM dla Apache -Summary(pt_BR): Este módulo provê autenticação PAM para o Apache -Name: apache-mod_%{mod_name} +Summary(es.UTF-8): Este módulo proporciona autenticación PAM para Apache +Summary(pl.UTF-8): Moduł uwierzytelnienia PAM dla Apache +Summary(pt_BR.UTF-8): Este módulo provê autenticação PAM para o Apache +Name: apache-mod_auth_pam Version: 1.1.1 Release: 1 Epoch: 1 License: GPL Group: Networking/Daemons -Source0: http://pam.sourceforge.net/mod_%{mod_name}/dist/mod_%{mod_name}-2.0-%{version}.tar.gz +Source0: http://pam.sourceforge.net/mod_auth_pam/dist/mod_%{mod_name}-2.0-%{version}.tar.gz # Source0-md5: ab873520ddd2fee7d480dfd53e464e0a -Source1: apache-mod_auth_pam.conf +Source1: %{name}.conf URL: http://pam.sourceforge.net/mod_auth_pam/ -BuildRequires: %{apxs} +BuildRequires: apache-apxs >= 2.0 BuildRequires: apache-devel >= 2.0 BuildRequires: pam-devel BuildRequires: rpmbuild(macros) >= 1.268 -Requires: apache >= 2.0 Requires: apache(modules-api) = %apache_modules_api BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) @@ -29,16 +28,16 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) This is an authentication module for Apache that allows you to authenticate HTTP clients using PAM (pluggable authentication module). -%description -l es -Este módulo permite autenticar clientes HTTP usando el directorio PAM. +%description -l es.UTF-8 +Este módulo permite autenticar clientes HTTP usando el directorio PAM. -%description -l pl -To jest modu³ uwierzytelnienia dla Apache pozwalaj±cy na -uwierzytelnianie klientów HTTP przez PAM. +%description -l pl.UTF-8 +To jest moduł uwierzytelnienia dla Apache pozwalający na +uwierzytelnianie klientów HTTP przez PAM. -%description -l pt_BR -Este módulo permite que você autentique clientes HTTP usando o -diretório PAM. +%description -l pt_BR.UTF-8 +Este módulo permite que você autentique clientes HTTP usando o +diretório PAM. %prep %setup -q -n mod_%{mod_name}