golang-github-cpuguy83-md2man-2.0.2-2.el9
- limit to golang arches only - Related: #2061316 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
b36db0c175
commit
0aab09dd15
@ -10,11 +10,13 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $
|
||||
|
||||
Name: golang-github-cpuguy83-md2man
|
||||
Version: 2.0.2
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Converts markdown into roff (man pages)
|
||||
License: MIT
|
||||
URL: https://github.com/cpuguy83/go-md2man
|
||||
Source0: https://github.com/cpuguy83/go-md2man/archive/%{commit0}/%{name}-%{version}-%{shortcommit0}.tar.gz
|
||||
# https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures
|
||||
ExclusiveArch: %{go_arches}
|
||||
BuildRequires: golang
|
||||
BuildRequires: git-core
|
||||
Provides: go-md2man = %{version}-%{release}
|
||||
@ -50,6 +52,10 @@ install -m 0755 -vp bin/* %{buildroot}%{_bindir}/
|
||||
%{_bindir}/*
|
||||
|
||||
%changelog
|
||||
* Thu Aug 04 2022 Jindrich Novy <jnovy@redhat.com> - 2.0.2-2
|
||||
- limit to golang arches only
|
||||
- Related: #2061316
|
||||
|
||||
* Thu Aug 04 2022 Jindrich Novy <jnovy@redhat.com>
|
||||
- update to 2.0.2
|
||||
- Related: #2061316
|
||||
|
Loading…
Reference in New Issue
Block a user