]> git.pld-linux.org Git - packages/apache1-mod_auth_pgsql.git/blobdiff - apache1-mod_auth_pgsql.spec
- merge translations from CNV.
[packages/apache1-mod_auth_pgsql.git] / apache1-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.052673 seconds and 4 git commands to generate.