summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCoprDistGit <copr-devel@lists.fedorahosted.org>2023-08-01 20:06:03 +0000
committerCoprDistGit <copr-devel@lists.fedorahosted.org>2023-08-01 20:06:03 +0000
commit28e8f779805214d33d28ac16d11057135a8f0115 (patch)
tree01c07575f497169036a1f73027520d451c1d6d85
parente550496cb3c4cde05d7aa9815326cc9ce16e7ed5 (diff)
automatic import of golang-github-ravenox-jsonmergeHEADmasterf38f37
-rw-r--r--golang-github-ravenox-jsonmerge.spec11
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