forked from pool/mapserver
* Added FCGI-Support
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/mapserver?expand=0&rev=51
This commit is contained in:
parent
5d4d7f8e25
commit
9214a3666c
@ -10,6 +10,7 @@ Packager: Stephan Holl <stephan.holl@intevation.de>
|
|||||||
Requires: php
|
Requires: php
|
||||||
Requires: postgresql
|
Requires: postgresql
|
||||||
Requires: mysql
|
Requires: mysql
|
||||||
|
Requires: fastcgi
|
||||||
#Requires: python
|
#Requires: python
|
||||||
Requires: apache2
|
Requires: apache2
|
||||||
%if 0%{?suse_version} != 1010
|
%if 0%{?suse_version} != 1010
|
||||||
@ -25,6 +26,7 @@ BuildRequires: libgdal-devel
|
|||||||
BuildRequires: readline-devel
|
BuildRequires: readline-devel
|
||||||
BuildRequires: freetype2-devel
|
BuildRequires: freetype2-devel
|
||||||
BuildRequires: gd-devel >= 2.0.16
|
BuildRequires: gd-devel >= 2.0.16
|
||||||
|
BuildRequires: fastcgi-devel
|
||||||
#BuildRequires: python-devel
|
#BuildRequires: python-devel
|
||||||
%if 0%{?suse_version} >= 1030
|
%if 0%{?suse_version} >= 1030
|
||||||
BuildRequires: libcurl-devel
|
BuildRequires: libcurl-devel
|
||||||
@ -146,6 +148,7 @@ chmod -x mapscript/php3/README.WIN32
|
|||||||
--with-xml2-config=%{_bindir}/xml2-config \
|
--with-xml2-config=%{_bindir}/xml2-config \
|
||||||
--with-php=`php-config --include-dir` \
|
--with-php=`php-config --include-dir` \
|
||||||
--with-httpd=/usr/sbin/httpd2 \
|
--with-httpd=/usr/sbin/httpd2 \
|
||||||
|
--with-fastcgi \
|
||||||
--without-pdf \
|
--without-pdf \
|
||||||
--without-eppl \
|
--without-eppl \
|
||||||
--with-threads \
|
--with-threads \
|
||||||
@ -286,6 +289,7 @@ rm -rf %{buildroot}
|
|||||||
* Wed Oct 13 2010 Stephan Holl <stephan.holl@intevation.de> 5.6.5
|
* Wed Oct 13 2010 Stephan Holl <stephan.holl@intevation.de> 5.6.5
|
||||||
- added a patch to hide layers from GetCapabilitites-Output. Use
|
- added a patch to hide layers from GetCapabilitites-Output. Use
|
||||||
Metadataentry 'OWS_HIDDEN_LAYER' 'true' inside your layer
|
Metadataentry 'OWS_HIDDEN_LAYER' 'true' inside your layer
|
||||||
|
- added Fastcgi-Support
|
||||||
* Tue Aug 10 2010 Stephan Holl <stephan.holl@intevation.de> 5.6.5
|
* Tue Aug 10 2010 Stephan Holl <stephan.holl@intevation.de> 5.6.5
|
||||||
- updated to new upstream version of mapserver 5.6.5(see
|
- updated to new upstream version of mapserver 5.6.5(see
|
||||||
http://trac.osgeo.org/mapserver/browser/tags/rel-5-6-5/mapserver/HISTORY.TXT
|
http://trac.osgeo.org/mapserver/browser/tags/rel-5-6-5/mapserver/HISTORY.TXT
|
||||||
|
Loading…
Reference in New Issue
Block a user