diff --git a/.gitignore b/.gitignore index 4e1b2ab..dafa321 100644 --- a/.gitignore +++ b/.gitignore @@ -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.* diff --git a/golang-github-cpuguy83-md2man.spec b/golang-github-cpuguy83-md2man.spec index 7211bbd..4f5aab0 100644 --- a/golang-github-cpuguy83-md2man.spec +++ b/golang-github-cpuguy83-md2man.spec @@ -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 - 2.0.3-7 +- don't build devel and compat packages +- Resolves: RHEL-65307