golang-github-cpuguy83-md2man/golang-github-cpuguy83-md2man.spec
Robert-André Mauchin d0ec2d1669 SPEC cleanup
2022-11-12 15:54:42 +01:00

64 lines
1.2 KiB
RPMSpec

# Generated by go2rpm 1.8.2
%bcond_without check
# https://github.com/cpuguy83/go-md2man
%global goipath github.com/cpuguy83/go-md2man
Version: 2.0.2
%gometa
%global goaltipaths github.com/cpuguy83/go-md2man/v2
%global common_description %{expand:
Converts markdown into roff (man pages).}
%global golicenses LICENSE.md
%global godocs README.md go-md2man.1.md
Name: %{goname}
Release: %autorelease
Summary: Converts markdown into roff (man pages)
License: MIT
URL: %{gourl}
Source0: %{gosource}
Provides: go-md2man = %{version}-%{release}
%description %{common_description}
%gopkg
%prep
%goprep
%generate_buildrequires
%go_generate_buildrequires
%build
%gobuild -o %{gobuilddir}/bin/go-md2man %{goipath}
%{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}/
install -Dpm 0644 go-md2man.1 -t %{buildroot}%{_mandir}/man1/
%if %{with check}
%check
%gocheck
%endif
%files
%license LICENSE.md
%doc go-md2man.1.md README.md
%{_bindir}/*
%{_mandir}/man1/go-md2man.1*
%gopkgfiles
%changelog
%autochangelog