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

@ -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