mirror of
https://github.com/mikefarah/yq.git
synced 2026-07-08 06:45:38 +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}
|
URL: https://github.com/%{git_org}/%{name}
|
||||||
Source0: https://github.com/%{git_org}/%{name}/archive/%{version}.tar.gz
|
Source0: https://github.com/%{git_org}/%{name}/archive/%{version}.tar.gz
|
||||||
|
|
||||||
BuildRequires: golang rsync
|
BuildRequires: golang
|
||||||
|
BuildRequires: rsync
|
||||||
|
|
||||||
%description
|
%description
|
||||||
yq is a lightweight and portable command-line YAML processor.
|
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
|
%files
|
||||||
%doc README.md LICENSE
|
%doc README.md LICENSE
|
||||||
|
|
||||||
|
%license LICENSE
|
||||||
|
|
||||||
%{_bindir}/%{name}
|
%{_bindir}/%{name}
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user