From 36d39cbf9f2b20b26fb5140af120732b93978b8e Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Sat, 6 Jan 2024 05:00:47 +0100 Subject: [PATCH] update to 2.2.0 [release 2.2.0-1mamba;Thu Jun 20 2013] --- libmapnik.spec | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/libmapnik.spec b/libmapnik.spec index db82e08..0e33787 100644 --- a/libmapnik.spec +++ b/libmapnik.spec @@ -1,5 +1,5 @@ Name: libmapnik -Version: 2.1.0 +Version: 2.2.0 Release: 1mamba Summary: A Free Toolkit for developing mapping applications Group: System/Tools @@ -7,22 +7,23 @@ Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco URL: http://mapnik.org/ -Source: https://github.com/downloads/mapnik/mapnik/mapnik-v%{version}.tar.bz2 +Source: http://mapnik.s3.amazonaws.com/dist/v%{version}/mapnik-v%{version}.tar.bz2 +#Source: https://github.com/downloads/mapnik/mapnik/mapnik-v%{version}.tar.bz2 License: LGPL ## AUTOBUILDREQ-BEGIN BuildRequires: glibc-devel BuildRequires: libboost-devel BuildRequires: libcairo-devel -BuildRequires: libcairomm-devel BuildRequires: libfreetype-devel BuildRequires: libgcc +BuildRequires: libgdal-devel BuildRequires: libicu-devel BuildRequires: libjpeg-devel -BuildRequires: libltdl-devel BuildRequires: libpng-devel BuildRequires: libpostgresql-devel BuildRequires: libproj-devel BuildRequires: libpython-devel +BuildRequires: libsqlite-devel BuildRequires: libstdc++6-devel BuildRequires: libtiff-devel BuildRequires: libxml2-devel @@ -48,11 +49,13 @@ This is the devel package. %setup -q -n mapnik-v%{version} %build -%{__python} scons/scons.py configure PREFIX=%{_prefix} +%{__python} scons/scons.py configure PREFIX=%{_prefix} CUSTOM_LDFLAGS="-ldl" +#% make %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %{__python} scons/scons.py install DESTDIR=%{buildroot} %{_smp_mflags} +#% makeinstall %post -p /sbin/ldconfig %postun -p /sbin/ldconfig @@ -64,7 +67,7 @@ This is the devel package. %defattr(-,root,root) %{_bindir}/mapnik-speed-check %{_bindir}/shapeindex -%{_bindir}/svg2png +#%{_bindir}/svg2png %{_bindir}/upgrade_map_xml.py %{_libdir}/libmapnik.so.* %dir %{_libdir}/mapnik @@ -85,6 +88,9 @@ This is the devel package. #%doc README %changelog +* Thu Jun 20 2013 Automatic Build System 2.2.0-1mamba +- update to 2.2.0 + * Mon Dec 17 2012 Automatic Build System 2.1.0-1mamba - automatic version update by autodist