Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37536870
en ru br
ALT Linux repos
S:1.2-alt1

Group :: Development/Other
RPM: abi-dumper

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: abi-dumper
Version: 1.1
Release: alt1
Group: Development/Other
License: GPLv2
Summary: A tool to dump ABI of an ELF object containing DWARF debug info
Source: %version.tar.gz
Url: https://github.com/lvc/abi-dumper
BuildArch: noarch

%description
ABI Dumper dumps ABI of an ELF object containing DWARF debug info.

The tool is intended to be used with ABI Compliance Checker tool for
tracking ABI changes of a C/C++ library or kernel module.

%prep
%setup

%install
mkdir -p %buildroot%prefix
perl Makefile.pl -install --prefix=%buildroot%prefix

%files
%doc README
%_bindir/*

%changelog

Full changelog you can see here

 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin