]> git.pld-linux.org Git - packages/anubis.git/commitdiff
- unified pgsql bcond name
authorJakub Bogusz <qboosh@pld-linux.org>
Mon, 11 May 2020 16:04:29 +0000 (18:04 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Mon, 11 May 2020 16:04:29 +0000 (18:04 +0200)
anubis.spec

index 80dfb827748b09e8c3af9e56ab19463c257dd768..a9f3a4e618fb244c0f84e1433b8ac56b0aadbbd7 100644 (file)
@@ -6,7 +6,7 @@
 %bcond_without pcre            # disable using pcre library
 %bcond_without tcp_wrappers    # disable using tcp_wrappers for access control
 %bcond_with    mysql           # enable MySQL support
-%bcond_with    postgres        # enable PostgreSQL support
+%bcond_with    pgsql           # enable PostgreSQL support
 #
 Summary:       An outgoing mail processor, and the SMTP tunnel
 Summary(pl.UTF-8):     Procesor wychodzÄ…cej poczty i tunel SMTP
@@ -37,7 +37,7 @@ BuildRequires:        guile-devel >= 5:1.8.0
 %{!?with_gnutls:BuildRequires: openssl-devel >= 0.9.7d}
 %{?with_pam:BuildRequires:     pam-devel}
 BuildRequires: pcre-devel
-%{?with_postgres:BuildRequires:        postgres-devel}
+%{?with_pgsql:BuildRequires:   postgresql-devel}
 BuildRequires: rpm-perlprov
 BuildRequires: rpmbuild(macros) >= 1.268
 BuildRequires: texinfo
@@ -125,7 +125,7 @@ rm -f po/stamp-po
 %{?with_pcre:          --with-pcre} \
 %{!?with_gpgme:                --without-gpgme} \
 %{?with_mysql:         --with-mysql} \
-%{?with_postgres:      --with-postgres} \
+%{?with_pgsql:         --with-postgres} \
 %{?with_tcp_wrappers:  --with-tcp-wrappers} \
        --disable-dependency-tracking
 
This page took 0.097432 seconds and 4 git commands to generate.