43 lines
646 B
RPMSpec
43 lines
646 B
RPMSpec
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>
|
|
-
|