golang-github-cpuguy83-md2man-2.0.3-8.el10

- re-add -devel and compat
- Resolves: RHEL-65351

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2024-11-07 11:33:27 +01:00
parent 8bbc3bd089
commit 5fa7660dab

View File

@ -16,7 +16,7 @@ Converts markdown into roff (man pages).}
%global godocs README.md go-md2man.1.md
Name: %{goname}
Release: 7%{?dist}
Release: 8%{?dist}
Summary: Converts markdown into roff (man pages)
License: MIT
@ -27,6 +27,8 @@ Provides: go-md2man = %{version}-%{release}
%description %{common_description}
%gopkg
%prep
%if %{defined rhel}
%goprep -k
@ -44,6 +46,7 @@ tar c -C vendor/ . | tar x -C %{gobuilddir}/src
%{gobuilddir}/bin/go-md2man -in go-md2man.1.md -out go-md2man.1
%install
%gopkginstall
install -m 0755 -vd %{buildroot}%{_bindir}
install -m 0755 -vp %{gobuilddir}/bin/* %{buildroot}%{_bindir}/
@ -60,7 +63,13 @@ install -Dpm 0644 go-md2man.1 -t %{buildroot}%{_mandir}/man1/
%{_bindir}/*
%{_mandir}/man1/go-md2man.1*
%gopkgfiles
%changelog
* Thu Nov 07 2024 Jindrich Novy <jnovy@redhat.com> - 2.0.3-8
- re-add -devel and compat
- Resolves: RHEL-65351
* Wed Oct 30 2024 Jindrich Novy <jnovy@redhat.com> - 2.0.3-7
- don't build devel and compat packages
- Resolves: RHEL-65307