fix rpmlint issues
This commit is contained in:
parent
2c2386791f
commit
71a6a16acf
4
mod_mapcache.rpmlintrc
Normal file
4
mod_mapcache.rpmlintrc
Normal 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 .*')
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user