From 71a6a16acfbb092d49cb94e5ffe2a87c13dd83d4 Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Wed, 20 Mar 2024 14:44:38 -0400 Subject: [PATCH] fix rpmlint issues --- mod_mapcache.rpmlintrc | 4 ++++ mod_mapcache.spec | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 mod_mapcache.rpmlintrc diff --git a/mod_mapcache.rpmlintrc b/mod_mapcache.rpmlintrc new file mode 100644 index 0000000..e399f04 --- /dev/null +++ b/mod_mapcache.rpmlintrc @@ -0,0 +1,4 @@ +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 c52bf52..a8cb48e 100644 --- a/mod_mapcache.spec +++ b/mod_mapcache.spec @@ -36,7 +36,7 @@ BuildRequires: pixman-devel BuildRequires: proj-devel BuildRequires: sqlite-devel BuildRequires: systemd-rpm-macros - + %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 @@ -88,7 +88,6 @@ Provides command-line utilities for mapcache %autosetup -n %{project_name}-%{version} %build -#%cmake -DWITH_MEMCACHE=1 -DCMAKE_SKIP_BUILD_RPATH=TRUE . %cmake -DCMAKE_INSTALL_LIBDIR=%{_lib} -DWITH_MEMCACHE=1 -DCMAKE_SKIP_BUILD_RPATH=TRUE . %cmake_build