Compare commits
3 Commits
1.48.5-1ma
...
main
Author | SHA1 | Date | |
---|---|---|---|
a7e9d30f31 | |||
95ddb6b82b | |||
fd4feaed7e |
@ -1,5 +1,5 @@
|
||||
Name: help2man
|
||||
Version: 1.48.5
|
||||
Version: 1.49.3
|
||||
Release: 1mamba
|
||||
Summary: A tool for automatically generating simple manual pages from program output
|
||||
Group: Development/Tools
|
||||
@ -24,6 +24,8 @@ help2man is a tool for automatically generating simple manual pages from program
|
||||
It is intended to provide an easy way for software authors to include a manual page in their distribution without having to maintain that document.
|
||||
Given a program which produces resonably standard --help and --version outputs, help2man will attempt to re-arrange that output into something which resembles a manual page.
|
||||
|
||||
%debug_package
|
||||
|
||||
%prep
|
||||
%setup -q
|
||||
|
||||
@ -62,6 +64,7 @@ Given a program which produces resonably standard --help and --version outputs,
|
||||
%lang(fr) %{_infodir}/help2man-fr.info.*
|
||||
%lang(pl) %{_infodir}/help2man-pl.info.*
|
||||
%lang(pt_BR) %{_infodir}/help2man-pt_BR.info.*
|
||||
%lang(ro) %{_infodir}/help2man-ro.info.*
|
||||
%lang(sr) %{_infodir}/help2man-sr.info.*
|
||||
%lang(sv) %{_infodir}/help2man-sv.info.*
|
||||
%lang(uk) %{_infodir}/help2man-uk.info.*
|
||||
@ -69,6 +72,15 @@ Given a program which produces resonably standard --help and --version outputs,
|
||||
%{_datadir}/man/man1/help2man.*
|
||||
|
||||
%changelog
|
||||
* Sat Dec 17 2022 Automatic Build System <autodist@mambasoft.it> 1.49.3-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Fri Apr 15 2022 Automatic Build System <autodist@mambasoft.it> 1.49.2-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Feb 15 2022 Automatic Build System <autodist@mambasoft.it> 1.49.1-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Sun Aug 22 2021 Automatic Build System <autodist@mambasoft.it> 1.48.5-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user