elfutils 0.193
This commit is contained in:
commit
3ba3f4f13e
1 changed files with 41 additions and 0 deletions
41
elfutils.spec
Normal file
41
elfutils.spec
Normal 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>
|
||||||
|
-
|
||||||
Loading…
Add table
Add a link
Reference in a new issue