forked from pool/mapserver
fix build
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/mapserver?expand=0&rev=140
This commit is contained in:
parent
78be46446b
commit
dd3e72f74b
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bb7ee625eb6fdce9bd9851f83664442845d70d041e449449e88ac855e97d773c
|
||||
size 2945524
|
3
mapserver-8.0.1.tar.gz
Normal file
3
mapserver-8.0.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:79d23595ef95d61d3d728ae5e60850a3dbfbf58a46953b4fdc8e6e0ffe5748ba
|
||||
size 2950164
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Sep 13 16:21:02 UTC 2023 - Dirk Stoecker <opensuse@dstoecker.de>
|
||||
|
||||
- update to 8.0.1 Many changes, see
|
||||
https://www.mapserver.org/development/changelog/changelog-8-0.html
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Nov 5 22:40:24 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
@ -41,7 +47,6 @@ Wed Mar 9 12:06:56 UTC 2022 - Jan Engelhardt <jengelh@inai.de>
|
||||
-------------------------------------------------------------------
|
||||
Thu Nov 11 16:38:03 UTC 2021 - Boris Manojlovic <boris@steki.net>
|
||||
|
||||
|
||||
- update to release 7.6.4
|
||||
* PostGIS: fix ST_Intersects() with collections with PostGIS < 2.5.
|
||||
Fixes https://github.com/MapServer/MapServer/pull/6355#issuecomment-877290417 (Even Rouault) : 3e42e35
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package mapserver
|
||||
#
|
||||
# Copyright (c) 2022 SUSE LLC
|
||||
# Copyright (c) 2023 SUSE LLC
|
||||
# Copyright (c) 2014 Ioda-Net Sàrl, Charmoille, Switzerland. Bruno Friedmann (tigerfoot)
|
||||
# Copyright (c) 2015 Angelos Tzotsos (kalxas)
|
||||
#
|
||||
@ -32,7 +32,7 @@
|
||||
%endif
|
||||
|
||||
Name: mapserver
|
||||
Version: 8.0.0
|
||||
Version: 8.0.1
|
||||
Release: 0
|
||||
Summary: Environment for building spatially-enabled internet applications
|
||||
License: MIT
|
||||
@ -75,7 +75,6 @@ BuildRequires: postgresql-server-devel >= 9.1
|
||||
BuildRequires: libprotobuf-c-devel
|
||||
BuildRequires: php8-devel
|
||||
BuildRequires: proj
|
||||
BuildRequires: protobuf-c
|
||||
BuildRequires: readline-devel
|
||||
BuildRequires: rpm
|
||||
%if 0%{with php}
|
||||
@ -107,6 +106,8 @@ or any of the mapscript module (php, java, python, ruby)
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
# We don't require apache2_mod-php8 users could have php5 running
|
||||
# with other modes (cgi, php-fpm, etc)
|
||||
|
||||
@ -339,10 +340,8 @@ mv -v "%buildroot/%python3_sitelib"/* "%buildroot/%python3_sitearch/"
|
||||
%postun -n %{libname} -p /sbin/ldconfig
|
||||
|
||||
%files
|
||||
%doc README.rst HISTORY.TXT mapserver.conf
|
||||
%doc MIGRATION_GUIDE.txt
|
||||
%doc symbols tests
|
||||
%doc fonts
|
||||
%doc README.md HISTORY.md MIGRATION_GUIDE.md mapserver.conf
|
||||
%doc symbols tests fonts
|
||||
%{_bindir}/coshp
|
||||
%{_bindir}/map2img
|
||||
%{_bindir}/shptree
|
||||
|
Loading…
Reference in New Issue
Block a user