]> git.pld-linux.org Git - packages/apache-mod_auth_pgsql.git/commitdiff
- merge translations from CNV. apache-mod_auth_pgsql-0_9_10-1
authorkloczek <kloczek@pld-linux.org>
Thu, 25 Oct 2001 08:32:58 +0000 (08:32 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-mod_auth_pgsql.spec -> 1.3

apache-mod_auth_pgsql.spec

index dcf7e5e31b8109d8fa393e76171ea441d381ffca..0048de839eaa08b24917ad093f5eee2fb3d3fe3e 100644 (file)
@@ -1,5 +1,6 @@
 %define                mod_name        auth_pgsql
 Summary:       This is the PgSQL authentication module for Apache
+Summary(pt_BR):        Autenticação via PostgreSQL para o Apache
 Name:          apache-mod_%{mod_name}
 Version:       0.9.10
 Release:       1
@@ -23,13 +24,17 @@ BuildRoot:  %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 This is an authentication module for Apache that allows you to
 authenticate HTTP clients using postgresql RDBMS.
 
+%description -l pt_BR
+Com o mod_auth_pgsql você pode fazer autenticação no Apache usando o
+PostgreSQL.
+
 %prep 
 %setup -q -n "mod_%{mod_name}-%{version}"
 %patch0 -p1
 
 %build
 /usr/sbin/apxs \
-       -I /usr/include/postgresql \
+       -I %{_includedir}/postgresql \
        -l pq \
        -c mod_%{mod_name}.c \
        -o mod_%{mod_name}.so
This page took 0.238705 seconds and 4 git commands to generate.