Cleanup spec syntax

This commit is contained in:
Bradford Dabbs 2019-03-25 21:49:58 -05:00
parent a3d5ac34ca
commit 773c50700d
No known key found for this signature in database
GPG Key ID: 9CA203FA9A4E8A27

View File

@ -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