fix rpmlint issues

This commit is contained in:
Neil Hanlon 2024-03-20 14:44:38 -04:00 committed by Neil Hanlon
parent 2c2386791f
commit 71a6a16acf
Signed by: neil
GPG Key ID: 705BC21EC3C70F34
2 changed files with 5 additions and 2 deletions

4
mod_mapcache.rpmlintrc Normal file
View File

@ -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 .*')

View File

@ -36,7 +36,7 @@ BuildRequires: pixman-devel
BuildRequires: proj-devel BuildRequires: proj-devel
BuildRequires: sqlite-devel BuildRequires: sqlite-devel
BuildRequires: systemd-rpm-macros BuildRequires: systemd-rpm-macros
%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 layers.
The primary objectives are to be fast and easily deployable, while offering the 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} %autosetup -n %{project_name}-%{version}
%build %build
#%cmake -DWITH_MEMCACHE=1 -DCMAKE_SKIP_BUILD_RPATH=TRUE .
%cmake -DCMAKE_INSTALL_LIBDIR=%{_lib} -DWITH_MEMCACHE=1 -DCMAKE_SKIP_BUILD_RPATH=TRUE . %cmake -DCMAKE_INSTALL_LIBDIR=%{_lib} -DWITH_MEMCACHE=1 -DCMAKE_SKIP_BUILD_RPATH=TRUE .
%cmake_build %cmake_build