public inbox for git-commits@fedoraproject.org
help / color / mirror / Atom feed
* [rpms/txt2man] epel10: Update to 1.7.1.
@ 2026-07-21 1:43 Thomas Moschny
0 siblings, 0 replies; only message in thread
From: Thomas Moschny @ 2026-07-21 1:43 UTC (permalink / raw)
To: git-commits
A new commit has been pushed.
Repo : rpms/txt2man
Branch : epel10
Commit : 241c1cb77ca77c0e2eb5fb57c9f73b903725ad0f
Author : Thomas Moschny <thm@fedoraproject.org>
Date : 2021-11-29T21:40:21+01:00
Stats : +13/-6 in 3 file(s)
URL : https://src.fedoraproject.org/rpms/txt2man/c/241c1cb77ca77c0e2eb5fb57c9f73b903725ad0f?branch=epel10
Log:
Update to 1.7.1.
Specfile updates.
---
diff --git a/.gitignore b/.gitignore
index 89ad213..3802e04 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
diff --git a/sources b/sources
index 61b85b9..0955f41 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-71f4a1758f19759f8f7d20bd92d53fda txt2man-1.6.0.tar.gz
+SHA512 (txt2man-1.7.1.tar.gz) = 550b1d30a4435f35d03920d89f5f2adc2a937de7575c4ddc51ee9f4fe370975b45e51f5aec0eb865ead4b16d88ad31f3150cd3235362b1fc7e6d7b3c6233852a
diff --git a/txt2man.spec b/txt2man.spec
index ea947e4..9d17ae4 100644
--- a/txt2man.spec
+++ b/txt2man.spec
@@ -1,6 +1,6 @@
Name: txt2man
-Version: 1.6.0
-Release: 11%{?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.
+
* Fri Jul 23 2021 Fedora Release Engineering <releng@fedoraproject.org> - 1.6.0-11
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2026-07-21 1:43 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-07-21 1:43 [rpms/txt2man] epel10: Update to 1.7.1 Thomas Moschny
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox