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

- don't build devel and compat packages
- Resolves: RHEL-65307

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2024-10-30 16:41:48 +01:00
parent f37f178f5e
commit 8bbc3bd089
2 changed files with 5 additions and 13 deletions

7
.gitignore vendored
View File

@ -1,6 +1 @@
/go-md2man-f79a8a8ca69da163eee19ab442bedad7a35bba5a.tar.gz
/go-md2man-1029f53b6507e27158d89cd489669559c1c700a3.tar.gz
/go-md2man-af8da765f0460ccb1d91003b4945a792363a94ca.tar.gz
/go-md2man-2.0.1.tar.gz
/go-md2man-2.0.2.tar.gz
/go-md2man-2.0.3.tar.gz
/*.tar.*

View File

@ -16,7 +16,7 @@ Converts markdown into roff (man pages).}
%global godocs README.md go-md2man.1.md
Name: %{goname}
Release: %autorelease
Release: 7%{?dist}
Summary: Converts markdown into roff (man pages)
License: MIT
@ -27,8 +27,6 @@ Provides: go-md2man = %{version}-%{release}
%description %{common_description}
%gopkg
%prep
%if %{defined rhel}
%goprep -k
@ -46,7 +44,6 @@ 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}/
@ -63,7 +60,7 @@ install -Dpm 0644 go-md2man.1 -t %{buildroot}%{_mandir}/man1/
%{_bindir}/*
%{_mandir}/man1/go-md2man.1*
%gopkgfiles
%changelog
%autochangelog
* Wed Oct 30 2024 Jindrich Novy <jnovy@redhat.com> - 2.0.3-7
- don't build devel and compat packages
- Resolves: RHEL-65307