LICENSE.md should be %license

This commit is contained in:
Neil Hanlon 2024-03-25 13:34:48 -04:00 committed by Neil Hanlon
parent 71a6a16acf
commit ea849ef631
Signed by: neil
GPG Key ID: 705BC21EC3C70F34

View File

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