commit fc23a527cb20b315a0216328fc53da44cc7f5994 Author: Dmitrii Tochanskii Date: Mon Oct 13 16:39:20 2025 +0000 m4 1.4.20 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 +-