commit 3ba3f4f13e47313ce2df26ccf846b2d791ae0a19 Author: Dmitrii Tochanskii Date: Mon Oct 13 13:52:56 2025 +0000 elfutils 0.193 diff --git a/elfutils.spec b/elfutils.spec new file mode 100644 index 0000000..7df5a07 --- /dev/null +++ b/elfutils.spec @@ -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 +-