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

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