m4 1.4.20
This commit is contained in:
commit
fc23a527cb
1 changed files with 39 additions and 0 deletions
39
m4.spec
Normal file
39
m4.spec
Normal 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>
|
||||||
|
-
|
||||||
Loading…
Add table
Add a link
Reference in a new issue