From ea849ef6316f8c63461ea1da3671240ebb67a9f9 Mon Sep 17 00:00:00 2001 From: Neil Hanlon Date: Mon, 25 Mar 2024 13:34:48 -0400 Subject: [PATCH] LICENSE.md should be %license --- mod_mapcache.spec | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mod_mapcache.spec b/mod_mapcache.spec index a8cb48e..d48ac97 100644 --- a/mod_mapcache.spec +++ b/mod_mapcache.spec @@ -113,7 +113,8 @@ install -p -D -m 0644 %{SOURCE2} %{buildroot}%{_mandir}/man1/mapcache_detail.1.x install -p -D -m 0644 %{SOURCE3} %{buildroot}%{_mandir}/man1/mapcache_seed.1.xml %files -%doc INSTALL.md README.md LICENSE.md +%doc INSTALL.md README.md +%license LICENSE.md %{_libdir}/httpd/modules/mod_mapcache.so %config(noreplace) %{_sysconfdir}/mapcache.xml %{_datadir}/mapcache/mapcache.xml.sample @@ -125,7 +126,7 @@ install -p -D -m 0644 %{SOURCE3} %{buildroot}%{_mandir}/man1/mapcache_seed.1.xml %{_sysusersdir}/mapcache.conf %files -n libmapcache-doc -%doc INSTALL.md README.md LICENSE.md +%doc INSTALL.md README.md %{_mandir}/man1/mapcache_seed.1* %{_mandir}/man1/mapcache_detail.1*