diff --git a/ltrace.spec b/ltrace.spec index 76b2b3d..2ba0d6d 100644 --- a/ltrace.spec +++ b/ltrace.spec @@ -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 +- fix stale symlink in documentation directory (#47749) + * Sun Jun 24 2001 Elliot Lee - Bump release + rebuild.