Accepting request 684109 from home:dmarcoux

- Prevent cargo from updating dependencies with `--locked`
- Remove unneeded macro (%defattr)
- List licenses with the right macro (%license)

OBS-URL: https://build.opensuse.org/request/show/684109
OBS-URL: https://build.opensuse.org/package/show/utilities/bat?expand=0&rev=7
This commit is contained in:
Dany Marcoux 2019-03-11 20:01:05 +00:00 committed by Git OBS Bridge
parent d63e9f5c4b
commit 01017a709b

View File

@ -52,7 +52,7 @@ EOF
%build
export CARGO_HOME=$PWD/cargo-home
cargo build --release %{?_smp_mflags}
cargo build --release --locked %{?_smp_mflags}
%install
export CARGO_HOME=$PWD/cargo-home
@ -62,8 +62,8 @@ cargo install --root=%{buildroot}%{_prefix}
rm %{buildroot}%{_prefix}/.crates.toml
%files
%defattr(-,root,root)
%doc LICENSE-MIT LICENSE-APACHE README.md
%doc README.md
%license LICENSE-MIT LICENSE-APACHE
%{_bindir}/bat
%changelog