libarchive 3.8.7
This commit is contained in:
commit
5f09c8b121
1 changed files with 43 additions and 0 deletions
43
libarchive.spec
Normal file
43
libarchive.spec
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
Name: libarchive
|
||||
Version: 3.8.7
|
||||
Release: 1%{?dist}
|
||||
Summary: Multi-format archive and compression library
|
||||
|
||||
License: BSD-2 and others
|
||||
URL: https://www.libarchive.org/
|
||||
Source0: https://www.libarchive.org/downloads/libarchive-%{version}.tar.gz
|
||||
|
||||
BuildRequires: gcc
|
||||
Requires: bash
|
||||
|
||||
%description
|
||||
|
||||
|
||||
%prep
|
||||
%autosetup
|
||||
|
||||
|
||||
%build
|
||||
%configure
|
||||
%make_build
|
||||
|
||||
|
||||
%install
|
||||
%make_install
|
||||
find $RPM_BUILD_ROOT -name '*.la' -exec rm -f {} ';'
|
||||
|
||||
|
||||
%{?ldconfig_scriptlets}
|
||||
|
||||
|
||||
%files
|
||||
%{_bindir}
|
||||
%{_libdir}
|
||||
%{_includedir}/*
|
||||
%{_datadir}
|
||||
|
||||
|
||||
|
||||
%changelog
|
||||
* Fri Apr 17 2026 Dmitrii Tochanskii <tochansky@tochlab.ru>
|
||||
-
|
||||
Loading…
Add table
Add a link
Reference in a new issue