39 lines
592 B
RPMSpec
39 lines
592 B
RPMSpec
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>
|
|
-
|