From: Jakub Bogusz Date: Wed, 31 Oct 2001 14:10:04 +0000 (+0000) Subject: - pl translations X-Git-Tag: apache-mod_auth_pgsql-0_9_11-1~2 X-Git-Url: http://git.pld-linux.org/cgi-bin/gitweb.cgi?p=packages%2Fapache-mod_auth_pgsql.git;a=commitdiff_plain;h=447614706aa72129fdeba90ae3f18afb17c55204 - pl translations Changed files: apache-mod_auth_pgsql.spec -> 1.4 --- diff --git a/apache-mod_auth_pgsql.spec b/apache-mod_auth_pgsql.spec index 0048de8..c01c62a 100644 --- a/apache-mod_auth_pgsql.spec +++ b/apache-mod_auth_pgsql.spec @@ -1,5 +1,6 @@ %define mod_name auth_pgsql Summary: This is the PgSQL authentication module for Apache +Summary(pl): Modu³ autentykacji PgSQL dla Apache Summary(pt_BR): Autenticação via PostgreSQL para o Apache Name: apache-mod_%{mod_name} Version: 0.9.10 @@ -24,6 +25,10 @@ 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 pl +To jest modu³ autentykacji dla Apache pozwalaj±cy na autentykacjê +klientów HTTP z u¿yciem bazy danych postgresql. + %description -l pt_BR Com o mod_auth_pgsql você pode fazer autenticação no Apache usando o PostgreSQL. @@ -45,6 +50,9 @@ install -d $RPM_BUILD_ROOT%{_pkglibdir} install mod_%{mod_name}.so $RPM_BUILD_ROOT%{_pkglibdir} +%clean +rm -rf $RPM_BUILD_ROOT + %post /usr/sbin/apxs -e -a -n auth_pgsql %{_pkglibdir}/mod_%{mod_name}.so 1>&2 if [ -f /var/lock/subsys/httpd ]; then @@ -59,9 +67,6 @@ if [ "$1" = "0" ]; then fi fi -%clean -rm -rf $RPM_BUILD_ROOT - %files %defattr(644,root,root,755) %doc *.html