Compare commits
4 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a8a89c9592 | |||
|
|
4c73f031f8 | ||
|
|
f76c47996b | ||
|
|
003e7b4004 |
3 changed files with 13 additions and 6 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -1,3 +1,4 @@
|
|||
txt2man-1.5.5.tar.gz
|
||||
/txt2man-1.5.6.tar.gz
|
||||
/txt2man-1.6.0.tar.gz
|
||||
/txt2man-1.7.1.tar.gz
|
||||
|
|
|
|||
2
sources
2
sources
|
|
@ -1 +1 @@
|
|||
71f4a1758f19759f8f7d20bd92d53fda txt2man-1.6.0.tar.gz
|
||||
SHA512 (txt2man-1.7.1.tar.gz) = 550b1d30a4435f35d03920d89f5f2adc2a937de7575c4ddc51ee9f4fe370975b45e51f5aec0eb865ead4b16d88ad31f3150cd3235362b1fc7e6d7b3c6233852a
|
||||
|
|
|
|||
16
txt2man.spec
16
txt2man.spec
|
|
@ -1,6 +1,6 @@
|
|||
Name: txt2man
|
||||
Version: 1.6.0
|
||||
Release: 7%{?dist}
|
||||
Version: 1.7.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Convert flat ASCII text to man page format
|
||||
|
||||
License: GPLv2+
|
||||
|
|
@ -9,10 +9,13 @@ Source0: https://github.com/mvertes/%{name}/archive/%{name}-%{version}.ta
|
|||
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: make
|
||||
BuildRequires: gawk
|
||||
|
||||
Requires: gawk
|
||||
|
||||
%description
|
||||
tx2man is a shell script using gnu awk, that should run on any
|
||||
txt2man is a shell script using gnu awk, that should run on any
|
||||
Unix-like system. The syntax of the ASCII text is very straightforward
|
||||
and looks very much like the output of the man(1) program.
|
||||
|
||||
|
|
@ -21,10 +24,9 @@ and looks very much like the output of the man(1) program.
|
|||
%setup -q -n %{name}-%{name}-%{version}
|
||||
|
||||
%build
|
||||
#no build needed
|
||||
%{make_build}
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
#manual install
|
||||
install -p -m 0755 -D bookman $RPM_BUILD_ROOT%{_bindir}/bookman
|
||||
install -p -m 0755 -D src2man $RPM_BUILD_ROOT%{_bindir}/src2man
|
||||
|
|
@ -43,6 +45,10 @@ install -p -m 0644 -D txt2man.1 $RPM_BUILD_ROOT%{_mandir}/man1/txt2man.1
|
|||
|
||||
|
||||
%changelog
|
||||
* Mon Nov 29 2021 Thomas Moschny <thomas.moschny@gmx.de> - 1.7.1-1
|
||||
- Update to 1.7.1.
|
||||
- Specfile updates.
|
||||
|
||||
* Sat Jul 27 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-7
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue