[packages/anubis] - unified pgsql bcond name

qboosh qboosh at pld-linux.org
Mon May 11 18:04:00 CEST 2020


commit 4a16b6c3d1bbe22c8f9855b4596f79048efeb173
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Mon May 11 18:04:29 2020 +0200

    - unified pgsql bcond name

 anubis.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/anubis.spec b/anubis.spec
index 80dfb82..a9f3a4e 100644
--- a/anubis.spec
+++ b/anubis.spec
@@ -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
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/anubis.git/commitdiff/4a16b6c3d1bbe22c8f9855b4596f79048efeb173



More information about the pld-cvs-commit mailing list