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
|
Name: libmapnik
|
||||||
Version: 2.1.0
|
Version: 2.2.0
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: A Free Toolkit for developing mapping applications
|
Summary: A Free Toolkit for developing mapping applications
|
||||||
Group: System/Tools
|
Group: System/Tools
|
||||||
@ -7,22 +7,23 @@ Vendor: openmamba
|
|||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://mapnik.org/
|
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
|
License: LGPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
BuildRequires: glibc-devel
|
BuildRequires: glibc-devel
|
||||||
BuildRequires: libboost-devel
|
BuildRequires: libboost-devel
|
||||||
BuildRequires: libcairo-devel
|
BuildRequires: libcairo-devel
|
||||||
BuildRequires: libcairomm-devel
|
|
||||||
BuildRequires: libfreetype-devel
|
BuildRequires: libfreetype-devel
|
||||||
BuildRequires: libgcc
|
BuildRequires: libgcc
|
||||||
|
BuildRequires: libgdal-devel
|
||||||
BuildRequires: libicu-devel
|
BuildRequires: libicu-devel
|
||||||
BuildRequires: libjpeg-devel
|
BuildRequires: libjpeg-devel
|
||||||
BuildRequires: libltdl-devel
|
|
||||||
BuildRequires: libpng-devel
|
BuildRequires: libpng-devel
|
||||||
BuildRequires: libpostgresql-devel
|
BuildRequires: libpostgresql-devel
|
||||||
BuildRequires: libproj-devel
|
BuildRequires: libproj-devel
|
||||||
BuildRequires: libpython-devel
|
BuildRequires: libpython-devel
|
||||||
|
BuildRequires: libsqlite-devel
|
||||||
BuildRequires: libstdc++6-devel
|
BuildRequires: libstdc++6-devel
|
||||||
BuildRequires: libtiff-devel
|
BuildRequires: libtiff-devel
|
||||||
BuildRequires: libxml2-devel
|
BuildRequires: libxml2-devel
|
||||||
@ -48,11 +49,13 @@ This is the devel package.
|
|||||||
%setup -q -n mapnik-v%{version}
|
%setup -q -n mapnik-v%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%{__python} scons/scons.py configure PREFIX=%{_prefix}
|
%{__python} scons/scons.py configure PREFIX=%{_prefix} CUSTOM_LDFLAGS="-ldl"
|
||||||
|
#% make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
%{__python} scons/scons.py install DESTDIR=%{buildroot} %{_smp_mflags}
|
%{__python} scons/scons.py install DESTDIR=%{buildroot} %{_smp_mflags}
|
||||||
|
#% makeinstall
|
||||||
|
|
||||||
%post -p /sbin/ldconfig
|
%post -p /sbin/ldconfig
|
||||||
%postun -p /sbin/ldconfig
|
%postun -p /sbin/ldconfig
|
||||||
@ -64,7 +67,7 @@ This is the devel package.
|
|||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
%{_bindir}/mapnik-speed-check
|
%{_bindir}/mapnik-speed-check
|
||||||
%{_bindir}/shapeindex
|
%{_bindir}/shapeindex
|
||||||
%{_bindir}/svg2png
|
#%{_bindir}/svg2png
|
||||||
%{_bindir}/upgrade_map_xml.py
|
%{_bindir}/upgrade_map_xml.py
|
||||||
%{_libdir}/libmapnik.so.*
|
%{_libdir}/libmapnik.so.*
|
||||||
%dir %{_libdir}/mapnik
|
%dir %{_libdir}/mapnik
|
||||||
@ -85,6 +88,9 @@ This is the devel package.
|
|||||||
#%doc README
|
#%doc README
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Dec 17 2012 Automatic Build System <autodist@mambasoft.it> 2.1.0-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user