update to 2.2.0 [release 2.2.0-1mamba;Thu Jun 20 2013]
This commit is contained in:
parent
4fa739dafa
commit
36d39cbf9f
@ -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 <silvan.calarco@mambasoft.it>
|
||||
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 <autodist@mambasoft.it> 2.2.0-1mamba
|
||||
- update to 2.2.0
|
||||
|
||||
* Mon Dec 17 2012 Automatic Build System <autodist@mambasoft.it> 2.1.0-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user