38 lines
587 B
RPMSpec
38 lines
587 B
RPMSpec
Name: acl
|
|
Version: 2.3.2
|
|
Release: 1%{?dist}
|
|
Summary: Commands for Manipulating POSIX Access Control Lists
|
|
|
|
License: GPL-2+
|
|
URL: https://savannah.nongnu.org/projects/acl
|
|
Source0: https://download.savannah.nongnu.org/releases/acl/acl-%{version}.tar.xz
|
|
|
|
BuildRequires: gcc libattr-devel
|
|
Requires: bash
|
|
|
|
%description
|
|
|
|
|
|
%prep
|
|
%autosetup
|
|
|
|
|
|
%build
|
|
%configure
|
|
%make_build
|
|
|
|
|
|
%install
|
|
%make_install
|
|
|
|
|
|
%files
|
|
%{_bindir}
|
|
%{_includedir}
|
|
%{_libdir}
|
|
%{_datadir}
|
|
|
|
|
|
%changelog
|
|
* Wed Oct 01 2025 Dmitrii Tochanskii <tochansky@tochlab.ru>
|
|
-
|