]> git.pld-linux.org Git - packages/apache-mod_authnz_external.git/blobdiff - apache-mod_authnz_external.spec
- fix dirdep; rel 2
[packages/apache-mod_authnz_external.git] / apache-mod_authnz_external.spec
index 6305934952b6f05e5ea1640520826128a52e4580..1843d8098f59a2fe019b38ed8ad004095913f452 100644 (file)
@@ -1,24 +1,24 @@
-%define        mod_name        authnz_external
-%define apxs           /usr/sbin/apxs
+%define                mod_name        authnz_external
+%define                apxs            /usr/sbin/apxs
 Summary:       Basic authentication for the Apache Web server using arbitrary shell commands
-Summary(cs.UTF-8):   Základní autentizace pro WWW server Apache pomocí shellových příkazů
-Summary(da.UTF-8):   En autenticeringsmodul for webtjeneren Apache hvor man kan bruge vilkårlige skal-kommandoer
-Summary(de.UTF-8):   Authentifizierung für den Apache Web-Server, der arbiträre Shell-Befehle verwendet
-Summary(fr.UTF-8):   Authentification de base pour le serveur Web Apache utilisant des commandes shell arbitraires
-Summary(it.UTF-8):   Autenticazione di base per il server Web Apache mediante comandi arbitrari della shell
-Summary(nb.UTF-8):   En autentiseringsmodul for webtjeneren Apache der en kan bruke skall-kommandoer
-Summary(pl.UTF-8):   Podstawowy moduł uwierzytelnienia dla Apache, używający poleceń powłoki
-Summary(pt.UTF-8):   Um módulo de autenticação de LDAP para o servidor Web Apache
-Summary(sl.UTF-8):   Osnovna avtentikacija za spletni strežnik Apache, z uporabo poljubnih lupinskih ukazov
-Summary(sv.UTF-8):   Grundläggande autentisering för webbservern Apache med valfria skalkommandon
+Summary(cs.UTF-8):     Základní autentizace pro WWW server Apache pomocí shellových příkazů
+Summary(da.UTF-8):     En autenticeringsmodul for webtjeneren Apache hvor man kan bruge vilkårlige skal-kommandoer
+Summary(de.UTF-8):     Authentifizierung für den Apache Web-Server, der arbiträre Shell-Befehle verwendet
+Summary(fr.UTF-8):     Authentification de base pour le serveur Web Apache utilisant des commandes shell arbitraires
+Summary(it.UTF-8):     Autenticazione di base per il server Web Apache mediante comandi arbitrari della shell
+Summary(nb.UTF-8):     En autentiseringsmodul for webtjeneren Apache der en kan bruke skall-kommandoer
+Summary(pl.UTF-8):     Podstawowy moduł uwierzytelnienia dla Apache, używający poleceń powłoki
+Summary(pt.UTF-8):     Um módulo de autenticação de LDAP para o servidor Web Apache
+Summary(sl.UTF-8):     Osnovna avtentikacija za spletni strežnik Apache, z uporabo poljubnih lupinskih ukazov
+Summary(sv.UTF-8):     Grundläggande autentisering för webbservern Apache med valfria skalkommandon
 Name:          apache-mod_%{mod_name}
-Version:       3.1.0
-Release:       1
+Version:       3.2.5
+Release:       2
 License:       BSD
-Group:         Networking/Daemons
-Source0:       http://unixpapa.com/software/mod_%{mod_name}-%{version}.tar.gz
-# Source0-md5: 5051bffe6a3992336f4a9f84430a58d2
-URL:           http://unixpapa.com/mod_auth_external.html
+Group:         Networking/Daemons/HTTP
+Source0:       http://mod-auth-external.googlecode.com/files/mod_%{mod_name}-%{version}.tar.gz
+# Source0-md5: ff1e12ac8b5fc72296334865e74805e0
+URL:           http://code.google.com/p/mod-auth-external/
 BuildRequires: %{apxs}
 BuildRequires: apache-devel >= 2.2
 BuildRequires: rpmbuild(macros) >= 1.268
@@ -26,7 +26,7 @@ Requires:     apache(modules-api) = %apache_modules_api
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _pkglibdir      %(%{apxs} -q LIBEXECDIR 2>/dev/null)
-%define                _sysconfdir     %(%{apxs} -q SYSCONFDIR 2>/dev/null)
+%define                _sysconfdir     %(%{apxs} -q SYSCONFDIR 2>/dev/null)/conf.d
 
 %description
 This module allows you to use any command line program to authenticate
@@ -79,11 +79,11 @@ från ett godtyckligt angivet kommando.
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT{%{_pkglibdir},%{_sysconfdir}/httpd.conf}
+install -d $RPM_BUILD_ROOT{%{_pkglibdir},%{_sysconfdir}}
 
-install .libs/mod_%{mod_name}.so $RPM_BUILD_ROOT%{_pkglibdir}
+install -p .libs/mod_%{mod_name}.so $RPM_BUILD_ROOT%{_pkglibdir}
 echo 'LoadModule %{mod_name}_module modules/mod_%{mod_name}.so' > \
-       $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf/90_mod_%{mod_name}.conf
+       $RPM_BUILD_ROOT%{_sysconfdir}/90_mod_%{mod_name}.conf
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -99,5 +99,5 @@ fi
 %files
 %defattr(644,root,root,755)
 %doc TODO AUTHENTICATORS CHANGES README INSTALL test mysql
-%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/httpd.conf/*_mod_%{mod_name}.conf
+%attr(640,root,root) %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/*_mod_%{mod_name}.conf
 %attr(755,root,root) %{_pkglibdir}/*.so
This page took 0.036593 seconds and 4 git commands to generate.