From dd9a7fe1b66206fd9120a36e03ea58f032199b53 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 6 Jul 2023 13:16:55 +0000 Subject: automatic import of bat --- bat.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bat.spec b/bat.spec index 0bc11d9..9b88475 100644 --- a/bat.spec +++ b/bat.spec @@ -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 - 0.23.0 -- cgit v1.2.3