automatic version update by autodist [release 3.0.23-1mamba;Sun Sep 06 2020]

This commit is contained in:
Automatic Build System 2024-01-06 05:00:47 +01:00
parent 8f4b40d080
commit e283224313

View File

@ -1,5 +1,5 @@
Name: libmapnik Name: libmapnik
Version: 3.0.21 Version: 3.0.23
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
@ -14,6 +14,7 @@ Patch1: libmapnik-3.0.15-icu-59.patch
License: LGPL License: LGPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: glibc-devel BuildRequires: glibc-devel
BuildRequires: ldconfig
BuildRequires: libboost-devel BuildRequires: libboost-devel
BuildRequires: libcairo-devel BuildRequires: libcairo-devel
BuildRequires: libfreetype-devel BuildRequires: libfreetype-devel
@ -24,7 +25,6 @@ BuildRequires: libicu-devel
BuildRequires: libjpeg-devel BuildRequires: libjpeg-devel
BuildRequires: libpng-devel BuildRequires: libpng-devel
BuildRequires: libpostgresql-devel BuildRequires: libpostgresql-devel
BuildRequires: libproj-devel
BuildRequires: libsqlite-devel BuildRequires: libsqlite-devel
BuildRequires: libstdc++6-devel BuildRequires: libstdc++6-devel
BuildRequires: libtiff-devel BuildRequires: libtiff-devel
@ -47,26 +47,36 @@ Requires: %{name} = %{?epoch:%epoch:}%{version}-%{release}
Mapnik is a Free Toolkit for developing mapping applications. Above all Mapnik is about making beautiful maps. It is easily extensible and suitable for both desktop and web development. Mapnik is a Free Toolkit for developing mapping applications. Above all Mapnik is about making beautiful maps. It is easily extensible and suitable for both desktop and web development.
This is the devel package. This is the devel package.
%debug_package
%prep %prep
%setup -q -n mapnik-v%{version} %setup -q -n mapnik-v%{version}
#-D -T #-D -T
#:<< _EOF #:<< _EOF
#%patch1 -p1 #%patch1 -p1
%ifarch x86_64
sed -i "s|LIBDIR_SCHEMA_DEFAULT=.*|LIBDIR_SCHEMA_DEFAULT='lib64'|" SConstruct
%endif
%build %build
#:<< _EOF #:<< _EOF
%{__python} scons/scons.py configure \ export PYTHON=%{__python3}
%configure \
PREFIX=%{_prefix} \ PREFIX=%{_prefix} \
LIBDIR_SCHEMA=%{_lib} \ LIBDIR_SCHEMA=%{_lib} \
THREADING=multi \ DESTDIR=%{buildroot} \
CUSTOM_LDFLAGS="-L%{_libdir} -ldl" PYTHON=%{__python3} \
CUSTOM_LDFLAGS="-L%{_libdir} -ldl" \
THREADING=multi
%make %make PYTHON=%{__python3}
%install %install
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" [ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
sed -i "s|max-drift=1 install|max-drift=1 install DESTDIR=%{buildroot}|" Makefile #sed -i "s|max-drift=1 install|max-drift=1 install DESTDIR=%{buildroot}|" Makefile
%makeinstall %makeinstall PYTHON=%{__python3}
#%{__python} scons/scons.py install \ #%{__python} scons/scons.py install \
# DESTDIR=%{buildroot} %{_smp_mflags} # DESTDIR=%{buildroot} %{_smp_mflags}
@ -101,6 +111,9 @@ sed -i "s|max-drift=1 install|max-drift=1 install DESTDIR=%{buildroot}|" Makefil
#%doc README #%doc README
%changelog %changelog
* Sun Sep 06 2020 Automatic Build System <autodist@mambasoft.it> 3.0.23-1mamba
- automatic version update by autodist
* Sun Oct 14 2018 Automatic Build System <autodist@mambasoft.it> 3.0.21-1mamba * Sun Oct 14 2018 Automatic Build System <autodist@mambasoft.it> 3.0.21-1mamba
- automatic version update by autodist - automatic version update by autodist