forked from pool/mapserver
Accepting request 991267 from home:bmanojlovic:branches:Application:Geo
- re-enable postgresql support... OBS-URL: https://build.opensuse.org/request/show/991267 OBS-URL: https://build.opensuse.org/package/show/Application:Geo/mapserver?expand=0&rev=131
This commit is contained in:
parent
bd2c19a857
commit
dc134a0636
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Jul 26 14:54:06 UTC 2022 - Boris Manojlovic <boris@steki.net>
|
||||||
|
|
||||||
|
- re-enable postgresql support...
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 9 12:06:56 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
Wed Mar 9 12:06:56 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -71,9 +71,9 @@ BuildRequires: mysql-devel
|
|||||||
BuildRequires: openjpeg2-devel
|
BuildRequires: openjpeg2-devel
|
||||||
BuildRequires: pam
|
BuildRequires: pam
|
||||||
BuildRequires: pam-devel
|
BuildRequires: pam-devel
|
||||||
#BuildRequires: postgresql-devel >= 9.1
|
BuildRequires: postgresql-devel >= 9.1
|
||||||
%if 0%{?suse_version} >= 1500
|
%if 0%{?suse_version} >= 1500
|
||||||
#BuildRequires: postgresql-server-devel >= 9.1
|
BuildRequires: postgresql-server-devel >= 9.1
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: libprotobuf-c-devel
|
BuildRequires: libprotobuf-c-devel
|
||||||
BuildRequires: proj
|
BuildRequires: proj
|
||||||
@ -102,9 +102,10 @@ Group: System/Libraries
|
|||||||
Mapserver library for mapserver or mapscript module. you need this lib to run mapserver
|
Mapserver library for mapserver or mapscript module. you need this lib to run mapserver
|
||||||
or any of the mapscript module (php, java, python, ruby)
|
or any of the mapscript module (php, java, python, ruby)
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# We don't require apache2_mod-php8 users could have php5 running
|
# We don't require apache2_mod-php8 users could have php5 running
|
||||||
# with other modes (cgi, php-fpm, etc)
|
# with other modes (cgi, php-fpm, etc)
|
||||||
|
|
||||||
%package -n php-mapscript
|
%package -n php-mapscript
|
||||||
Summary: PHP/Mapscript map making extensions to PHP
|
Summary: PHP/Mapscript map making extensions to PHP
|
||||||
Group: Development/Libraries/Other
|
Group: Development/Libraries/Other
|
||||||
@ -142,8 +143,8 @@ Group: Development/Languages/Python
|
|||||||
BuildRequires: python3-devel
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
%endif
|
%endif
|
||||||
Requires: python3-base
|
|
||||||
Requires: %{libname} = %{version}-%{release}
|
Requires: %{libname} = %{version}-%{release}
|
||||||
|
Requires: python3-base
|
||||||
Provides: mapserver-python = %{version}-%{release}
|
Provides: mapserver-python = %{version}-%{release}
|
||||||
Obsoletes: mapserver-python < %{version}-%{release}
|
Obsoletes: mapserver-python < %{version}-%{release}
|
||||||
|
|
||||||
@ -237,7 +238,7 @@ cmake -DCMAKE_INSTALL_PREFIX=%{_prefix} \
|
|||||||
-DWITH_PERL=TRUE \
|
-DWITH_PERL=TRUE \
|
||||||
-DCUSTOM_PERL_SITE_ARCH_DIR="%{perl_vendorarch}" \
|
-DCUSTOM_PERL_SITE_ARCH_DIR="%{perl_vendorarch}" \
|
||||||
-DWITH_PHPNG=FALSE \
|
-DWITH_PHPNG=FALSE \
|
||||||
-DWITH_POSTGIS=FALSE \
|
-DWITH_POSTGIS=TRUE \
|
||||||
-DWITH_PROJ=TRUE \
|
-DWITH_PROJ=TRUE \
|
||||||
-DUSE_PROJ=TRUE \
|
-DUSE_PROJ=TRUE \
|
||||||
-DWITH_PROTOBUFC=TRUE \
|
-DWITH_PROTOBUFC=TRUE \
|
||||||
|
Loading…
Reference in New Issue
Block a user