mirror of
https://github.com/funkemunky/codex-copr.git
synced 2026-05-31 06:11:55 +00:00
0.98.0-7 -> 0.98.0-8
This commit is contained in:
+2
-1
@@ -65,8 +65,10 @@ cd %{crate_dir}
|
||||
%if %{has_fedora_macros}
|
||||
%cargo_build
|
||||
%else
|
||||
%set_build_flags
|
||||
export CARGO_HOME=$PWD/.cargo-home
|
||||
mkdir -p "$CARGO_HOME"
|
||||
export RUSTFLAGS="%{?build_rustflags} -C debuginfo=2"
|
||||
cargo build --release
|
||||
%endif
|
||||
|
||||
@@ -93,7 +95,6 @@ install -Dpm 0644 _codex %{buildroot}%{zsh_completions_dir}/_codex
|
||||
|
||||
%files
|
||||
%license LICENSE
|
||||
%doc README.md
|
||||
%doc codex-rs/README.md
|
||||
%{_bindir}/codex
|
||||
%{bash_completions_dir}/codex
|
||||
|
||||
Reference in New Issue
Block a user