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:
parent
8bbc3bd089
commit
5fa7660dab
@ -16,7 +16,7 @@ Converts markdown into roff (man pages).}
|
|||||||
%global godocs README.md go-md2man.1.md
|
%global godocs README.md go-md2man.1.md
|
||||||
|
|
||||||
Name: %{goname}
|
Name: %{goname}
|
||||||
Release: 7%{?dist}
|
Release: 8%{?dist}
|
||||||
Summary: Converts markdown into roff (man pages)
|
Summary: Converts markdown into roff (man pages)
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -27,6 +27,8 @@ Provides: go-md2man = %{version}-%{release}
|
|||||||
|
|
||||||
%description %{common_description}
|
%description %{common_description}
|
||||||
|
|
||||||
|
%gopkg
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%if %{defined rhel}
|
%if %{defined rhel}
|
||||||
%goprep -k
|
%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
|
%{gobuilddir}/bin/go-md2man -in go-md2man.1.md -out go-md2man.1
|
||||||
|
|
||||||
%install
|
%install
|
||||||
|
%gopkginstall
|
||||||
install -m 0755 -vd %{buildroot}%{_bindir}
|
install -m 0755 -vd %{buildroot}%{_bindir}
|
||||||
install -m 0755 -vp %{gobuilddir}/bin/* %{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}/*
|
%{_bindir}/*
|
||||||
%{_mandir}/man1/go-md2man.1*
|
%{_mandir}/man1/go-md2man.1*
|
||||||
|
|
||||||
|
%gopkgfiles
|
||||||
|
|
||||||
%changelog
|
%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
|
* Wed Oct 30 2024 Jindrich Novy <jnovy@redhat.com> - 2.0.3-7
|
||||||
- don't build devel and compat packages
|
- don't build devel and compat packages
|
||||||
- Resolves: RHEL-65307
|
- Resolves: RHEL-65307
|
||||||
|
Loading…
Reference in New Issue
Block a user