forked from pool/mapserver
This commit is contained in:
parent
77a2707f01
commit
958533df4c
@ -103,9 +103,6 @@ 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
|
|
||||||
# with other modes (cgi, php-fpm, etc)
|
|
||||||
|
|
||||||
%package -n php-mapscriptng
|
%package -n php-mapscriptng
|
||||||
Summary: PHP/MapscriptNG map making extensions to PHP
|
Summary: PHP/MapscriptNG map making extensions to PHP
|
||||||
Group: Development/Libraries/Other
|
Group: Development/Libraries/Other
|
||||||
@ -117,6 +114,8 @@ BuildRequires: php-devel
|
|||||||
%endif
|
%endif
|
||||||
Requires: php
|
Requires: php
|
||||||
Requires: php-gd
|
Requires: php-gd
|
||||||
|
# We don't require apache2_mod-php8 users could have php5 running
|
||||||
|
# with other modes (cgi, php-fpm, etc)
|
||||||
|
|
||||||
%description -n php-mapscriptng
|
%description -n php-mapscriptng
|
||||||
The PHP/Mapscript extension provides full map customization capabilities within the PHP scripting language.
|
The PHP/Mapscript extension provides full map customization capabilities within the PHP scripting language.
|
||||||
|
Loading…
Reference in New Issue
Block a user