diff --git a/mod_mapcache.rpmlintrc b/mod_mapcache.rpmlintrc index e399f04..86e5bb2 100644 --- a/mod_mapcache.rpmlintrc +++ b/mod_mapcache.rpmlintrc @@ -1,4 +1,3 @@ addFilter(r'spelling-error .* deployable .*') addFilter(r'spelling-error .* libmapcache .*') addFilter(r'spelling-error .* fcgi .*') -addFilter(r'description-line-too-long .*') diff --git a/mod_mapcache.spec b/mod_mapcache.spec index 81d20b8..56e7d5b 100644 --- a/mod_mapcache.spec +++ b/mod_mapcache.spec @@ -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/strptime.c - bsd-3 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: mapcache.sysusers @@ -31,7 +31,6 @@ BuildRequires: gcc BuildRequires: gdal-devel BuildRequires: geos-devel BuildRequires: httpd-devel -BuildRequires: libdb-devel BuildRequires: libcurl-devel BuildRequires: libjpeg-turbo-devel BuildRequires: libmemcached-devel @@ -45,9 +44,10 @@ BuildRequires: systemd-rpm-macros BuildRequires: xmltoman %global _description %{expand: -MapCache is a server that implements tile caching to speed up access to WMS layers. -The primary objectives are to be fast and easily deployable, while offering the -essential features (and more!) expected from a tile caching solution.} +MapCache is a server that implements tile caching to speed up access to WMS +layers. The primary objectives are to be fast and easily deployable, while +offering the essential features (and more!) expected from a tile caching +solution.} %description %{_description} 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 %description -n libmapcache-devel %{_description} -Development files for mapcache; these files are needed when building binary packages -against libmapcache. +Development files for mapcache; these files are needed when building binary +packages against libmapcache. %package -n libmapcache-doc Summary: Documentation files for mapcache @@ -161,6 +161,9 @@ xmltoman %{SOURCE3} > %{buildroot}%{_mandir}/man1/mapcache_seed.1 %changelog +* Sat Jul 06 2024 Neil Hanlon - 1.14.0-1 - add mapcache header files - add Requires on libmapcache to mapserver