51 lines
924 B
RPMSpec
51 lines
924 B
RPMSpec
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 \
|
|
--disable-kill
|
|
%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>
|
|
-
|