From 595f211fa3184178308ea0c70b59794005e0dc31 Mon Sep 17 00:00:00 2001 From: kloczek Date: Fri, 10 Aug 2001 19:24:51 +0000 Subject: [PATCH] - "Prereq: apache(EAPI)" and "BuildRequires: apache(EAPI)-devel", - spec adapterized. Changed files: apache1-mod_auth_ldap.spec -> 1.9 --- apache1-mod_auth_ldap.spec | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) diff --git a/apache1-mod_auth_ldap.spec b/apache1-mod_auth_ldap.spec index b4f559d..c0e72e9 100644 --- a/apache1-mod_auth_ldap.spec +++ b/apache1-mod_auth_ldap.spec @@ -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 -- 2.44.0