]> git.pld-linux.org Git - packages/mapnik.git/commitdiff
- up to 2.0.0
authorArtur Frysiak <artur@frysiak.net>
Thu, 13 Oct 2011 23:35:02 +0000 (23:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- enable all input plugins
- more verbose %files

Changed files:
    boost-filesystem.patch -> 1.2
    mapnik.spec -> 1.12

boost-filesystem.patch [deleted file]
mapnik.spec

diff --git a/boost-filesystem.patch b/boost-filesystem.patch
deleted file mode 100644 (file)
index fa104b4..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- mapnik-0.7.1/SConstruct.orig       2011-06-16 20:59:28.000000000 +0200
-+++ mapnik-0.7.1/SConstruct    2011-06-16 21:02:18.816618308 +0200
-@@ -1011,7 +1011,7 @@ if not preconfigured:
-                 env.Append(CXXFLAGS = common_cxx_flags + '-O %s' % ndebug_flags)
-         else:
-             # Common flags for GCC.
--            gcc_cxx_flags = '-ansi -Wall %s -ftemplate-depth-100 %s' % (pthread, common_cxx_flags)
-+            gcc_cxx_flags = '-ansi -Wall %s -ftemplate-depth-100 -DBOOST_FILESYSTEM_VERSION=2 %s' % (pthread, common_cxx_flags)
-         
-             if env['DEBUG']:
-                 env.Append(CXXFLAGS = gcc_cxx_flags + '-O0 -fno-inline %s' % debug_flags)
index 7945e44ed8a4786049e33ec065f71057a1d10ded..deb8a7e6acca9e36ec743882a3e69f5838744c6d 100644 (file)
@@ -1,14 +1,13 @@
 #
 Summary:       Toolkit for developing GIS (Geographic Information Systems) applications
 Name:          mapnik
-Version:       0.7.1
-Release:       4
+Version:       2.0.0
+Release:       1
 License:       LGPL v2.1
 Group:         Applications
 Source0:       http://download.berlios.de/mapnik/%{name}-%{version}.tar.bz2
-# Source0-md5: 8f65fda2a792518d6f6be8a85f62fc73
+# Source0-md5: 499c6a61544014b9bc2a7c978f963ef3
 Patch0:                %{name}-boost_lib_names.patch
-Patch1:                boost-filesystem.patch
 URL:           http://mapnik.org/
 BuildRequires: boost-devel
 BuildRequires: boost-python-devel
@@ -81,13 +80,12 @@ Statyczna biblioteka Mapnik.
 %prep
 %setup -q
 %patch0 -p1
-%patch1 -p1
 
 %build
 %scons \
        PREFIX=%{_prefix} \
        BOOST_TOOLKIT=gcc43 \
-       INPUT_PLUGINS='raster,sqlite,osm,gdal,kismet,shape,postgis,ogr' \
+       INPUT_PLUGINS='raster,rasterlite,sqlite,osm,gdal,kismet,shape,postgis,ogr,geos,occi' \
        SYSTEM_FONTS=%{_datadir}/fonts/TTF
 
 %install
@@ -102,9 +100,6 @@ rm -rf $RPM_BUILD_ROOT
 %py_comp $RPM_BUILD_ROOT%{py_sitedir}
 %py_postclean
 
-## DejaVu fonts are available in a separate package
-#rm -rf $RPM_BUILD_ROOT%{_libdir}/%{name}/fonts
-
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -114,21 +109,33 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS CHANGELOG INSTALL README
-%attr(755,root,root) %{_bindir}/*
-%attr(755,root,root) %{_libdir}/lib*.so.*.*
-%dir %{_libdir}/%{name}
-%dir %{_libdir}/%{name}/input
-%attr(755,root,root) %{_libdir}/%{name}/input/*.input
+%attr(755,root,root) %{_bindir}/mapnik-config
+%attr(755,root,root) %{_bindir}/mapnik-speed-check
+%attr(755,root,root) %{_bindir}/shapeindex
+%attr(755,root,root) %{_bindir}/upgrade_map_xml.py
+%attr(755,root,root) %{_libdir}/libmapnik2.so.*.*.*
+%attr(755,root,root) %ghost %{_libdir}/libmapnik2.so.2.0
+%dir %{_libdir}/mapnik2
+%dir %{_libdir}/mapnik2/input
+%attr(755,root,root) %{_libdir}/mapnik2/input/gdal.input
+%attr(755,root,root) %{_libdir}/mapnik2/input/geos.input
+%attr(755,root,root) %{_libdir}/mapnik2/input/kismet.input
+%attr(755,root,root) %{_libdir}/mapnik2/input/ogr.input
+%attr(755,root,root) %{_libdir}/mapnik2/input/osm.input
+%attr(755,root,root) %{_libdir}/mapnik2/input/postgis.input
+%attr(755,root,root) %{_libdir}/mapnik2/input/raster.input
+%attr(755,root,root) %{_libdir}/mapnik2/input/shape.input
+%attr(755,root,root) %{_libdir}/mapnik2/input/sqlite.input
 
 %files devel
 %defattr(644,root,root,755)
-%attr(755,root,root) %{_libdir}/lib*.so
-%{_includedir}/*
+%attr(755,root,root) %{_libdir}/libmapnik2.so
+%{_includedir}/mapnik
 
 %files -n python-%{name}
 %defattr(644,root,root,755)
-%dir %{py_sitedir}/%{name}
-%{py_sitedir}/%{name}/*.py[co]
-%attr(755,root,root) %{py_sitedir}/%{name}/*.so
-%dir %{py_sitedir}/%{name}/ogcserver
-%{py_sitedir}/%{name}/ogcserver/*.py[co]
+%dir %{py_sitedir}/mapnik2
+%{py_sitedir}/mapnik2/*.py[co]
+%attr(755,root,root) %{py_sitedir}/mapnik2/_mapnik2.so
+%dir %{py_sitedir}/mapnik2/ogcserver
+%{py_sitedir}/mapnik2/ogcserver/*.py[co]
This page took 0.069166 seconds and 4 git commands to generate.