rebuilt with debug package and specfile fixes [release 0.7.3-2mamba;Tue Sep 06 2022]

This commit is contained in:
Silvan Calarco 2024-01-06 06:30:51 +01:00
parent b106e12d55
commit 4fcf460612

View File

@ -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 <aleph0@openmamba.org>
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 <silvan.calarco@mambasoft.it>
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 <silvan.calarco@mambasoft.it> 0.7.3-2mamba
- rebuilt with debug package and specfile fixes
* Thu Sep 19 2013 Automatic Build System <autodist@mambasoft.it> 0.7.3-1mamba
- automatic version update by autodist