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 Name: ltrace
Version: 0.7.3 Version: 0.7.3
Release: 1mamba Release: 2mamba
Summary: Tracks runtime library calls in dynamically linked programs Summary: Tracks runtime library calls in dynamically linked programs
Group: Development/Tools Group: Development/Tools
Vendor: openmamba Vendor: openmamba
Distribution: openmamba Distribution: openmamba
Packager: Aleph0 <aleph0@openmamba.org> Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
URL: http://packages.debian.org/unstable/utils/ltrace URL: https://packages.debian.org/unstable/utils/ltrace
Source: git://git.debian.org/git/collab-maint/ltrace.git/%{version}/ltrace-%{version}.tar.bz2 Source: https://www.ltrace.org/ltrace_%{version}.orig.tar.bz2
Patch: %{name}-0.4-makefile.patch Patch: %{name}-0.4-makefile.patch
License: GPL License: GPL
## AUTOBUILDREQ-BEGIN ## AUTOBUILDREQ-BEGIN
BuildRequires: elfutils-libelf-devel
BuildRequires: glibc-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 ## AUTOBUILDREQ-END
BuildRoot: %{_tmppath}/%{name}-%{version}-root
%description %description
ltrace is a debugging program which runs a specified command until it exits. 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. 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. You should install ltrace if you need a sysadmin tool for tracking the execution of processes.
%debug_packages
%prep %prep
%setup -q %setup -q
#./autogen.sh
%build %build
./autogen.sh %configure \
%configure --disable-werror
%make CFLAGS="-Wno-unused-local-typedefs" %make CFLAGS="-Wno-unused-local-typedefs"
%install %install
@ -50,6 +59,9 @@ rm -fr %{buildroot}%{_datadir}/doc/ltrace
#%doc BUGS ChangeLog README TODO #%doc BUGS ChangeLog README TODO
%changelog %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 * Thu Sep 19 2013 Automatic Build System <autodist@mambasoft.it> 0.7.3-1mamba
- automatic version update by autodist - automatic version update by autodist