Fixes for polemarch and mod_tile
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
Name: mod_tile
|
||||
Version: 0.5
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: A program to efficiently render and serve map tiles for www.openstreetmap.org map using Apache and Mapnik.
|
||||
|
||||
License: GPLv2
|
||||
@@ -42,7 +42,7 @@ at compile time, see: render_config.h
|
||||
%install
|
||||
%{__make} install DESTDIR=%{buildroot}
|
||||
%{__make} install-%{name} DESTDIR=%{buildroot}
|
||||
%{__install} -D %{S:1} %{buildroot}%{_sysconfdir}/httpd/conf.module.d/10-tile.conf
|
||||
%{__install} -D %{S:1} %{buildroot}%{_sysconfdir}/httpd/conf.modules.d/10-tile.conf
|
||||
|
||||
%post
|
||||
if [ $1 -eq 1 ]; then
|
||||
@@ -61,7 +61,7 @@ fi
|
||||
%files
|
||||
%doc COPYING mod_tile.conf
|
||||
%config(noreplace) %{_sysconfdir}/renderd.conf
|
||||
%config %{_sysconfdir}/httpd/conf.module.d/10-tile.conf
|
||||
%config %{_sysconfdir}/httpd/conf.modules.d/10-tile.conf
|
||||
%{_bindir}/render*
|
||||
%{_libdir}/httpd/modules/%{name}.so
|
||||
%{_libdir}/libiniparser*
|
||||
@@ -69,6 +69,9 @@ fi
|
||||
%{_mandir}/man8/*
|
||||
|
||||
%changelog
|
||||
* Sat Nov 9 2019 Daniel Steiner <daniel.steiner@daniel-steiner.org>
|
||||
- Fix for modules config path.
|
||||
|
||||
* Fri Nov 8 2019 Daniel Steiner <daniel.steiner@daniel-steiner.org>
|
||||
- First build on Fedora 31 httpd-2.4.41.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user