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.4.91 Release: 1 License: distributable Group: Development/Debuggers Source0: ftp://ftp.sourceforge.net/pub/sourceforge/strace/%{name}_%{version}-1.tar.gz Source1: %{name}.1.pl Patch0: %{name}-newsysc.patch Patch1: %{name}-getdents64.patch Patch2: %{name}-threads.patch URL: http://www.liacs.nl/~wichert/strace/ BuildRequires: autoconf >= 2.54 BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %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 rm -f missing %{__aclocal} %{__autoconf} %{__autoheader} %{__automake} %configure %{__make} %install rm -rf $RPM_BUILD_ROOT install -d $RPM_BUILD_ROOT{%{_bindir},%{_mandir}/{man1,pl/man1}} %{__make} install \ prefix=$RPM_BUILD_ROOT%{_prefix} \ mandir=$RPM_BUILD_ROOT%{_mandir} \ bindir=$RPM_BUILD_ROOT%{_bindir} install %{SOURCE1} $RPM_BUILD_ROOT%{_mandir}/pl/man1 %clean rm -rf $RPM_BUILD_ROOT %files %defattr(644,root,root,755) %doc ChangeLog README-linux %attr(755,root,root) %{_bindir}/strace* %{_mandir}/man1/* %lang(pl) %{_mandir}/pl/man1/*