]> git.pld-linux.org Git - packages/apache1-mod_auth_ldap.git/commitdiff
- "Prereq: apache(EAPI)" and "BuildRequires: apache(EAPI)-devel", apache-mod_auth_ldap-1_6_0-1
authorkloczek <kloczek@pld-linux.org>
Fri, 10 Aug 2001 19:24:51 +0000 (19:24 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- spec adapterized.

Changed files:
    apache1-mod_auth_ldap.spec -> 1.9

apache1-mod_auth_ldap.spec

index b4f559d7c56fd62eab715da1308794763c9fe8b2..c0e72e94bf4a9373e2001cf749f21f0b197a78f6 100644 (file)
@@ -1,7 +1,7 @@
 Summary:       This is a LDAP authentication module for Apache
+Summary(es):   Este módulo proporciona autenticación LDAP para Apache
 Summary(pl):   Modu³ autentyfikacyjny dla Apache
 Summary(pt_BR):        Este módulo provê autenticação LDAP para o Apache
-Summary(es):   Este módulo proporciona autenticación LDAP para Apache
 Name:          apache-mod_auth_ldap
 Version:       1.6.0
 Release:       1
@@ -11,31 +11,30 @@ Group(de):  Netzwerkwesen/Server
 Group(pl):     Sieciowe/Serwery
 Source0:       http://www.rudedog.org/auth_ldap/auth_ldap-%{version}.tar.gz
 Patch0:                %{name}-makefile.patch
-BuildRequires: apache
-BuildRequires: apache-devel
-BuildRequires: openldap-devel
 URL:           http://www.rudedog.org/auth_ldap/
+BuildRequires: apache(EAPI)-devel
+BuildRequires: openldap-devel
+Prereq:                apache(EAPI)
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %define                _libexecdir     %{_prefix}/lib/apache
 
-
 %description
 This is an authentication module for Apache that allows you to
 authenticate HTTP clients using user entries in an LDAP directory.
 
-%description -l pl
-W pakiecie znajduje siê modu³ do Apache, który pozwala na autentyfikacjê
-klientów HTTP przy u¿yciu LDAP.
-
-%description -l pt_BR
-Este módulo permite que você autentique clientes HTTP usando o diretório
-LDAP.
-
 %description -l es
 Este módulo permite autenticar clientes HTTP usando el directorio
 LDAP.
 
+%description -l pl
+W pakiecie znajduje siê modu³ do Apache, który pozwala na
+autentyfikacjê klientów HTTP przy u¿yciu LDAP.
+
+%description -l pt_BR
+Este módulo permite que você autentique clientes HTTP usando o
+diretório LDAP.
+
 %prep 
 %setup -q -n auth_ldap-%{version}
 %patch0 -p1
@@ -57,11 +56,11 @@ rm -rf $RPM_BUILD_ROOT
 gzip -9nf PROBLEMS
 
 %post
-%{_sbindir}/apxs -e -a -n auth_ldap %{_libexecdir}/mod_auth_ldap.so 1>&2
+/usr/sbin/apxs -e -a -n auth_ldap %{_libexecdir}/mod_auth_ldap.so 1>&2
 
 %preun
 if [ "$1" = "0" ]; then
-       %{_sbindir}/apxs -e -A -n auth_ldap %{_libexecdir}/mod_auth_ldap.so 1>&2
+       /usr/sbin/apxs -e -A -n auth_ldap %{_libexecdir}/mod_auth_ldap.so 1>&2
 fi
 
 %clean
This page took 0.298844 seconds and 4 git commands to generate.