diff --git a/.cvsignore b/.cvsignore index e6dff68..9289a16 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -dump-0.4b28.tar.bz2 +dump-0.4b33.tar.bz2 diff --git a/dump.spec b/dump.spec index c885058..55c7f5e 100644 --- a/dump.spec +++ b/dump.spec @@ -5,8 +5,8 @@ Summary: Programs for backing up and restoring ext2/ext3 filesystems. Name: dump -Version: 0.4b28 -Release: 7 +Version: 0.4b33 +Release: 3 License: BSD Group: Applications/Archiving URL: http://dump.sourceforge.net @@ -52,8 +52,10 @@ restoring files from a backup), and tar (an archiving program). %build %configure %{myoptions} --enable-static --enable-rmt --enable-qfa +#* Mon Aug 21 2000 Matt Wilson +#- don't use -O2 on alpha because of compiler ICE %ifarch alpha -RPM_OPT_FLAGS="" +RPM_OPT_FLAGS=${RPM_OPT_FLAGS//-O2/} %endif make OPT="$RPM_OPT_FLAGS -Wall -Wpointer-arith -Wstrict-prototypes \ -Wmissing-prototypes -Wno-char-subscripts" @@ -66,7 +68,7 @@ mkdir -p %{buildroot}%{_mandir}/man8 %makeinstall SBINDIR=%{buildroot}%{_sbindir} BINDIR=%{buildroot}%{_sbindir} MANDIR=%{buildroot}%{_mandir}/man8 BINOWNER=$(id -un) BINGRP=$(id -gn) MANOWNER=$(id -un) MANGRP=$(id -gn) -pushd $RPM_BUILD_ROOT +pushd %{buildroot} ln -sf dump .%{_sbindir}/rdump ln -sf dump .%{_sbindir}/rdump.static ln -sf dump .%{_sbindir}/dump.static @@ -77,7 +79,7 @@ pushd $RPM_BUILD_ROOT mkdir -p .%{_sysconfdir} > .%{_sysconfdir}/dumpdates ln -sf ..%{_sbindir}/rmt .%{_sysconfdir}/rmt - strip $RPM_BUILD_ROOT/sbin/* $RPM_BUILD_ROOT/usr/sbin/* || : + strip %{buildroot}/sbin/* %{buildroot}/usr/sbin/* || : popd %clean @@ -105,6 +107,15 @@ rm -rf %{buildroot} %{_mandir}/man8/rmt.* %changelog +* Fri Feb 13 2004 Elliot Lee +- rebuilt + +* Wed Jun 04 2003 Elliot Lee +- rebuilt + +* Sat May 17 2003 Mike A. Harris 0.4b33-1 +- Updated to dump 0.4b33, fixes (#89835) + * Fri Jan 24 2003 Mike A. Harris 0.4b28-7 - Added --enable-qfa to configure macro for RFE: (#77608) diff --git a/sources b/sources index 0697f3c..d4cde90 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -44b6a3d49b2ede030d4f4f920e5afa29 dump-0.4b28.tar.bz2 +b0023a647d11f66374520757fcafc5fb dump-0.4b33.tar.bz2