fix(elephant): remove some docs files (#7031)

Signed-off-by: madomado <madonuko@outlook.com>
This commit is contained in:
madomado
2025-11-03 02:49:00 +08:00
committed by GitHub
parent ba9417afac
commit f25e0cbdbe
@@ -23,7 +23,7 @@ Elephant - cuz it's phat - is a powerful data provider service and backend for b
}
%global golicenses LICENSE
%global godocs BREAKING.md README.md cmd/elephant/version.txt
%global godocs README.md
Name: elephant
Release: 1%?dist
@@ -89,7 +89,7 @@ install -Dm755 internal/providers/*/*.so -t %buildroot/etc/xdg/elephant/provider
%if %{without bootstrap}
%files
%license LICENSE
%doc BREAKING.md README.md cmd/elephant/version.txt
%doc README.md
%{_bindir}/elephant
%ghost /etc/xdg/elephant/
%endif