1
0
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:
Bjoern Schilberg 2011-03-11 08:38:18 +00:00 committed by Git OBS Bridge
parent 246cf3456f
commit 8b1b44d1e4
2 changed files with 15 additions and 6 deletions

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:645981350db1a82e8048c6b894b2b7b0feaf179eac029e6a4a516c549ca13400
size 2439764

View File

@ -1,5 +1,5 @@
Name: mapserver Name: mapserver
Version: 5.6.6 Version: 6.0.0-beta1
Release: 1 Release: 1
License: BSD License: BSD
Group: Applications/GIS Group: Applications/GIS
@ -11,6 +11,7 @@ Requires: php
Requires: postgresql Requires: postgresql
Requires: mysql Requires: mysql
Requires: FastCGI Requires: FastCGI
Requires: libexpat
Requires: python Requires: python
Requires: apache2 Requires: apache2
%if 0%{?suse_version} != 1010 %if 0%{?suse_version} != 1010
@ -19,6 +20,7 @@ BuildRequires: xorg-x11-libXpm-devel
BuildRequires: rpm, gcc, gcc-c++, pam BuildRequires: rpm, gcc, gcc-c++, pam
BuildRequires: pam-devel BuildRequires: pam-devel
BuildRequires: postgresql-devel BuildRequires: postgresql-devel
BuildRequires: libexpat-devel
BuildRequires: mysql-devel BuildRequires: mysql-devel
BuildRequires: libgeos-devel BuildRequires: libgeos-devel
BuildRequires: libproj-devel BuildRequires: libproj-devel
@ -59,8 +61,8 @@ BuildRequires: krb5-devel
BuildRequires: libgcj-devel BuildRequires: libgcj-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
Patch0: mapserver-5.4.1_buildchecks.patch Patch0: mapserver-5.4.1_buildchecks.patch
Patch1: hidden_layer.patch #Patch1: hidden_layer.patch
Patch2: bug3525_verbose_output.patch #Patch2: bug3525_verbose_output.patch
%define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)") %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")
%define _cgibindir /srv/www/cgi-bin %define _cgibindir /srv/www/cgi-bin
@ -111,8 +113,8 @@ within the Java programming language.
%prep %prep
%setup -q %setup -q
%patch0 -p1 %patch0 -p1
%patch1 -p1 #%patch1 -p1
%patch2 -p1 #%patch2 -p1
# fix spurious perm bits # fix spurious perm bits
chmod -x tests/home.png chmod -x tests/home.png
@ -151,7 +153,9 @@ chmod -x mapscript/php3/README.WIN32
--with-php=`php-config --include-dir` \ --with-php=`php-config --include-dir` \
--with-httpd=/usr/sbin/httpd2 \ --with-httpd=/usr/sbin/httpd2 \
--with-fastcgi=/usr \ --with-fastcgi=/usr \
--with-experimental-png \ --with-agg-svg-symbols=yes \
--with-expat \
--with-kml=yes \
--without-pdf \ --without-pdf \
--without-eppl \ --without-eppl \
--with-threads \ --with-threads \
@ -283,6 +287,8 @@ rm -rf %{buildroot}
%{_javadir}/*.jar %{_javadir}/*.jar
%changelog %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 * Sun Feb 27 2011 Angelos Tzotsos <tzotsos@opensuse.org> 5.6.6
- fixed python package - fixed python package
* Mon Jan 24 2011 Stephan Holl <stephan.holl@intevation.de> 5.6.6 * Mon Jan 24 2011 Stephan Holl <stephan.holl@intevation.de> 5.6.6