golang-github-cpuguy83-md2man-2.0.2-5.el9
- update license to SPDX standard - Related: #2176063 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
2205a4a4d8
commit
1064399225
@ -10,9 +10,9 @@ GO111MODULE=off go build -buildmode pie -compiler gc -tags="rpm_crashtraceback $
|
|||||||
|
|
||||||
Name: golang-github-cpuguy83-md2man
|
Name: golang-github-cpuguy83-md2man
|
||||||
Version: 2.0.2
|
Version: 2.0.2
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: Converts markdown into roff (man pages)
|
Summary: Converts markdown into roff (man pages)
|
||||||
License: MIT
|
License: Licence: BSD-2-Clause AND MIT
|
||||||
URL: https://github.com/cpuguy83/go-md2man
|
URL: https://github.com/cpuguy83/go-md2man
|
||||||
Source0: https://github.com/cpuguy83/go-md2man/archive/%{commit0}/%{name}-%{version}-%{shortcommit0}.tar.gz
|
Source0: https://github.com/cpuguy83/go-md2man/archive/%{commit0}/%{name}-%{version}-%{shortcommit0}.tar.gz
|
||||||
# https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures
|
# https://fedoraproject.org/wiki/PackagingDrafts/Go#Go_Language_Architectures
|
||||||
@ -53,6 +53,10 @@ install -m 0755 -vp bin/* %{buildroot}%{_bindir}/
|
|||||||
%{_bindir}/*
|
%{_bindir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed May 31 2023 Jindrich Novy <jnovy@redhat.com> - 2.0.2-5
|
||||||
|
- update license to SPDX standard
|
||||||
|
- Related: #2176063
|
||||||
|
|
||||||
* Fri Dec 02 2022 Jindrich Novy <jnovy@redhat.com> - 2.0.2-4
|
* Fri Dec 02 2022 Jindrich Novy <jnovy@redhat.com> - 2.0.2-4
|
||||||
- fix RHEL9.2 build - thanks to Debarshi Ray
|
- fix RHEL9.2 build - thanks to Debarshi Ray
|
||||||
- Related: #2124478
|
- Related: #2124478
|
||||||
|
Loading…
Reference in New Issue
Block a user