util-linux 2.41
This commit is contained in:
commit
27aeb1069e
1 changed files with 50 additions and 0 deletions
50
util-linux.spec
Normal file
50
util-linux.spec
Normal file
|
|
@ -0,0 +1,50 @@
|
|||
Name: util-linux
|
||||
Version: 2.41.1
|
||||
Release: 1%{?dist}
|
||||
Summary: Various useful Linux utilities
|
||||
|
||||
License: GPL-2 GPL-3 LGPL-2.1 BSD-4 MIT public-domain
|
||||
URL: https://www.kernel.org/pub/linux/utils/util-linux/
|
||||
Source0: https://mirrors.edge.kernel.org/pub/linux/utils/util-linux/v2.41/util-linux-%{version}.tar.gz
|
||||
|
||||
BuildRequires: gcc ncurses-devel readline-devel
|
||||
Requires: bash
|
||||
|
||||
%description
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
|
||||
%build
|
||||
%configure \
|
||||
--without-python \
|
||||
--without-systemd \
|
||||
--without-systemdsystemunitdir \
|
||||
--disable-login \
|
||||
--disable-nologin \
|
||||
--disable-su \
|
||||
--disable-static \
|
||||
--disable-liblastlog2
|
||||
%make_build
|
||||
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
||||
|
||||
%files
|
||||
%{_bindir}/*
|
||||
%{_libdir}/*
|
||||
%{_datadir}/*
|
||||
%{_includedir}/*
|
||||
/usr/sbin/*
|
||||
#%license add-license-file-here
|
||||
#%doc add-docs-here
|
||||
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Aug 15 2025 Dmitrii Tochanskii <tochansky@tochlab.ru>
|
||||
-
|
||||
Loading…
Add table
Add a link
Reference in a new issue