attr 2.5.2
This commit is contained in:
commit
9c494a1175
1 changed files with 39 additions and 0 deletions
39
attr.spec
Normal file
39
attr.spec
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
Name: attr
|
||||
Version: 2.5.2
|
||||
Release: 1%{?dist}
|
||||
Summary: Commands for Manipulating Filesystem Extended Attributes
|
||||
|
||||
License: GPL
|
||||
URL: https://savannah.nongnu.org/projects/attr
|
||||
Source0: https://download-mirror.savannah.gnu.org/releases/attr/attr-%{version}.tar.gz
|
||||
|
||||
BuildRequires: gcc
|
||||
Requires: bash
|
||||
|
||||
%description
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make_build
|
||||
|
||||
|
||||
%install
|
||||
%make_install
|
||||
|
||||
|
||||
%files
|
||||
%{_sysconfdir}
|
||||
%{_bindir}
|
||||
%{_libdir}
|
||||
%{_includedir}
|
||||
%{_datadir}
|
||||
|
||||
|
||||
%changelog
|
||||
* Thu Oct 02 2025 Dmitrii Tochanskii <tochansky@tochlab.ru>
|
||||
-
|
||||
Loading…
Add table
Add a link
Reference in a new issue