File latrace.spec of Package latrace
Name: latrace
Version: 0.5.2
Release: 1
Summary: Library Call Tracer
Group: Development/Tools/Debuggers
License: OSL
URL: http://latrace.sourceforge.net/
Source0: %name-%version.tar.bz2
Patch0: x86_64-stack.diff
BuildRoot: %_tmppath/%name-%version-%release-root-%(%__id_u -n)
PreReq: autoconf, bison, flex
%description
latrace - glibc 2.4+ LD_AUDIT feature frontend
allows you to trace library calls and get their statistics in
a manner similar to the strace utility (syscall tracing).
%prep
%setup -q
%patch0
%build
autoconf
%configure
make %{?_smp_mflags}
%install
make install ROOTDIR=$RPM_BUILD_ROOT
%clean
rm -rf $RPM_BUILD_ROOT
%files
%defattr(-,root,root,-)
%doc README ReleaseNotes TODO
%config /etc/latrace.conf
%config /etc/latrace.d
%{_bindir}/latrace
%{_libdir}/libltaudit.so
%doc %{_mandir}/man1/latrace.1.gz
%changelog
* Fri Jan 16 2008 pasky@suse.cz
- Initial package