auto-import changelog data from ltrace-0.3.10-7a.src.rpm

Tue May 28 2002 Phil Knirsch <pknirsch@redhat.com>
- Added the 'official' s390 patch.
This commit is contained in:
cvsdist 2004-09-09 08:04:54 +00:00
parent 996c7ed3d5
commit 5d64697733

View File

@ -1,16 +1,17 @@
Summary: Tracks runtime library calls from dynamically linked executables.
Name: ltrace
Version: 0.3.10
Release: 7
Release: 7a
Source: ftp://ftp.debian.org/debian/dists/unstable/main/source/utils/ltrace_%{version}.tar.gz
# XXX this patch doesn't work yet
Patch0: ltrace-0.3.8.sparc.patch
Patch1: ltrace-0.3.10-jbj.patch
Patch2: ltrace-0.3.10-mandir.patch
Patch3: ltrace-0.3.10-nsyscals0.patch
Patch4: ltrace-0.3.11-s390.patch
Copyright: GPL
Group: Development/Debuggers
ExclusiveArch: i386
ExclusiveArch: i386 s390
Prefix: %{_prefix}
BuildRoot: /var/tmp/%{name}-root
@ -33,6 +34,7 @@ execution of processes.
%patch1 -p1 -b .jbj
%patch2 -p1 -b .mandir
%patch3 -p1 -b .nsyscals0
%patch4 -p1 -b .s390
%build
%configure
@ -54,6 +56,9 @@ rm -rf $RPM_BUILD_ROOT
%config /etc/ltrace.conf
%changelog
* Tue May 28 2002 Phil Knirsch <pknirsch@redhat.com>
- Added the 'official' s390 patch.
* Fri Jul 20 2001 Jakub Jelinek <jakub@redhat.com>
- fix stale symlink in documentation directory (#47749)