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

This commit is contained in:
Raboneko
2025-11-02 10:57:31 -08:00
committed by GitHub
parent f18e0318e6
commit be5c0935f3
@@ -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