]> git.pld-linux.org Git - packages/apache-mod_auth_pgsql.git/blobdiff - apache-mod_auth_pgsql.spec
- deps for apr1-based apache
[packages/apache-mod_auth_pgsql.git] / apache-mod_auth_pgsql.spec
index 68cc91b9d3fbcd70f2412e8fdb3426b263b67371..882fd9a97396de7ab5b8465489369071b6aec3d1 100644 (file)
 %define                mod_name        auth_pgsql
-Summary:       This is the PgSQL authentication module for Apache
+%define        apxs            /usr/sbin/apxs
+Summary:       This is the PostgreSQL authentication module for Apache
+Summary(cs):   Základní autentizace pro WWW server Apache pomocí PostgreSQL
+Summary(da):   Autenticering for webtjeneren Apache fra en PostgreSQL-database
+Summary(de):   Authentifizierung für den Apache Web-Server, der eine PostgreSQL-Datenbank verwendet
+Summary(es):   Autenticación vía PostgreSQL para Apache
+Summary(fr):   Authentification de base pour le serveur Web Apache utilisant une base de données PostgreSQL
+Summary(it):   Autenticazione di base per il server web Apache mediante un database PostgreSQL
+Summary(ja):   PostgreSQL ¥Ç¡¼¥¿¥Ù¡¼¥¹¤ò»È¤Ã¤¿ Apache Web ¥µ¡¼¥Ð¡¼¤Ø¤Î´ðËÜǧ¾Ú
+Summary(nb):   Autentisering for webtjeneren Apache fra en PostgreSQL-database
+Summary(pl):   Modu³ uwierzytelnienia PostgreSQL dla Apache
+Summary(pt_BR):        Autenticação via PostgreSQL para o Apache
+Summary(sv):   Grundläggande autenticering till webbservern Apache med en PostgreSQL-databas
 Name:          apache-mod_%{mod_name}
-Version:       0.9.10
-Release:       1
+Version:       2.0.2
+%define        _beta   b1
+Release:       0.%{_beta}.1
 License:       GPL
 Group:         Networking/Daemons
-Group(de):     Netzwerkwesen/Server
-Group(pl):     Sieciowe/Serwery
-Source0:       http://www.giuseppetanzilli.it/mod_%{mod_name}/dist/mod_%{mod_name}-%{version}.tar.gz
-Patch0:                %{name}-version.patch
+Source0:       http://www.giuseppetanzilli.it/mod_auth_pgsql2/dist/mod_%{mod_name}-%{version}%{_beta}.tar.gz
+# Source0-md5: 8216fde4597c288537ff4fec508a4b41
+Source1:       apache-mod_auth_pgsql.conf
+Patch0:                apache-mod_auth_pgsql.patch
+URL:           http://www.giuseppetanzilli.it/mod_auth_pgsql2/
+BuildRequires: %{apxs}
+BuildRequires: apache-devel >= 2.0.52-2
 BuildRequires: postgresql-devel
-BuildRequires: /usr/sbin/apxs
-BuildRequires: apache(EAPI)-devel
-Prereq:                /usr/sbin/apxs
-Requires:      apache(EAPI)
-URL:           http://www.giuseppetanzilli.it/mod_auth_pgsql/
+Requires:      apache >= 2.0.52-2
+Obsoletes:     mod_auth_pgsql
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
-%define                _pkglibdir      %(/usr/sbin/apxs -q LIBEXECDIR)
+%define                _sysconfdir     %(%{apxs} -q SYSCONFDIR)
+%define                _pkglibdir      %(%{apxs} -q LIBEXECDIR)
 
 %description
 This is an authentication module for Apache that allows you to
-authenticate HTTP clients using postgresql RDBMS.
+authenticate HTTP clients using PostgreSQL RDBMS.
 
-%prep 
-%setup -q -n "mod_%{mod_name}-%{version}"
+%description -l cs
+Balíèek mod_auth_pgsql slou¾í pro omezení pøístupu k dokumentùm, které
+poskytuje WWW server Apache. Jména a hesla jsou ulo¾ena v databázi
+PostgreSQL.
+
+%description -l de
+Mod_auth_pgsql kann verwendet werden, um den Zugriff auf von einem
+Web- Server bediente Dokumente zu beschränken, indem es die Felder in
+einer Tabelle in einer PostgresQL-Datenbank prüft.
+
+%description -l es
+Mod_auth_pgsql puede usarse para limitar el acceso a documentos
+servidos desde un servidor web verificando datos en una base de datos
+PostgreSQL.
+
+%description -l fr
+mod_auth_pgsql peut être utilisé pour limiter l'accès à des documents
+servis par un serveur Web en vérifiant des champs dans une table d'une
+base de données PostgresQL.
+
+%description -l it
+Mod_auth_pgsql può essere usato per limitare l'accesso a documenti
+serviti da un server Web controllando i campi di una tabella in un
+database PostgresQL.
+
+%description -l ja
+Mod_auth_pgsql ¤Ï¡¢PostgresQL ¥Ç¡¼¥¿¥Ù¡¼¥¹¤Î¥Æ¡¼¥Ö¥ë¤ÎÃæ¤Î¥Õ¥£¡¼¥ë¥É¤ò
+¥Á¥§¥Ã¥¯¤¹¤ë¤³¤È¤Ë¤è¤Ã¤Æ¡¢Web ¥µ¡¼¥Ð¡¼¤¬Ä󶡤¹¤ëʸ½ñ¤Ø¤Î¥¢¥¯¥»¥¹¤ò
+À©¸Â¤Ç¤­¤Þ¤¹¡£
+
+%description -l pl
+To jest modu³ uwierzytelnienia dla Apache pozwalaj±cy na
+uwierzytelnianie 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.
+
+%description -l sv
+Mod_auth_pgsql kan användas för att begränsa åtkomsten till dokument
+servade av en webbserver genom att kontrollera data i en
+PostgreSQL-databas.
+
+%prep
+%setup -q -n mod_%{mod_name}-%{version}%{_beta}
 %patch0 -p1
 
 %build
-/usr/sbin/apxs \
-       -I /usr/include/postgresql \
-       -l pq \
+%{apxs} \
+       -I%{_includedir}/postgresql \
+       -lpq \
        -c mod_%{mod_name}.c \
-       -o mod_%{mod_name}.so
+       -o mod_%{mod_name}.so \
+       -Wl,-shared
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_pkglibdir}
+install -d $RPM_BUILD_ROOT{%{_pkglibdir},%{_sysconfdir}/httpd.conf/}
 
 install mod_%{mod_name}.so $RPM_BUILD_ROOT%{_pkglibdir}
+install %{SOURCE1} $RPM_BUILD_ROOT/%{_sysconfdir}/httpd.conf/52_mod_auth_pgsql.conf
+
+%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
        /etc/rc.d/init.d/httpd restart 1>&2
 fi
 
 %preun
 if [ "$1" = "0" ]; then
-       /usr/sbin/apxs -e -A -n auth_pgsql %{_pkglibdir}/mod_%{mod_name}.so 1>&2
        if [ -f /var/lock/subsys/httpd ]; then
                /etc/rc.d/init.d/httpd restart 1>&2
        fi
 fi
 
-%clean
-rm -rf $RPM_BUILD_ROOT
-
 %files
 %defattr(644,root,root,755)
+%doc *.html
+%attr(640,root,root) %config(noreplace) %verify(not size mtime md5) %{_sysconfdir}/httpd.conf/*_mod_auth_pgsql.conf
 %attr(755,root,root) %{_pkglibdir}/*
This page took 0.117618 seconds and 4 git commands to generate.