]> git.pld-linux.org Git - packages/apache1-mod_auth_ldap.git/commitdiff
- BuildRequires: autoconf
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 11 Oct 2001 11:52:23 +0000 (11:52 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-mod_auth_ldap.spec -> 1.10

apache1-mod_auth_ldap.spec

index c0e72e94bf4a9373e2001cf749f21f0b197a78f6..4858675d5a96582f20579db065878582a8923d73 100644 (file)
@@ -1,6 +1,6 @@
 Summary:       This is a LDAP authentication module for Apache
 Summary(es):   Este módulo proporciona autenticación LDAP para Apache
 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(pl):   Modu³ autentykacji LDAP dla Apache
 Summary(pt_BR):        Este módulo provê autenticação LDAP para o Apache
 Name:          apache-mod_auth_ldap
 Version:       1.6.0
 Summary(pt_BR):        Este módulo provê autenticação LDAP para o Apache
 Name:          apache-mod_auth_ldap
 Version:       1.6.0
@@ -12,6 +12,7 @@ Group(pl):    Sieciowe/Serwery
 Source0:       http://www.rudedog.org/auth_ldap/auth_ldap-%{version}.tar.gz
 Patch0:                %{name}-makefile.patch
 URL:           http://www.rudedog.org/auth_ldap/
 Source0:       http://www.rudedog.org/auth_ldap/auth_ldap-%{version}.tar.gz
 Patch0:                %{name}-makefile.patch
 URL:           http://www.rudedog.org/auth_ldap/
+BuildRequires: autoconf
 BuildRequires: apache(EAPI)-devel
 BuildRequires: openldap-devel
 Prereq:                apache(EAPI)
 BuildRequires: apache(EAPI)-devel
 BuildRequires: openldap-devel
 Prereq:                apache(EAPI)
@@ -29,7 +30,7 @@ LDAP.
 
 %description -l pl
 W pakiecie znajduje siê modu³ do Apache, który pozwala na
 
 %description -l pl
 W pakiecie znajduje siê modu³ do Apache, który pozwala na
-autentyfikacjê klientów HTTP przy u¿yciu LDAP.
+autentykacjê klientów HTTP przy u¿yciu LDAP.
 
 %description -l pt_BR
 Este módulo permite que você autentique clientes HTTP usando o
 
 %description -l pt_BR
 Este módulo permite que você autentique clientes HTTP usando o
@@ -55,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
 
 gzip -9nf PROBLEMS
 
 
 gzip -9nf PROBLEMS
 
+%clean
+rm -rf $RPM_BUILD_ROOT
+
 %post
 /usr/sbin/apxs -e -a -n auth_ldap %{_libexecdir}/mod_auth_ldap.so 1>&2
 
 %post
 /usr/sbin/apxs -e -a -n auth_ldap %{_libexecdir}/mod_auth_ldap.so 1>&2
 
@@ -63,9 +67,6 @@ if [ "$1" = "0" ]; then
        /usr/sbin/apxs -e -A -n auth_ldap %{_libexecdir}/mod_auth_ldap.so 1>&2
 fi
 
        /usr/sbin/apxs -e -A -n auth_ldap %{_libexecdir}/mod_auth_ldap.so 1>&2
 fi
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(644,root,root,755)
 %doc *.html *.gz
 %files
 %defattr(644,root,root,755)
 %doc *.html *.gz
This page took 0.436938 seconds and 4 git commands to generate.