]> git.pld-linux.org Git - packages/strace.git/blob - strace.spec
gzipped some patches
[packages/strace.git] / strace.spec
1 Summary:        prints system call strace of a running process
2 Summary(de):    druckt ein Protokoll der Systemaufrufe eines laufenden Prozesses. 
3 Summary(fr):    affiche l'appel système strace d'un processus en exécution.
4 Summary(pl):    strace wy¶wietla funkcje systemowe wywo³ywane przez uruchomiony proces
5 Summary(tr):    Çalýþan bir sürecin yaptýðý sistem çaðrýlarýný listeler
6 Name:           strace
7 Version:        3.1
8 Release:        14
9 Copyright:      distributable
10 Group:          Development/Debuggers
11 Group(pl):      Programowanie/Odpluskwiacze
12 Source:         ftp://ftp.std.com/pub/jrs/%{name}-%{version}.tar.gz
13 Patch0:         strace-elf.patch.gz
14 Patch1:         ftp://ftp.azstarnet.com/pub/linux/axp/glibc/strace-3.1-glibc.patch
15 Patch2:         strace-sparc.patch.gz
16 Patch3:         strace-sparcglibc.patch
17 Patch4:         strace-sparc2.patch
18 Patch5:         strace-sparc3.patch
19 Patch6:         strace-sparc4.patch
20 Patch7:         strace-domainname.patch
21 Patch8:         strace-alpha.patch
22 Patch9:         strace-gafton.patch.gz
23 Patch10:        strace-sparc5.patch
24 Patch11:        strace-jbj.patch
25 Patch12:        strace-glibc-2.1.patch
26 Patch13:        strace-prctl.patch
27 Buildroot:      /tmp/%{name}-%{version}-root
28
29 %description
30 Strace prints a record of each system call another program makes, including
31 all of the arguments passed to it and the system call's return value.
32
33 %description -l de
34 Strace druckt ein Protokoll aller von einem anderen Programm ausgegebenen
35 Systemaufrufe, einschließlich aller weitergeleiteten Argumente und dem
36 Ausgabewert des Systemaufrufs.
37
38 %description -l fr
39 strace affiche l'enregistrement de chaque appel système que fait un programme
40 ainsi que tous les arguments qui lui ont été passés et la valeur de retour de
41 l'appel.
42
43 %description -l pl
44 Strace wy¶wietla informacje o ka¿dym wywo³aniu funkcji systemowych przez
45 uruchamiany program, w tym równie¿ wszystkie argumenty wywo³ania i zwrócon±
46 warto¶æ.
47
48 %description -l tr
49 strace bir programýn çalýþtýðý sürece yaptýðý bütün sistem çaðrýlarýný,
50 gönderdiði parametreler ve geri dönüþ deðerleriyle birlikte döker.
51
52 %prep
53 %setup   -q
54 %patch0  -p1 
55 %patch1  -p1 
56 %patch2  -p1
57 %patch3  -p1 
58 %patch4  -p1 
59 %patch5  -p1 
60 %patch6  -p1
61 %patch7  -p1
62 %patch8  -p1
63 %patch9  -p1 
64 %patch10 -p1
65 %patch11 -p1
66 %patch12 -p1
67 %patch13 -p1
68
69
70 %build
71 autoconf
72 %configure
73 make
74
75 %install
76 rm -rf $RPM_BUILD_ROOT
77 install -d $RPM_BUILD_ROOT/usr/{bin,man/man1}
78
79 make install prefix=$RPM_BUILD_ROOT/usr
80
81 strip $RPM_BUILD_ROOT/usr/bin/*
82
83 gzip -9nf $RPM_BUILD_ROOT/usr/man/man1/*
84
85 %clean
86 rm -rf $RPM_BUILD_ROOT
87
88 %files
89 %defattr(644,root,root,755)
90 %attr(755,root,root) /usr/bin/strace
91 /usr/man/man1/*
92
93 %changelog
94 * Thu Apr 22 1999 Artur Frysiak <wiget@pld.org.pl>
95   [3.1-14]
96 - removed man group from man pages
97 - compiled on rpm 3
98
99 * Wed Feb 17 1999 Micha³ Kuratczyk <kura@wroclaw.art.pl>
100   [3.1-13]
101 - added Group(pl)
102 - added gzipping man page
103
104 * Thu Oct 08 1998 Marcin Korzonek <mkorz@shadow.eu.org>
105   [3.1-12]
106 - added translation pl.
107
108 * Wed Sep 30 1998 Jeff Johnson <jbj@redhat.com>
109 - fix typo (printf, not tprintf).
110
111 * Sat Sep 19 1998 Jeff Johnson <jbj@redhat.com>
112 - fix compile problem on sparc.
113
114 * Tue Aug 18 1998 Cristian Gafton <gafton@redhat.com>
115 - buildroot
116
117 * Mon Jul 20 1998 Cristian Gafton <gafton@redhat.com>
118 - added the umoven patch from James Youngman <jay@gnu.org>
119 - fixed build problems on newer glibc releases
120
121 * Mon Jun 08 1998 Prospector System <bugs@redhat.com>
122 - translations modified for de, fr, tr
This page took 0.046648 seconds and 4 git commands to generate.