elfutils 0.193

This commit is contained in:
Dmitrii Tochanskii 2025-10-13 13:52:56 +00:00
commit 3ba3f4f13e

41
elfutils.spec Normal file
View file

@ -0,0 +1,41 @@
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>
-