Name: mapserver %define fileversion 6.0.3 Version: 6.0.3 Release: 1 License: BSD Group: Applications/GIS Source: %{name}-%{fileversion}.tar.gz Url: http://www.mapserver.org Summary: Environment for building spatially-enabled internet applications Requires: php Requires: postgresql Requires: mysql Requires: FastCGI Requires: python Requires: apache2 %if 0%{?suse_version} != 1010 BuildRequires: xorg-x11-libXpm-devel %endif BuildRequires: rpm, gcc, gcc-c++, pam BuildRequires: pam-devel BuildRequires: postgresql-devel BuildRequires: libexpat-devel BuildRequires: mysql-devel BuildRequires: giflib-devel BuildRequires: libgeos-devel BuildRequires: libproj-devel BuildRequires: libgdal-devel BuildRequires: readline-devel BuildRequires: freetype2-devel BuildRequires: gd-devel >= 2.0.16 BuildRequires: FastCGI-devel BuildRequires: python-devel %if 0%{?suse_version} >= 1030 BuildRequires: libcurl-devel BuildRequires: php-devel %else BuildRequires: curl-devel BuildRequires: php5-devel %endif %if 0%{?suse_version} >= 1120 BuildRequires: krb5-devel %endif BuildRequires: zlib-devel BuildRequires: libxml2-devel BuildRequires: libxslt-devel BuildRequires: libjpeg-devel BuildRequires: libpng-devel BuildRequires: libtiff-devel BuildRequires: perl(ExtUtils::MakeMaker) BuildRequires: swig BuildRequires: update-alternatives BuildRequires: apache2-devel %if 0%{?sles_version} BuildRequires: java-devel <= 1.5 BuildRequires: java <= 1.5 %else BuildRequires: java-devel >= 1.5 BuildRequires: java >= 1.5 %endif %if 0%{?sles_version} == 10 %ifarch i586 BuildRequires: java-1_5_0-ibm-alsa %endif BuildRequires: krb5-devel %endif BuildRequires: libgcj-devel BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root Patch: mapserver-6.0.2_buildfix.patch %define python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)") %define _cgibindir /srv/www/cgi-bin %description Mapserver is an internet mapping program that converts GIS data to map images in real time. With appropriate interface pages, Mapserver can provide an interactive internet map based on custom GIS data. %package -n php-mapserver Summary: PHP/Mapscript map making extensions to PHP Group: Development/Languages Requires: php-gd Requires: apache2 Requires: apache2-mod_php5 %description -n php-mapserver The PHP/Mapscript extension provides full map customization capabilities within the PHP scripting language. %package perl Summary: Perl/Mapscript map making extensions to Perl Group: Development/Languages Requires: %{name} = %{version}-%{release} Requires: perl-base %description perl The Perl/Mapscript extension provides full map customization capabilities within the Perl programming language. %package python Summary: Python/Mapscript map making extensions to Python Group: Development/Languages Requires: %{name} = %{version}-%{release} Requires: python-base %description python The Python/Mapscript extension provides full map customization capabilities within the Python programming language. %package java Summary: Java/Mapscript map making extensions to Java Group: Development/Languages Requires: %{name} = %{version}-%{release} %description java The Java/Mapscript extension provides full map customization capabilities within the Java programming language. %prep %setup -q -n %{name}-%{fileversion} %patch -p1 %build %configure XTRALIBS=-ldl \ --with-gd \ --with-zlib \ --with-freetype=%{_bindir}/freetype-config \ --with-gdal=%{_bindir}/gdal-config \ --with-ogr=%{_bindir}/gdal-config \ --with-geos=%{_bindir}/geos-config \ --with-proj \ --with-sos \ --with-wfs \ --with-wcs \ --with-wmsclient \ --with-wfsclient \ --with-xpm \ --with-postgis=%{_bindir}/pg_config \ --with-mygis=%{_bindir}/mysql_config \ --with-curl-config=%{_bindir}/curl-config \ --with-xml2-config=%{_bindir}/xml2-config \ --with-php=`php-config --include-dir` \ --with-httpd=/usr/sbin/httpd2 \ --with-fastcgi=/usr \ --with-agg-svg-symbols=yes \ --with-expat=/usr \ --with-kml=yes \ --without-pdf \ --without-eppl \ --with-threads \ --disable-runpath ## WARNING !!! # using %{?_smp_mflags} may break build make ## build perl cd mapscript/perl perl Makefile.PL make ## build python cd ../python python setup.py build # build java cd ../java make interface make %install rm -rf %{buildroot} mkdir -p %{buildroot}/%{_sbindir} mkdir -p %{buildroot}/%{_cgibindir} mkdir -p %{buildroot}/%{_sysconfdir}/php.d mkdir -p %{buildroot}%{_libdir}/php5/extensions mkdir -p %{buildroot}/%{_bindir} install -p -m 755 mapserv %{buildroot}/%{_cgibindir} install -p -m 755 legend %{buildroot}/%{_cgibindir} install -p -m 755 scalebar %{buildroot}/%{_cgibindir} install -p -m 755 shp2img %{buildroot}/%{_bindir} install -p -m 755 shptree %{buildroot}/%{_bindir} install -p -m 755 sortshp %{buildroot}/%{_bindir} install -p -m 755 tile4ms %{buildroot}/%{_bindir} install -p -m 755 mapscript/php/php_mapscript.so %{buildroot}/%{_libdir}/php5/extensions/ # install perl module pushd mapscript/perl make DESTDIR=%{buildroot} pure_vendor_install popd # install python module pushd mapscript/python python setup.py install --root %{buildroot} mkdir -p %{buildroot}%{python_sitearch}/ mv %{buildroot}/usr/local/%{_lib}/python%py_ver/site-packages/*mapscript* %{buildroot}/usr/%{_lib}/python%py_ver/site-packages/ %if 0%{?suse_version} > 1110 || 0%{?sles_version} > 10 mv %{buildroot}/usr/local/%{_lib}/python%py_ver/site-packages/MapScript* %{buildroot}/usr/%{_lib}/python%py_ver/site-packages/ %endif popd # install java mkdir -p %{buildroot}%{_javadir} install -p -m 644 mapscript/java/mapscript.jar %{buildroot}%{_javadir}/ # install php config file mkdir -p %{buildroot}%{_sysconfdir}/php5/conf.d/ cat > %{buildroot}%{_sysconfdir}/php5/conf.d/%{name}.ini <