diff options
author | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2023-08-01 20:06:03 +0000 |
---|---|---|
committer | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2023-08-01 20:06:03 +0000 |
commit | 28e8f779805214d33d28ac16d11057135a8f0115 (patch) | |
tree | 01c07575f497169036a1f73027520d451c1d6d85 | |
parent | e550496cb3c4cde05d7aa9815326cc9ce16e7ed5 (diff) |
-rw-r--r-- | golang-github-ravenox-jsonmerge.spec | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/golang-github-ravenox-jsonmerge.spec b/golang-github-ravenox-jsonmerge.spec index ccc38ab..1864127 100644 --- a/golang-github-ravenox-jsonmerge.spec +++ b/golang-github-ravenox-jsonmerge.spec @@ -1,5 +1,6 @@ # Generated by go2rpm 1.9.0 %bcond_without check +%global debug_package %{nil} # https://github.com/RaveNoX/go-jsonmerge %global goipath github.com/RaveNoX/go-jsonmerge @@ -33,24 +34,14 @@ Source: %{gosource} %generate_buildrequires %go_generate_buildrequires -%build -%gobuild -o %{gobuilddir}/bin/jsonmerge %{goipath}/cmd/jsonmerge - %install %gopkginstall -install -m 0755 -vd %{buildroot}%{_bindir} -install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/ %if %{with check} %check %gocheck %endif -%files -%license LICENSE -%doc README.md -%{_bindir}/jsonmerge - %gopkgfiles %changelog |