make 4.4.1
This commit is contained in:
commit
1880812287
1 changed files with 37 additions and 0 deletions
37
make.spec
Normal file
37
make.spec
Normal file
|
|
@ -0,0 +1,37 @@
|
||||||
|
Name: make
|
||||||
|
Version: 4.4.1
|
||||||
|
Release: 1%{?dist}
|
||||||
|
Summary: GNU Make
|
||||||
|
|
||||||
|
License: GPL-3+
|
||||||
|
URL: https://www.gnu.org/software/make/
|
||||||
|
Source0: https://mirror.tochlab.net/pub/gnu/make/make-%{version}.tar.gz
|
||||||
|
|
||||||
|
BuildRequires: gcc make
|
||||||
|
Requires: bash
|
||||||
|
|
||||||
|
%description
|
||||||
|
Well known GNU Make
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%autosetup
|
||||||
|
|
||||||
|
|
||||||
|
%build
|
||||||
|
%configure
|
||||||
|
%make_build
|
||||||
|
|
||||||
|
|
||||||
|
%install
|
||||||
|
%make_install
|
||||||
|
|
||||||
|
|
||||||
|
%files
|
||||||
|
%{_bindir}/make
|
||||||
|
%{_includedir}/gnumake.h
|
||||||
|
%{_datadir}
|
||||||
|
|
||||||
|
|
||||||
|
%changelog
|
||||||
|
* Mon Dec 29 2025 Dmitrii Tochanskii <tochanskiy@tochlab.ru>
|
||||||
|
-
|
||||||
Loading…
Add table
Add a link
Reference in a new issue