source: projects/specs/branches/6/l/ltrace/ltrace-vl.spec @ 3871

Revision 3871, 4.5 KB checked in by yasumichi, 13 years ago (diff)

Vine Linux 向けの最初のビルド

Line 
1Summary: Tracks runtime library calls from dynamically linked executables.
2Name: ltrace
3Version: 0.5.3
4Release: 1%{_dist_release}
5Source: ftp://ftp.debian.org/debian/pool/main/l/ltrace/ltrace_%{version}.orig.tar.gz
6Patch1: ftp://ftp.debian.org/debian/pool/main/l/ltrace/ltrace_0.5.3-2.1.diff.gz
7License: GPL
8Group: Development/Debuggers
9Prefix: %{_prefix}
10BuildRoot: /var/tmp/%{name}-root
11BuildRequires: binutils-devel
12BuildRequires: elfutils-libelf-devel
13
14Vendor: Project Vine
15Distribution: Vine Linux
16Packager: yasumichi
17
18%description
19Ltrace is a debugging program which runs a specified command until the
20command exits.  While the command is executing, ltrace intercepts and
21records both the dynamic library calls called by the executed process
22and the signals received by the executed process.  Ltrace can also
23intercept and print system calls executed by the process.
24
25You should install ltrace if you need a sysadmin tool for tracking the
26execution of processes.
27
28%prep
29%setup -q
30%patch1 -p1
31
32%build
33%configure
34make
35
36%install
37make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
38rm -f ChangeLog; mv -f debian/changelog ChangeLog
39rm -rf $RPM_BUILD_ROOT/%{_docdir}
40
41%clean
42rm -rf $RPM_BUILD_ROOT
43
44%files
45%defattr(-,root,root)
46%doc COPYING README TODO BUGS ChangeLog
47%{_prefix}/bin/ltrace
48%{_mandir}/man1/ltrace.1*
49%config /etc/ltrace.conf
50
51%changelog
52* Sat May 14 2011 Yasumichi Akahoshi <yasumichi@vinelinux.org> 0.5.3-1
53- initial build for vine
54- add binutils-devel to BR
55
56* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.3.36-4.2
57- bump again for double-long bug on ppc(64)
58
59* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.3.36-4.1
60- rebuilt for new gcc4.1 snapshot and glibc changes
61
62* Mon Jan  9 2006 Jakub Jelinek <jakub@redhat.com> 0.3.36-4
63- added ppc64 and s390x support (IBM)
64- added ia64 support (Ian Wienand)
65
66* Sat Mar  5 2005 Jakub Jelinek <jakub@redhat.com> 0.3.36-3
67- rebuilt with GCC 4
68
69* Tue Dec 14 2004 Jakub Jelinek <jakub@redhat.com> 0.3.36-2
70- make x86_64 ltrace trace both 32-bit and 64-bit binaries (#141955,
71  IT#55600)
72- fix tracing across execve
73- fix printf-style format handling on 64-bit arches
74
75* Thu Nov 18 2004 Jakub Jelinek <jakub@redhat.com> 0.3.36-1
76- update to 0.3.36
77
78* Mon Oct 11 2004 Jakub Jelinek <jakub@redhat.com> 0.3.35-1
79- update to 0.3.35
80- update syscall tables from latest kernel source
81
82* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
83- rebuilt
84
85* Tue Jun  8 2004 Jakub Jelinek <jakub@redhat.com> 0.3.32-3
86- buildreq elfutils-libelf-devel (#124921)
87
88* Thu Apr 22 2004 Jakub Jelinek <jakub@redhat.com> 0.3.32-2
89- fix demangling
90
91* Thu Apr 22 2004 Jakub Jelinek <jakub@redhat.com> 0.3.32-1
92- update to 0.3.32
93  - fix dict.c assertion (#114359)
94  - x86_64 support
95- rewrite elf.[ch] using libelf
96- don't rely on st_value of SHN_UNDEF symbols in binaries,
97  instead walk .rel{,a}.plt and compute the addresses (#115299)
98- fix x86-64 support
99- some ltrace.conf additions
100- some format string printing fixes
101
102* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
103- rebuilt
104
105* Mon Feb  3 2003 Jakub Jelinek <jakub@redhat.com> 0.3.29-1
106- update to 0.3.29
107
108* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
109- rebuilt
110
111* Sun Sep  1 2002 Jakub Jelinek <jakub@redhat.com> 0.3.10-12
112- add a bunch of missing functions to ltrace.conf
113  (like strlen, ugh)
114
115* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
116- automated rebuild
117
118* Tue May 28 2002 Phil Knirsch <pknirsch@redhat.com>
119- Added the 'official' s390 patch.
120
121* Thu May 23 2002 Tim Powers <timp@redhat.com>
122- automated rebuild
123
124* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
125- automated rebuild
126
127* Fri Jul 20 2001 Jakub Jelinek <jakub@redhat.com>
128- fix stale symlink in documentation directory (#47749)
129
130* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
131- Bump release + rebuild.
132
133* Thu Aug  2 2000 Tim Waugh <twaugh@redhat.com>
134- fix off-by-one problem in checking syscall number
135
136* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
137- automatic rebuild
138
139* Mon Jun 19 2000 Matt Wilson <msw@redhat.com>
140- rebuilt for next release
141- patched Makefile.in to take a hint on mandir (patch2)
142- use %%{_mandir} and %%makeinstall
143
144* Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com>
145- fix description
146
147* Fri Jan  7 2000 Jeff Johnson <jbj@redhat.com>
148- update to 0.3.10.
149- include (but don't apply) sparc patch from Jakub Jellinek.
150
151* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com>
152- auto rebuild in the new build environment (release 2)
153
154* Fri Mar 12 1999 Jeff Johnson <jbj@redhat.com>
155- update to 0.3.6.
156
157* Mon Sep 21 1998 Preston Brown <pbrown@redhat.com>
158- upgraded to 0.3.4
Note: See TracBrowser for help on using the repository browser.