2024-01-05 23:19:44 +01:00
|
|
|
Name: go-md2man
|
2024-01-05 23:19:44 +01:00
|
|
|
Version: 2.0.3
|
2024-01-05 23:19:44 +01:00
|
|
|
Release: 1mamba
|
2024-01-05 23:19:44 +01:00
|
|
|
Summary: go md to man conversion tool
|
|
|
|
Group: Development/Tools
|
|
|
|
Vendor: openmamba
|
|
|
|
Distribution: openmamba
|
|
|
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
|
|
|
URL: https://github.com/cpuguy83/go-md2man
|
|
|
|
Source: https://github.com/cpuguy83/go-md2man.git/v%{version}/go-md2man-%{version}.tar.bz2
|
|
|
|
License: MIT
|
|
|
|
## AUTOBUILDREQ-BEGIN
|
|
|
|
## AUTOBUILDREQ-END
|
2024-01-05 23:19:44 +01:00
|
|
|
BuildRequires: libgo-devel >= 11.1.0-1mamba
|
2024-01-05 23:19:44 +01:00
|
|
|
|
|
|
|
%description
|
|
|
|
go md to man conversion tool.
|
|
|
|
|
|
|
|
%prep
|
2024-01-05 23:19:44 +01:00
|
|
|
%setup -q -c -a0
|
|
|
|
install -d build/src/github.com/cpuguy83
|
|
|
|
mv go-md2man-%{version} build/src/github.com/cpuguy83/go-md2man
|
2024-01-05 23:19:44 +01:00
|
|
|
|
|
|
|
%build
|
2024-01-05 23:19:44 +01:00
|
|
|
cd build/src/github.com/cpuguy83/go-md2man
|
|
|
|
export GOPATH=%{_builddir}/%{name}-%{version}/build
|
|
|
|
|
|
|
|
GOROOT=%{_libdir}/go go build -v -o go-md2man
|
2024-01-05 23:19:44 +01:00
|
|
|
./go-md2man -in=go-md2man.1.md -out=go-md2man.1
|
|
|
|
|
|
|
|
%install
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
2024-01-05 23:19:44 +01:00
|
|
|
cd build/src/github.com/cpuguy83/go-md2man
|
2024-01-05 23:19:44 +01:00
|
|
|
install -Dm755 go-md2man %{buildroot}%{_bindir}/go-md2man
|
|
|
|
install -Dm755 go-md2man.1 %{buildroot}%{_mandir}/man1/go-md2man.1
|
|
|
|
|
|
|
|
%clean
|
|
|
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
|
|
|
|
|
|
|
%files
|
|
|
|
%defattr(-,root,root)
|
|
|
|
%{_bindir}/go-md2man
|
2024-01-05 23:19:44 +01:00
|
|
|
%{_mandir}/man1/go-md2man.1*
|
|
|
|
%doc build/src/github.com/cpuguy83/go-md2man/LICENSE.md
|
2024-01-05 23:19:44 +01:00
|
|
|
|
|
|
|
%changelog
|
2024-01-05 23:19:44 +01:00
|
|
|
* Wed Dec 27 2023 Automatic Build System <autodist@mambasoft.it> 2.0.3-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:19:44 +01:00
|
|
|
* Tue Apr 26 2022 Automatic Build System <autodist@mambasoft.it> 2.0.2-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:19:44 +01:00
|
|
|
* Wed Jul 21 2021 Automatic Build System <autodist@mambasoft.it> 2.0.1-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:19:44 +01:00
|
|
|
* Tue May 04 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.0-3mamba
|
|
|
|
- rebuilt with libgo 11.1.0
|
|
|
|
|
2024-01-05 23:19:44 +01:00
|
|
|
* Thu May 14 2020 Silvan Calarco <silvan.calarco@mambasoft.it> 2.0.0-2mamba
|
|
|
|
- rebuilt by autoport with build requirements: libgo-devel>=10.1.0-1mamba
|
|
|
|
|
2024-01-05 23:19:44 +01:00
|
|
|
* Wed Sep 18 2019 Automatic Build System <autodist@mambasoft.it> 2.0.0-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:19:44 +01:00
|
|
|
* Wed Aug 28 2019 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.10-2mamba
|
|
|
|
- rebuilt with gcc (libgo) 9.2.0
|
|
|
|
|
2024-01-05 23:19:44 +01:00
|
|
|
* Sat Mar 30 2019 Automatic Build System <autodist@mambasoft.it> 1.0.10-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:19:44 +01:00
|
|
|
* Mon Jun 25 2018 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.8-2mamba
|
|
|
|
- rebuilt with libgo 8.1.0
|
|
|
|
|
2024-01-05 23:19:44 +01:00
|
|
|
* Wed Apr 18 2018 Automatic Build System <autodist@mambasoft.it> 1.0.8-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:19:44 +01:00
|
|
|
* Sat May 14 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.5-2mamba
|
|
|
|
- rebuilt by autoport with build requirements: libgo-devel>=6.1.0-2mamba
|
|
|
|
|
2024-01-05 23:19:44 +01:00
|
|
|
* Fri Feb 05 2016 Automatic Build System <autodist@mambasoft.it> 1.0.5-1mamba
|
|
|
|
- automatic version update by autodist
|
|
|
|
|
2024-01-05 23:19:44 +01:00
|
|
|
* Sat Jan 02 2016 Silvan Calarco <silvan.calarco@mambasoft.it> 1.0.4-1mamba
|
|
|
|
- package created using the webbuild interface
|