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

Group :: Development/Debug
RPM: debugedit

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Name: debugedit
Version: 5.0.0.19.5bad
Release: alt1

Summary: A collection of debuginfo utilities
License: GPLv3+
Group: Development/Debug
URL: https://sourceware.org/debugedit/
# git://git.altlinux.org/gears/d/debugedit.git
Source: %name-%version-%release.tar

BuildRequires: help2man, libelf-devel, libdw-devel

%description
The debugedit project provides programs and scripts for creating
debuginfo and source file distributions, collect build-ids and rewrite
source paths in DWARF data for debugging, tracing and profiling.

%prep
%setup -n %name-%version-%release

%build
%autoreconf
%configure --disable-silent-rules
%make_build

%install
%makeinstall_std
rm %buildroot%_bindir/find-debuginfo
rm %buildroot%_man1dir/find-debuginfo.1

%set_verify_elf_method strict
%define _unpackaged_files_terminate_build 1
%define _stripped_files_terminate_build 1

%check
%make_build -k check VERBOSE=1

%files
%_bindir/debugedit
%_bindir/sepdebugcrcfix
%_man1dir/debugedit.1*
%_man1dir/sepdebugcrcfix.1*
%doc README find-debuginfo find-debuginfo.1

%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