Mark files in the docs folder %doc
Build and provide rpm of gemini-cli-rpm / Build src rpm and send it to COPR (f42) (release) Successful in 6m49s
Build and provide rpm of gemini-cli-rpm / Build src rpm and send it to COPR (f43) (release) Successful in 10m26s
Build and provide rpm of gemini-cli-rpm / Build src rpm and send it to COPR (rawhide) (release) Successful in 4m47s

This commit is contained in:
2026-04-06 21:52:56 +02:00
parent 5f58d26cf8
commit 1b83216b0a
+4 -2
View File
@@ -25,11 +25,13 @@ CLI tool for interacting with Google's Gemini AI models from the command line.
%{__install} package.json %{buildroot}%{nodejs_sitelib}/%{name}
%{__cp} -r bundle/* %{buildroot}%{nodejs_sitelib}/%{name}/bundle
%{__ln_s} -rf %{buildroot}%{nodejs_sitelib}/%{name}/bundle/gemini.js %{buildroot}%{_bindir}/gemini
find %{buildroot} -type f -printf /%%P\\n | grep -v /docs/ > gemini-cli-files.txt
%files
%files -f gemini-cli-files.txt
%license LICENSE
%doc README.md
%{nodejs_sitelib}/%{name}
%doc %{nodejs_sitelib}/%{name}/bundle/docs
%dir %{nodejs_sitelib}/%{name}
%{_bindir}/gemini
%changelog