strace-vl.spec 8.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262
  1. Summary: Tracks and displays system calls associated with a running process.
  2. Summary(ja): 動作中のプロセスと関連するシステムコールの追跡/表示
  3. Name: strace
  4. Version: 4.5.20
  5. Release: 2%{?_dist_release}
  6. License: BSD
  7. Group: Development/Tools
  8. URL: http://sourceforge.net/projects/strace/
  9. Source0: %{name}-%{version}.tar.bz2
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-root
  11. BuildRequires: kernel-headers >= 2.4.0
  12. Vendor: Project Vine
  13. Distribution: Vine Linux
  14. %define strace64_arches ppc64
  15. %description
  16. The strace program intercepts and records the system calls called and
  17. received by a running process. Strace can print a record of each
  18. system call, its arguments and its return value. Strace is useful for
  19. diagnosing problems and debugging, as well as for instructional
  20. purposes.
  21. Install strace if you need a tool to track the system calls made and
  22. received by a process.
  23. %description -l ja
  24. strace プログラムは動作中のプロセスがコール/受信したたシステムコールを
  25. 検知して記録します。strace は、各システムコールとその引数および戻り値の
  26. 記録を印刷することができます。strace は教育目的だけではなく、障害の診断や
  27. デバッグにおいても役に立ちます。
  28. %ifarch %{strace64_arches}
  29. %package -n strace64
  30. Summary: Tracks and displays system calls associated with a running process.
  31. Summary(ja): 動作中のプロセスと関連するシステムコールの追跡/表示
  32. Group: Development/Debuggers
  33. %description -n strace64
  34. The strace program intercepts and records the system calls called and
  35. received by a running process. Strace can print a record of each
  36. system call, its arguments and its return value. Strace is useful for
  37. diagnosing problems and debugging, as well as for instructional
  38. purposes.
  39. Install strace if you need a tool to track the system calls made and
  40. received by a process.
  41. This package provides the `strace64' program to trace 64-bit processes.
  42. The `strace' program in the `strace' package is for 32-bit processes.
  43. %description -n strace64 -l ja
  44. strace プログラムは動作中のプロセスがコール/受信したたシステムコールを
  45. 検知して記録します。strace は、各システムコールとその引数および戻り値の
  46. 記録を印刷することができます。strace は教育目的だけではなく、障害の診断や
  47. デバッグにおいても役に立ちます。
  48. このパッケージは 64 ビットプロセス用の `strace64' プログラムを提供します。
  49. `strace' パッケージに含まれる `strace' プログラムは 32 ビットプロセス用です。
  50. %endif
  51. %prep
  52. %setup -q
  53. %build
  54. %configure
  55. make
  56. %install
  57. rm -rf %{buildroot}
  58. mkdir -p %{buildroot}%{_mandir}/man1
  59. mkdir -p %{buildroot}%{_bindir}
  60. %makeinstall man1dir=%{buildroot}%{_mandir}/man1
  61. # remove unpackaged files from the buildroot
  62. rm -f %{buildroot}%{_bindir}/strace-graph
  63. %ifarch %{strace64_arches}
  64. ln %{buildroot}%{_bindir}/strace %{buildroot}%{_bindir}/strace64
  65. %endif
  66. %clean
  67. rm -rf %{buildroot}
  68. %files
  69. %defattr(-,root,root)
  70. %doc COPYRIGHT ChangeLog NEWS README README-linux
  71. %{_bindir}/*
  72. %{_mandir}/man1/*
  73. %ifarch %{strace64_arches}
  74. %files -n strace64
  75. %defattr(-,root,root)
  76. %{_bindir}/strace64
  77. %endif
  78. %changelog
  79. * Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 4.5.20-2
  80. - rebuilt with rpm-4.8.1-3
  81. * Sun May 16 2010 Shu KONNO <owa@bg.wakwak.com> 4.5.20-1
  82. - updated to 4.5.20
  83. * Mon Apr 13 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 4.5.18-1
  84. - new upstream release
  85. - spec in utf-8
  86. * Mon May 12 2008 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.15-1
  87. - updated to 4.5.15
  88. - rebuilt with new toolchains
  89. * Sun Sep 10 2006 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 4.5.13-1vl2
  90. - change Group to Development/Tools. <BTS:VineLinux:163>
  91. * Sat Nov 12 2005 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.13-1vl1
  92. - updated to 4.5.13
  93. - added some documents
  94. - added Japanese summary and description
  95. * Mon Jan 05 2004 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.5.1-1vl1
  96. - rebuild with new toolchains
  97. - based on Fedora 4.5.1-1
  98. * Tue Sep 09 2003 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 4.4.99-1vl1
  99. - rebuild with new toolchains
  100. - dropped BuildPreReq: autoconf
  101. - based on Redhat Rawhide 4.4.99-1
  102. * Thu Jul 17 2003 Roland McGrath <roland@redhat.com> 4.4.99-1
  103. - new upstream version, groks more new system calls, PF_INET6 sockets
  104. * Thu Mar 07 2002 Toru Sagami <sagami@vinelinux.org> 4.4-1.2vl3
  105. - kernel24-headers -> kernel-headers >= 2.4.0 for BuildPreReq
  106. * Wed Feb 20 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 4.4-1.2vl2
  107. - added BuildPreReq: kernel24-headers
  108. * Mon Jan 14 2002 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 4.4-1.2vl1
  109. - now based on Debian's strace_4.4-1.2 and built for Vine Linux
  110. - rebuilt with kernel24-headers
  111. * Sun Jul 22 2001 Florian La Roche <Florian.LaRoche@redhat.de>
  112. - disable s390 patches, they are already included
  113. * Wed Jul 18 2001 Preston Brown <pbrown@redhat.com> 4.3-1
  114. - new upstream version. Seems to have integrated most new syscalls
  115. - tracing threaded programs is now functional.
  116. * Mon Jun 11 2001 Than Ngo <than@redhat.com>
  117. - port s390 patches from IBM
  118. * Wed May 16 2001 Nalin Dahyabhai <nalin@redhat.com>
  119. - modify new syscall patch to allocate enough heap space in setgroups32()
  120. * Wed Feb 14 2001 Jakub Jelinek <jakub@redhat.com>
  121. - #include <time.h> in addition to <sys/time.h>
  122. * Fri Jan 26 2001 Karsten Hopp <karsten@redhat.com>
  123. - clean up conflicting patches. This happened only
  124. when building on S390
  125. * Fri Jan 19 2001 Bill Nottingham <notting@redhat.com>
  126. - update to CVS, reintegrate ia64 support
  127. * Sat Dec 8 2000 Bernhard Rosenkraenzer <bero@redhat.com>
  128. - Get S/390 support into the normal package
  129. * Sat Nov 18 2000 Florian La Roche <Florian.LaRoche@redhat.de>
  130. - added S/390 patch from IBM, adapting it to not conflict with
  131. IA64 patch
  132. * Sat Aug 19 2000 Jakub Jelinek <jakub@redhat.com>
  133. - doh, actually apply the 2.4 syscalls patch
  134. - make it compile with 2.4.0-test7-pre4+ headers, add
  135. getdents64 and fcntl64
  136. * Thu Aug 3 2000 Jakub Jelinek <jakub@redhat.com>
  137. - add a bunch of new 2.4 syscalls (#14036)
  138. * Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
  139. - automatic rebuild
  140. - excludearch ia64
  141. * Fri Jun 2 2000 Matt Wilson <msw@redhat.com>
  142. - use buildinstall for FHS
  143. * Wed May 24 2000 Jakub Jelinek <jakub@redhat.com>
  144. - make things compile on sparc
  145. - fix sigreturn on sparc
  146. * Fri Mar 31 2000 Bill Nottingham <notting@redhat.com>
  147. - fix stat64 misdef (#10485)
  148. * Tue Mar 21 2000 Michael K. Johnson <johnsonm@redhat.com>
  149. - added ia64 patch
  150. * Thu Feb 03 2000 Cristian Gafton <gafton@redhat.com>
  151. - man pages are compressed
  152. - version 4.2 (why are we keeping all these patches around?)
  153. * Sat Nov 27 1999 Jeff Johnson <jbj@redhat.com>
  154. - update to 4.1 (with sparc socketcall patch).
  155. * Fri Nov 12 1999 Jakub Jelinek <jakub@redhat.com>
  156. - fix socketcall on sparc.
  157. * Thu Sep 02 1999 Cristian Gafton <gafton@redhat.com>
  158. - fix KERN_SECURELVL compile problem
  159. * Tue Aug 31 1999 Cristian Gafton <gafton@redhat.com>
  160. - added alpha patch from HJLu to fix the osf_sigprocmask interpretation
  161. * Sat Jun 12 1999 Jeff Johnson <jbj@redhat.com>
  162. - update to 3.99.1.
  163. * Wed Jun 2 1999 Jeff Johnson <jbj@redhat.com>
  164. - add (the other :-) jj's sparc patch.
  165. * Wed May 26 1999 Jeff Johnson <jbj@redhat.com>
  166. - upgrade to 3.99 in order to
  167. - add new 2.2.x open flags (#2955).
  168. - add new 2.2.x syscalls (#2866).
  169. - strace 3.1 patches carried along for now.
  170. * Sun May 16 1999 Jeff Johnson <jbj@redhat.com>
  171. - don't rely on (broken!) rpm %patch (#2735)
  172. * Tue Apr 06 1999 Preston Brown <pbrown@redhat.com>
  173. - strip binary
  174. * Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
  175. - auto rebuild in the new build environment (release 16)
  176. * Tue Feb 9 1999 Jeff Johnson <jbj@redhat.com>
  177. - vfork est arrive!
  178. * Tue Feb 9 1999 Christopher Blizzard <blizzard@redhat.com>
  179. - Add patch to follow clone() syscalls, too.
  180. * Sun Jan 17 1999 Jeff Johnson <jbj@redhat.com>
  181. - patch to build alpha/sparc with glibc 2.1.
  182. * Thu Dec 03 1998 Cristian Gafton <gafton@redhat.com>
  183. - patch to build on ARM
  184. * Wed Sep 30 1998 Jeff Johnson <jbj@redhat.com>
  185. - fix typo (printf, not tprintf).
  186. * Sat Sep 19 1998 Jeff Johnson <jbj@redhat.com>
  187. - fix compile problem on sparc.
  188. * Tue Aug 18 1998 Cristian Gafton <gafton@redhat.com>
  189. - buildroot
  190. * Mon Jul 20 1998 Cristian Gafton <gafton@redhat.com>
  191. - added the umoven patch from James Youngman <jay@gnu.org>
  192. - fixed build problems on newer glibc releases
  193. * Mon Jun 08 1998 Prospector System <bugs@redhat.com>
  194. - translations modified for de, fr, tr