auto-import changelog data from ltrace-0.3.10-7.src.rpm
Fri Jul 20 2001 Jakub Jelinek <jakub@redhat.com> - fix stale symlink in documentation directory (#47749)
This commit is contained in:
parent
c61eec4335
commit
996c7ed3d5
@ -1,7 +1,7 @@
|
||||
Summary: Tracks runtime library calls from dynamically linked executables.
|
||||
Name: ltrace
|
||||
Version: 0.3.10
|
||||
Release: 6
|
||||
Release: 7
|
||||
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
|
||||
@ -40,6 +40,7 @@ make
|
||||
|
||||
%install
|
||||
make DESTDIR=$RPM_BUILD_ROOT mandir=%{_mandir} install
|
||||
rm -f ChangeLog; mv -f debian/changelog ChangeLog
|
||||
rm -rf $RPM_BUILD_ROOT/%{_prefix}/doc
|
||||
|
||||
%clean
|
||||
@ -53,6 +54,9 @@ rm -rf $RPM_BUILD_ROOT
|
||||
%config /etc/ltrace.conf
|
||||
|
||||
%changelog
|
||||
* Fri Jul 20 2001 Jakub Jelinek <jakub@redhat.com>
|
||||
- fix stale symlink in documentation directory (#47749)
|
||||
|
||||
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
|
||||
- Bump release + rebuild.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user