mirror of
https://github.com/mikefarah/yq.git
synced 2026-07-07 22:35:37 +00:00
Cleanup spec syntax
This commit is contained in:
parent
a3d5ac34ca
commit
773c50700d
@ -12,7 +12,8 @@ License: MIT
|
||||
URL: https://github.com/%{git_org}/%{name}
|
||||
Source0: https://github.com/%{git_org}/%{name}/archive/%{version}.tar.gz
|
||||
|
||||
BuildRequires: golang rsync
|
||||
BuildRequires: golang
|
||||
BuildRequires: rsync
|
||||
|
||||
%description
|
||||
yq is a lightweight and portable command-line YAML processor.
|
||||
@ -50,6 +51,8 @@ install -p -m 755 gopath/src/github.com/%{git_org}/%{name}/%{name} %{buildroot}%
|
||||
%files
|
||||
%doc README.md LICENSE
|
||||
|
||||
%license LICENSE
|
||||
|
||||
%{_bindir}/%{name}
|
||||
|
||||
%changelog
|
||||
|
||||
Loading…
Reference in New Issue
Block a user