forked from pool/mapserver
fix some of the bugs
OBS-URL: https://build.opensuse.org/package/show/Application:Geo/mapserver?expand=0&rev=62
This commit is contained in:
parent
8b1b44d1e4
commit
832ef7ac1e
3
mapserver-6.0.0-beta1.tar.bz2
Normal file
3
mapserver-6.0.0-beta1.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6cbfd5129e5dca5ad69a74e2df809ae0606c64fe879f50996957f2a81e43474a
|
||||||
|
size 1920862
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:645981350db1a82e8048c6b894b2b7b0feaf179eac029e6a4a516c549ca13400
|
|
||||||
size 2439764
|
|
@ -1,9 +1,10 @@
|
|||||||
Name: mapserver
|
Name: mapserver
|
||||||
Version: 6.0.0-beta1
|
%define fileversion 6.0.0-beta1
|
||||||
|
Version: 6.0.0_beta1
|
||||||
Release: 1
|
Release: 1
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: Applications/GIS
|
Group: Applications/GIS
|
||||||
Source: %{name}-%{version}.tar.gz
|
Source: %{name}-%{fileversion}.tar.bz2
|
||||||
URL: http://mapserver.gis.umn.edu
|
URL: http://mapserver.gis.umn.edu
|
||||||
Summary: Environment for building spatially-enabled internet applications
|
Summary: Environment for building spatially-enabled internet applications
|
||||||
Packager: Stephan Holl <stephan.holl@intevation.de>
|
Packager: Stephan Holl <stephan.holl@intevation.de>
|
||||||
@ -22,6 +23,7 @@ BuildRequires: pam-devel
|
|||||||
BuildRequires: postgresql-devel
|
BuildRequires: postgresql-devel
|
||||||
BuildRequires: libexpat-devel
|
BuildRequires: libexpat-devel
|
||||||
BuildRequires: mysql-devel
|
BuildRequires: mysql-devel
|
||||||
|
BuildRequires: giflib-devel
|
||||||
BuildRequires: libgeos-devel
|
BuildRequires: libgeos-devel
|
||||||
BuildRequires: libproj-devel
|
BuildRequires: libproj-devel
|
||||||
BuildRequires: libgdal-devel
|
BuildRequires: libgdal-devel
|
||||||
@ -59,13 +61,13 @@ BuildRequires: java-1_5_0-ibm-alsa
|
|||||||
BuildRequires: krb5-devel
|
BuildRequires: krb5-devel
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: libgcj-devel
|
BuildRequires: libgcj-devel
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
||||||
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
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Mapserver is an internet mapping program that converts GIS data to
|
Mapserver is an internet mapping program that converts GIS data to
|
||||||
@ -111,7 +113,7 @@ The Java/Mapscript extension provides full map customization capabilities
|
|||||||
within the Java programming language.
|
within the Java programming language.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q -n %{name}-%{fileversion}
|
||||||
%patch0 -p1
|
%patch0 -p1
|
||||||
#%patch1 -p1
|
#%patch1 -p1
|
||||||
#%patch2 -p1
|
#%patch2 -p1
|
||||||
@ -119,13 +121,13 @@ within the Java programming language.
|
|||||||
# fix spurious perm bits
|
# fix spurious perm bits
|
||||||
chmod -x tests/home.png
|
chmod -x tests/home.png
|
||||||
chmod -x mappluginlayer.c
|
chmod -x mappluginlayer.c
|
||||||
chmod -x mapscript/php3/mapscript_i.c
|
chmod -x mapscript/php/mapscript_i.c
|
||||||
chmod -x mapscript/php3/Makefile.in
|
chmod -x mapscript/php/Makefile.in
|
||||||
chmod -x mapscript/php3/Makefile.vc
|
chmod -x mapscript/php/Makefile.vc
|
||||||
chmod -x mapscript/php3/php_mapscript.*
|
chmod -x mapscript/php/php_mapscript.*
|
||||||
chmod -x mapscript/python/examples/*.py
|
chmod -x mapscript/python/examples/*.py
|
||||||
chmod -x mapscript/perl/examples/*.pl
|
chmod -x mapscript/perl/examples/*.pl
|
||||||
chmod -x mapscript/php3/README.WIN32
|
chmod -x mapscript/php/README.WIN32
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
|
||||||
@ -202,7 +204,7 @@ install -p -m 755 shptree %{buildroot}/%{_bindir}
|
|||||||
install -p -m 755 sortshp %{buildroot}/%{_bindir}
|
install -p -m 755 sortshp %{buildroot}/%{_bindir}
|
||||||
install -p -m 755 tile4ms %{buildroot}/%{_bindir}
|
install -p -m 755 tile4ms %{buildroot}/%{_bindir}
|
||||||
|
|
||||||
install -p -m 755 mapscript/php3/php_mapscript.so %{buildroot}/%{_libdir}/php5/extensions/
|
install -p -m 755 mapscript/php/php_mapscript.so %{buildroot}/%{_libdir}/php5/extensions/
|
||||||
|
|
||||||
# install perl module
|
# install perl module
|
||||||
pushd mapscript/perl
|
pushd mapscript/perl
|
||||||
@ -259,9 +261,9 @@ rm -rf %{buildroot}
|
|||||||
|
|
||||||
%files -n php-mapserver
|
%files -n php-mapserver
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%doc mapscript/php3/README
|
%doc mapscript/php/README
|
||||||
%doc mapscript/php3/README.WIN32
|
%doc mapscript/php/README.WIN32
|
||||||
%doc mapscript/php3/examples
|
%doc mapscript/php/examples
|
||||||
%config(noreplace) %{_sysconfdir}/php5/conf.d/%{name}.ini
|
%config(noreplace) %{_sysconfdir}/php5/conf.d/%{name}.ini
|
||||||
%{_libdir}/php5/extensions/php_mapscript.so
|
%{_libdir}/php5/extensions/php_mapscript.so
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user