Summary: prints system call strace of a running process Summary(de): druckt ein Protokoll der Systemaufrufe eines laufenden Prozesses. Summary(fr): affiche l'appel système strace d'un processus en exécution. Summary(pl): strace wy¶wietla funkcje systemowe wywo³ywane przez uruchomiony proces Summary(tr): Çalışan bir sürecin yaptığı sistem çağrılarını listeler Name: strace Version: 4.0 Release: 1 Copyright: distributable Group: Development/Debuggers Group(pl): Programowanie/Odpluskwiacze Source: http://www.wi.leidenuniv.nl/~wichert/strace/%{name}-%{version}.tar.gz Patch0: strace-fhs.patch Patch1: strace-linux.patch Patch2: strace-ipv6.patch BuildRoot: /tmp/%{name}-%{version}-root %description Strace prints a record of each system call another program makes, including all of the arguments passed to it and the system call's return value. %description -l de Strace druckt ein Protokoll aller von einem anderen Programm ausgegebenen Systemaufrufe, einschließlich aller weitergeleiteten Argumente und dem Ausgabewert des Systemaufrufs. %description -l fr strace affiche l'enregistrement de chaque appel système que fait un programme ainsi que tous les arguments qui lui ont été passés et la valeur de retour de l'appel. %description -l pl Strace wy¶wietla informacje o ka¿dym wywo³aniu funkcji systemowych przez uruchamiany program, w tym równie¿ wszystkie argumenty wywo³ania i zwrócon± warto¶æ. %description -l tr strace bir programın çalıştığı sürece yaptığı bütün sistem çağrılarını, gönderdiği parametreler ve geri dönüş değerleriyle birlikte döker. %prep %setup -q %patch0 -p1 %patch1 -p1 %patch2 -p1 %build autoconf && autoheader %configure make LDFLAGS="-s" %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/man1} make install \ prefix=$RPM_BUILD_ROOT%{_prefix} \ mandir=$RPM_BUILD_ROOT%{_mandir} \ bindir=$RPM_BUILD_ROOT%{_bindir} gzip -9nf $RPM_BUILD_ROOT%{_mandir}/man1/* ChangeLog README-linux %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc {ChangeLog,README-linux}.gz %attr(755,root,root) %{_bindir}/strace %{_mandir}/man1/*