]> git.pld-linux.org Git - packages/apache-mod_auth_pam.git/blobdiff - apache-mod_auth_pam.spec
- BR s@%{apxs}@apache-apxs@g
[packages/apache-mod_auth_pam.git] / apache-mod_auth_pam.spec
index 2a21061deccc7275440ae957f6c2e970e85687f9..5972ab57999aa5a39cfb961ed1d7f442bde145c8 100644 (file)
@@ -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}
@@ -61,7 +60,7 @@ rm -rf $RPM_BUILD_ROOT
 %post
 %service -q httpd restart
 
-%preun
+%postun
 if [ "$1" = "0" ]; then
        %service -q httpd restart
 fi
This page took 0.039012 seconds and 4 git commands to generate.