Sophie

Sophie

distrib > Arklinux > devel > i586 > by-pkgid > 3ff3e058ed763fb99c808b8410911042 > files > 1

ltrace-0.5-1ark.src.rpm

Summary: Tracks runtime library calls from dynamically linked executables.
Name: ltrace
Version: 0.5
Release: 1ark
Source: ftp://ftp.debian.org/debian/pool/main/l/ltrace/ltrace_%{version}.orig.tar.lz
License: GPL
Group: Development/Debuggers
BuildRoot: /var/tmp/%{name}-root

%description
Ltrace is a debugging program which runs a specified command until the
command exits.  While the command is executing, ltrace intercepts and
records both the dynamic library calls called by the executed process
and the signals received by the executed process.  Ltrace can also
intercept and print system calls executed by the process.

You should install ltrace if you need a sysadmin tool for tracking the
execution of processes.

%prep
%setup -q

%build
%configure
make %?_smp_mflags

%install
make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
rm -rf $RPM_BUILD_ROOT/%{_prefix}/doc

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc COPYING README TODO BUGS ChangeLog
%{_bindir}/ltrace
%{_mandir}/man1/ltrace.1*
%config %_sysconfdir/ltrace.conf

%changelog
* Sat Oct  6 2007 Bernhard Rosenkraenzer <bero@arklinux.org> 0.5-1ark
- 0.5

* Sun Jul 23 2006 Bernhard Rosenkraenzer <bero@arklinux.org> 0.4-1ark
- 0.4
- Remove bogus x86 restriction

* Mon Mar 31 2003 Bernhard Rosenkraenzer <bero@arklinux.org> 0.3.31-1ark
- 0.3.31
- Fix spec file

* Mon Aug 26 2002 Ark Linux Team <arklinux@arklinux.org> 0.3.10-8ark
- automated rebuild

* Sat Jun 15 2002 Bernhard Rosenkraenzer <bero@linux-easy.com> 0.3.10-7ark
- ix86, not 386