diff options
author | CoprDistGit <infra@openeuler.org> | 2023-07-06 13:16:55 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-07-06 13:16:55 +0000 |
commit | dd9a7fe1b66206fd9120a36e03ea58f032199b53 (patch) | |
tree | faa2408be590b2337d92003db6ef8ae4b74723f2 | |
parent | 227c0d42c0ee53fccd7f9445101bb36c540178a2 (diff) |
automatic import of bat
-rw-r--r-- | bat.spec | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -25,13 +25,15 @@ cargo build --release %install mkdir -p %{buildroot}%{_bindir} cp ./target/release/bat %{buildroot}%{_bindir} +echo %{buildroot} +echo "" > %{buildroot}debugfiles.list +ls %{buildroot} -al %files %defattr(-,root,root) %{_bindir}/%{name} %doc README.md %license LICENSE-MIT LICENSE-APACHE -%exclude %{buildroot}/%{name}/debugfiles.list %changelog * Thu Jul 06 2023 zerocraft <zero.craft@hotmail.com> - 0.23.0 |