41 lines
737 B
RPMSpec
41 lines
737 B
RPMSpec
Name: elfutils
|
|
Version: 0.193
|
|
Release: 1%{?dist}
|
|
Summary: Collection of utilities and libraries to read, create and modify ELF binary files
|
|
|
|
License: GPL-3
|
|
URL: https://sourceware.org/elfutils/
|
|
Source0: https://sourceware.org/elfutils/ftp/%{version}/elfutils-%{version}.tar.bz2
|
|
|
|
BuildRequires: gcc g++ zlib-devel m4
|
|
Requires: bash
|
|
|
|
%description
|
|
|
|
|
|
%prep
|
|
%autosetup
|
|
|
|
|
|
%build
|
|
%configure --disable-demangler --disable-libdebuginfod --disable-debuginfod
|
|
%make_build
|
|
|
|
|
|
%install
|
|
%make_install
|
|
|
|
|
|
%files
|
|
%{_datadir}
|
|
%{_libdir}
|
|
%{_bindir}
|
|
%{_includedir}
|
|
#%license add-license-file-here
|
|
#%doc add-docs-here
|
|
|
|
|
|
|
|
%changelog
|
|
* Mon Oct 13 2025 Dmitrii Tochanskii <tochansky@tochlab.ru>
|
|
-
|