m4 1.4.20

This commit is contained in:
Dmitrii Tochanskii 2025-10-13 16:39:20 +00:00
commit fc23a527cb

39
m4.spec Normal file
View file

@ -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 <tochansky@tochlab.ru>
-