forked from pool/mapserver
added new beta-build-parameters
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/mapserver?expand=0&rev=61
This commit is contained in:
parent
246cf3456f
commit
8b1b44d1e4
3
mapserver-6.0.0-beta1.tar.gz
Normal file
3
mapserver-6.0.0-beta1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:645981350db1a82e8048c6b894b2b7b0feaf179eac029e6a4a516c549ca13400
|
||||
size 2439764
|
@ -1,5 +1,5 @@
|
||||
Name: mapserver
|
||||
Version: 5.6.6
|
||||
Version: 6.0.0-beta1
|
||||
Release: 1
|
||||
License: BSD
|
||||
Group: Applications/GIS
|
||||
@ -11,6 +11,7 @@ Requires: php
|
||||
Requires: postgresql
|
||||
Requires: mysql
|
||||
Requires: FastCGI
|
||||
Requires: libexpat
|
||||
Requires: python
|
||||
Requires: apache2
|
||||
%if 0%{?suse_version} != 1010
|
||||
@ -19,6 +20,7 @@ BuildRequires: xorg-x11-libXpm-devel
|
||||
BuildRequires: rpm, gcc, gcc-c++, pam
|
||||
BuildRequires: pam-devel
|
||||
BuildRequires: postgresql-devel
|
||||
BuildRequires: libexpat-devel
|
||||
BuildRequires: mysql-devel
|
||||
BuildRequires: libgeos-devel
|
||||
BuildRequires: libproj-devel
|
||||
@ -59,8 +61,8 @@ BuildRequires: krb5-devel
|
||||
BuildRequires: libgcj-devel
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
Patch0: mapserver-5.4.1_buildchecks.patch
|
||||
Patch1: hidden_layer.patch
|
||||
Patch2: bug3525_verbose_output.patch
|
||||
#Patch1: hidden_layer.patch
|
||||
#Patch2: bug3525_verbose_output.patch
|
||||
|
||||
%define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")
|
||||
%define _cgibindir /srv/www/cgi-bin
|
||||
@ -111,8 +113,8 @@ within the Java programming language.
|
||||
%prep
|
||||
%setup -q
|
||||
%patch0 -p1
|
||||
%patch1 -p1
|
||||
%patch2 -p1
|
||||
#%patch1 -p1
|
||||
#%patch2 -p1
|
||||
|
||||
# fix spurious perm bits
|
||||
chmod -x tests/home.png
|
||||
@ -151,7 +153,9 @@ chmod -x mapscript/php3/README.WIN32
|
||||
--with-php=`php-config --include-dir` \
|
||||
--with-httpd=/usr/sbin/httpd2 \
|
||||
--with-fastcgi=/usr \
|
||||
--with-experimental-png \
|
||||
--with-agg-svg-symbols=yes \
|
||||
--with-expat \
|
||||
--with-kml=yes \
|
||||
--without-pdf \
|
||||
--without-eppl \
|
||||
--with-threads \
|
||||
@ -283,6 +287,8 @@ rm -rf %{buildroot}
|
||||
%{_javadir}/*.jar
|
||||
|
||||
%changelog
|
||||
* Fri Mar 11 2011 Stephan Holl <stephan.holl@intevation.de> 6.0.0-beta1
|
||||
- updated with new upstream release 6.0.0-beta1
|
||||
* Sun Feb 27 2011 Angelos Tzotsos <tzotsos@opensuse.org> 5.6.6
|
||||
- fixed python package
|
||||
* Mon Jan 24 2011 Stephan Holl <stephan.holl@intevation.de> 5.6.6
|
||||
|
Loading…
Reference in New Issue
Block a user