generated from demus/basic-rpm-template
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
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:
+4
-2
@@ -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}
|
%{__install} package.json %{buildroot}%{nodejs_sitelib}/%{name}
|
||||||
%{__cp} -r bundle/* %{buildroot}%{nodejs_sitelib}/%{name}/bundle
|
%{__cp} -r bundle/* %{buildroot}%{nodejs_sitelib}/%{name}/bundle
|
||||||
%{__ln_s} -rf %{buildroot}%{nodejs_sitelib}/%{name}/bundle/gemini.js %{buildroot}%{_bindir}/gemini
|
%{__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
|
%license LICENSE
|
||||||
%doc README.md
|
%doc README.md
|
||||||
%{nodejs_sitelib}/%{name}
|
%doc %{nodejs_sitelib}/%{name}/bundle/docs
|
||||||
|
%dir %{nodejs_sitelib}/%{name}
|
||||||
%{_bindir}/gemini
|
%{_bindir}/gemini
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Reference in New Issue
Block a user