fix: final review issues
This commit is contained in:
parent
ff385c8946
commit
f975880f4f
@ -1,4 +1,3 @@
|
|||||||
addFilter(r'spelling-error .* deployable .*')
|
addFilter(r'spelling-error .* deployable .*')
|
||||||
addFilter(r'spelling-error .* libmapcache .*')
|
addFilter(r'spelling-error .* libmapcache .*')
|
||||||
addFilter(r'spelling-error .* fcgi .*')
|
addFilter(r'spelling-error .* fcgi .*')
|
||||||
addFilter(r'description-line-too-long .*')
|
|
||||||
|
@ -13,7 +13,7 @@ Summary: Caching server for WMS layers
|
|||||||
# mapcache-1.14.0/lib/hmac-sha.c - bsd-3
|
# mapcache-1.14.0/lib/hmac-sha.c - bsd-3
|
||||||
# mapcache-1.14.0/lib/strptime.c - bsd-3
|
# mapcache-1.14.0/lib/strptime.c - bsd-3
|
||||||
License: MIT AND BSD-3-Clause
|
License: MIT AND BSD-3-Clause
|
||||||
URL: http://mapserver.org/trunk/en/mapcache/
|
URL: http://mapserver.org/mapcache/
|
||||||
|
|
||||||
Source: https://github.com/%{project_owner}/%{project_name}/releases/download/rel-%{maj}-%{min}-%{micro}/mapcache-%{version}.tar.gz
|
Source: https://github.com/%{project_owner}/%{project_name}/releases/download/rel-%{maj}-%{min}-%{micro}/mapcache-%{version}.tar.gz
|
||||||
Source: mapcache.sysusers
|
Source: mapcache.sysusers
|
||||||
@ -31,7 +31,6 @@ BuildRequires: gcc
|
|||||||
BuildRequires: gdal-devel
|
BuildRequires: gdal-devel
|
||||||
BuildRequires: geos-devel
|
BuildRequires: geos-devel
|
||||||
BuildRequires: httpd-devel
|
BuildRequires: httpd-devel
|
||||||
BuildRequires: libdb-devel
|
|
||||||
BuildRequires: libcurl-devel
|
BuildRequires: libcurl-devel
|
||||||
BuildRequires: libjpeg-turbo-devel
|
BuildRequires: libjpeg-turbo-devel
|
||||||
BuildRequires: libmemcached-devel
|
BuildRequires: libmemcached-devel
|
||||||
@ -45,9 +44,10 @@ BuildRequires: systemd-rpm-macros
|
|||||||
BuildRequires: xmltoman
|
BuildRequires: xmltoman
|
||||||
|
|
||||||
%global _description %{expand:
|
%global _description %{expand:
|
||||||
MapCache is a server that implements tile caching to speed up access to WMS layers.
|
MapCache is a server that implements tile caching to speed up access to WMS
|
||||||
The primary objectives are to be fast and easily deployable, while offering the
|
layers. The primary objectives are to be fast and easily deployable, while
|
||||||
essential features (and more!) expected from a tile caching solution.}
|
offering the essential features (and more!) expected from a tile caching
|
||||||
|
solution.}
|
||||||
|
|
||||||
%description %{_description}
|
%description %{_description}
|
||||||
This is the MapCache module for the Apache web server implementing OGC web
|
This is the MapCache module for the Apache web server implementing OGC web
|
||||||
@ -68,8 +68,8 @@ The shared library files for libmapcache
|
|||||||
Summary: Development files for mapcache
|
Summary: Development files for mapcache
|
||||||
|
|
||||||
%description -n libmapcache-devel %{_description}
|
%description -n libmapcache-devel %{_description}
|
||||||
Development files for mapcache; these files are needed when building binary packages
|
Development files for mapcache; these files are needed when building binary
|
||||||
against libmapcache.
|
packages against libmapcache.
|
||||||
|
|
||||||
%package -n libmapcache-doc
|
%package -n libmapcache-doc
|
||||||
Summary: Documentation files for mapcache
|
Summary: Documentation files for mapcache
|
||||||
@ -161,6 +161,9 @@ xmltoman %{SOURCE3} > %{buildroot}%{_mandir}/man1/mapcache_seed.1
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Sat Jul 06 2024 Neil Hanlon <neil@shrug.pw - 1.14.0-1
|
||||||
|
- address review comments for initial package release
|
||||||
|
|
||||||
* Tue Mar 26 2024 Neil Hanlon <neil@shrug.pw> - 1.14.0-1
|
* Tue Mar 26 2024 Neil Hanlon <neil@shrug.pw> - 1.14.0-1
|
||||||
- add mapcache header files
|
- add mapcache header files
|
||||||
- add Requires on libmapcache to mapserver
|
- add Requires on libmapcache to mapserver
|
||||||
|
Loading…
Reference in New Issue
Block a user