automatic version update by autodist [release 3.0.10-1mamba;Sun Jul 10 2016]
This commit is contained in:
parent
dcd68b443c
commit
07322b1449
@ -1,5 +1,5 @@
|
|||||||
Name: libmapnik
|
Name: libmapnik
|
||||||
Version: 3.0.9
|
Version: 3.0.10
|
||||||
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
|
||||||
@ -47,10 +47,11 @@ This is the devel package.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n mapnik-v%{version} -D -T
|
%setup -q -n mapnik-v%{version} -D -T
|
||||||
:<< _EOF
|
#:<< _EOF
|
||||||
#% patch0 -p1
|
#% patch0 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
|
:<< _EOF
|
||||||
%{__python} scons/scons.py configure \
|
%{__python} scons/scons.py configure \
|
||||||
PREFIX=%{_prefix} \
|
PREFIX=%{_prefix} \
|
||||||
LIBDIR_SCHEMA=%{_lib} \
|
LIBDIR_SCHEMA=%{_lib} \
|
||||||
@ -61,6 +62,7 @@ This is the devel package.
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
sed -i "s|max-drift=1 install|max-drift=1 install DESTDIR=%{buildroot}|" Makefile
|
||||||
%makeinstall
|
%makeinstall
|
||||||
#%{__python} scons/scons.py install \
|
#%{__python} scons/scons.py install \
|
||||||
# DESTDIR=%{buildroot} %{_smp_mflags}
|
# DESTDIR=%{buildroot} %{_smp_mflags}
|
||||||
@ -96,6 +98,9 @@ This is the devel package.
|
|||||||
#%doc README
|
#%doc README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sun Jul 10 2016 Automatic Build System <autodist@mambasoft.it> 3.0.10-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
* Thu Dec 17 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.9-1mamba
|
* Thu Dec 17 2015 Silvan Calarco <silvan.calarco@mambasoft.it> 3.0.9-1mamba
|
||||||
- update to 3.0.9
|
- update to 3.0.9
|
||||||
- rebuilt with libgdal 2.0.1
|
- rebuilt with libgdal 2.0.1
|
||||||
|
Loading…
Reference in New Issue
Block a user