acl 2.3.2
This commit is contained in:
commit
66c18f6e6b
1 changed files with 38 additions and 0 deletions
38
acl.spec
Normal file
38
acl.spec
Normal file
|
|
@ -0,0 +1,38 @@
|
|||
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
|
||||
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>
|
||||
-
|
||||
Loading…
Add table
Add a link
Reference in a new issue