[packages/xemacs] - unified pgsql bcond name

qboosh qboosh at pld-linux.org
Mon May 11 18:41:45 CEST 2020


commit 81144a04ee8ee77fe2eb9c433ba412eeb915f6b7
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Mon May 11 18:42:13 2020 +0200

    - unified pgsql bcond name

 xemacs.spec | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/xemacs.spec b/xemacs.spec
index e02d94c..29ab62c 100644
--- a/xemacs.spec
+++ b/xemacs.spec
@@ -1,7 +1,7 @@
 #
 # Conditional build:
 %bcond_without	pdump		# portable dumper
-%bcond_with	postgresql	# enable PostgreSQL support
+%bcond_with	pgsql		# PostgreSQL support
 %bcond_with	gtk		# GTK+ enabled version
 
 %define		ver		21.5
@@ -49,7 +49,7 @@ BuildRequires:	libjpeg-devel
 BuildRequires:	libpng-devel >= 1.0.8
 BuildRequires:	motif-devel
 BuildRequires:	ncurses-devel >= 5.0
-%{?with_postgresql:BuildRequires:	postgresql-devel >= 7.1}
+%{?with_pgsql:BuildRequires:	postgresql-devel >= 7.1}
 BuildRequires:	sed >= 4.0
 BuildRequires:	texinfo
 BuildRequires:	xorg-data-xbitmaps
@@ -220,7 +220,7 @@ export CFLAGS CPPFLAGS LDFLAGS
 	--with-package_path="~/.xemacs::%{_datadir}/%{name}-packages" \
 	--enable-mule \
 	--with-site-lisp \
-%if %{with postgreql}
+%if %{with pgsql}
 	--with-postgresql \
 %else
 	--without-postgresql \
@@ -276,7 +276,7 @@ cp lib-src/gnuserv lib-src/gnuserv-nox
 	--with-package_path="~/.xemacs::%{_datadir}/%{name}-packages" \
 	--enable-mule \
 	--with-site-lisp \
-%if %{with postgresql}
+%if %{with pgsql}
 	--with-postgresql \
 %else
 	--without-postgresql \
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/xemacs.git/commitdiff/81144a04ee8ee77fe2eb9c433ba412eeb915f6b7



More information about the pld-cvs-commit mailing list