From fc23a527cb20b315a0216328fc53da44cc7f5994 Mon Sep 17 00:00:00 2001 From: Dmitrii Tochanskii Date: Mon, 13 Oct 2025 16:39:20 +0000 Subject: [PATCH] m4 1.4.20 --- m4.spec | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 m4.spec diff --git a/m4.spec b/m4.spec new file mode 100644 index 0000000..517d73a --- /dev/null +++ b/m4.spec @@ -0,0 +1,39 @@ +Name: m4 +Version: 1.4.20 +Release: 1%{?dist} +Summary: GNU M4 is an implementation of the traditional Unix macro processor + +License: GPL +URL: https://www.gnu.org/software/m4/ +Source0: https://mirror.tochlab.net/pub/gnu/m4/m4-%{version}.tar.gz + +BuildRequires: gcc +Requires: bash + +%description + + +%prep +%autosetup + + +%build +%configure +%make_build + + +%install +%make_install + + +%files +%{_bindir} +%{_datadir} +#%license add-license-file-here +#%doc add-docs-here + + + +%changelog +* Mon Oct 13 2025 Dmitrii Tochanskii +-