From 4fcf460612a6a06de857dc42ed13b76a0ae4ddd3 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sat, 6 Jan 2024 06:30:51 +0100 Subject: [PATCH] rebuilt with debug package and specfile fixes [release 0.7.3-2mamba;Tue Sep 06 2022] --- ltrace.spec | 28 ++++++++++++++++++++-------- 1 file changed, 20 insertions(+), 8 deletions(-) diff --git a/ltrace.spec b/ltrace.spec index c1d76bf..929d342 100644 --- a/ltrace.spec +++ b/ltrace.spec @@ -1,20 +1,25 @@ Name: ltrace Version: 0.7.3 -Release: 1mamba +Release: 2mamba Summary: Tracks runtime library calls in dynamically linked programs Group: Development/Tools Vendor: openmamba Distribution: openmamba -Packager: Aleph0 -URL: http://packages.debian.org/unstable/utils/ltrace -Source: git://git.debian.org/git/collab-maint/ltrace.git/%{version}/ltrace-%{version}.tar.bz2 +Packager: Silvan Calarco +URL: https://packages.debian.org/unstable/utils/ltrace +Source: https://www.ltrace.org/ltrace_%{version}.orig.tar.bz2 Patch: %{name}-0.4-makefile.patch License: GPL ## AUTOBUILDREQ-BEGIN -BuildRequires: elfutils-libelf-devel BuildRequires: glibc-devel +BuildRequires: libelf-devel +BuildRequires: libgcc +BuildRequires: liblzma-devel +BuildRequires: libselinux-devel +BuildRequires: libstdc++6-devel +BuildRequires: libunwind-devel +BuildRequires: libz-devel ## AUTOBUILDREQ-END -BuildRoot: %{_tmppath}/%{name}-%{version}-root %description ltrace is a debugging program which runs a specified command until it exits. @@ -23,12 +28,16 @@ It can also intercept and print the system calls executed by the program. The program to be traced need not be recompiled for this, so you can use it on binaries for which you don't have the source handy. You should install ltrace if you need a sysadmin tool for tracking the execution of processes. +%debug_packages + %prep %setup -q +#./autogen.sh %build -./autogen.sh -%configure +%configure \ + --disable-werror + %make CFLAGS="-Wno-unused-local-typedefs" %install @@ -50,6 +59,9 @@ rm -fr %{buildroot}%{_datadir}/doc/ltrace #%doc BUGS ChangeLog README TODO %changelog +* Tue Sep 06 2022 Silvan Calarco 0.7.3-2mamba +- rebuilt with debug package and specfile fixes + * Thu Sep 19 2013 Automatic Build System 0.7.3-1mamba - automatic version update by autodist