coreutils 9.7
This commit is contained in:
commit
e498ddb34e
1 changed files with 38 additions and 0 deletions
38
coreutils.spec
Normal file
38
coreutils.spec
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
Name: coreutils
|
||||
Version: 9.7
|
||||
Release: 1%{?dist}
|
||||
Summary: Standard GNU utilities (chmod, cp, dd, ls, sort, tr, head, wc, who...)
|
||||
|
||||
License: GPL-3
|
||||
URL: https://www.gnu.org/software/coreutils/
|
||||
Source0: https://ftpmirror.gnu.org/gnu/coreutils/coreutils-%{version}.tar.xz
|
||||
|
||||
BuildRequires: bash
|
||||
Requires: glibc
|
||||
|
||||
%description
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
|
||||
%build
|
||||
export FORCE_UNSAFE_CONFIGURE=1
|
||||
%configure
|
||||
%make_build
|
||||
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
||||
|
||||
%files
|
||||
%{_sbindir}/*
|
||||
%{_libexecdir}/*
|
||||
%{_datadir}/*
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Aug 15 2025 Dmitrii Tochanskii <tochansky@tochlab.ru>
|
||||
-
|
||||
Loading…
Add table
Add a link
Reference in a new issue