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