Update to 8.0.0
This commit is contained in:
parent
7487ca2cc7
commit
9fe1f57fd6
1
.gitignore
vendored
1
.gitignore
vendored
@ -19,3 +19,4 @@
|
||||
/MapServer-7.6.2.tar.gz
|
||||
/MapServer-7.6.3.tar.gz
|
||||
/MapServer-7.6.4.tar.gz
|
||||
/MapServer-8.0.0.tar.gz
|
||||
|
@ -16,8 +16,8 @@
|
||||
|
||||
|
||||
Name: mapserver
|
||||
Version: 7.6.4
|
||||
Release: 19%{?dist}
|
||||
Version: 8.0.0
|
||||
Release: 1%{?dist}
|
||||
Summary: Environment for building spatially-enabled internet applications
|
||||
%global dashver %(echo %version | sed 's|\\.|-|g')
|
||||
|
||||
@ -25,8 +25,6 @@ License: BSD
|
||||
URL: http://www.mapserver.org
|
||||
|
||||
Source0: https://github.com/%{project_owner}/%{project_name}/archive/rel-%{dashver}/%{project_name}-%{version}.tar.gz
|
||||
# PHP8 compatibility
|
||||
Patch0: mapserver_php8.patch
|
||||
|
||||
Requires: httpd
|
||||
Requires: dejavu-sans-fonts
|
||||
@ -194,7 +192,7 @@ export CXXFLAGS="%{optflags} -fno-strict-aliasing"
|
||||
-DWITH_PERL=TRUE \
|
||||
-DCUSTOM_PERL_SITE_ARCH_DIR="%{perl_vendorarch}" \
|
||||
%if 0%{php_mapscript}
|
||||
-DWITH_PHP=TRUE \
|
||||
-DWITH_PHPNG=TRUE \
|
||||
%endif
|
||||
-DWITH_POSTGIS=TRUE \
|
||||
-DWITH_PROJ=TRUE \
|
||||
@ -246,17 +244,19 @@ extension=php_mapscript.so
|
||||
EOF
|
||||
%endif
|
||||
|
||||
|
||||
%ldconfig_scriptlets libs
|
||||
# Install sample config file as %%doc
|
||||
rm %{buildroot}%{_sysconfdir}/mapserver-sample.conf
|
||||
|
||||
|
||||
%files
|
||||
%doc README.rst
|
||||
%doc etc/mapserver-sample.conf
|
||||
%{_bindir}/coshp
|
||||
%{_bindir}/legend
|
||||
%{_bindir}/mapserv
|
||||
%{_bindir}/map2img
|
||||
%{_bindir}/msencrypt
|
||||
%{_bindir}/scalebar
|
||||
%{_bindir}/shp2img
|
||||
%{_bindir}/shptree
|
||||
%{_bindir}/shptreetst
|
||||
%{_bindir}/shptreevis
|
||||
@ -277,9 +277,9 @@ EOF
|
||||
%if 0%{php_mapscript}
|
||||
%files -n php-%{name}
|
||||
%doc mapscript/php/README
|
||||
%doc mapscript/php/examples
|
||||
%config(noreplace) %{php_inidir}/%{ini_name}
|
||||
%{php_extdir}/php_mapscript.so*
|
||||
%{php_extdir}/mapscript.php
|
||||
%{php_extdir}/php_mapscriptng.so
|
||||
%endif
|
||||
|
||||
%files perl
|
||||
@ -313,6 +313,9 @@ EOF
|
||||
|
||||
|
||||
%changelog
|
||||
* Tue Sep 13 2022 Sandro Mani <manisandro@gmail.com> - 8.0.0-1
|
||||
- Update to 8.0.0
|
||||
|
||||
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 7.6.4-19
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
||||
|
||||
|
8228
mapserver_php8.patch
8228
mapserver_php8.patch
File diff suppressed because it is too large
Load Diff
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (MapServer-7.6.4.tar.gz) = 6dbb1ecd021698eb368a1aa67f66d73406cf84911ef709ed6f44154f20065a45da91c34e5485a4f319a0ca4acfadb51b580d696af1e8534301586b247e41d951
|
||||
SHA512 (MapServer-8.0.0.tar.gz) = e5cc774baae9961e180917675775a33f0ff876ff614e6d2232a5f39b91c221ab454bddc58c03cf1cb4248dbff542ff7cbfda9e8107967760addc789958e2b7d2
|
||||
|
Loading…
Reference in New Issue
Block a user