Compare commits

...
Sign in to create a new pull request.

4 commits

Author SHA1 Message Date
a8a89c9592 Update to 1.7.1.
Specfile updates.
2021-12-01 14:31:52 +01:00
Troy Dawson
4c73f031f8 remove package.cfg per new epel-playground policy 2020-09-24 18:31:51 +00:00
Richard Shaw
f76c47996b Merge branch 'master' into epel8 2019-12-07 07:30:10 -06:00
Gwyn Ciesla
003e7b4004 "Adding package.cfg file" 2019-12-06 14:01:38 -06:00
3 changed files with 13 additions and 6 deletions

1
.gitignore vendored
View file

@ -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

View file

@ -1 +1 @@
71f4a1758f19759f8f7d20bd92d53fda txt2man-1.6.0.tar.gz
SHA512 (txt2man-1.7.1.tar.gz) = 550b1d30a4435f35d03920d89f5f2adc2a937de7575c4ddc51ee9f4fe370975b45e51f5aec0eb865ead4b16d88ad31f3150cd3235362b1fc7e6d7b3c6233852a

View file

@ -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