auto-import changelog data from dump-0.4b33-3.src.rpm

Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt
Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
Sat May 17 2003 Mike A. Harris <mharris@redhat.com> 0.4b33-1
- Updated to dump 0.4b33, fixes (#89835)
This commit is contained in:
cvsdist 2004-09-09 04:25:35 +00:00
parent c0bb342d88
commit cff918ff64
3 changed files with 18 additions and 7 deletions

View File

@ -1 +1 @@
dump-0.4b28.tar.bz2
dump-0.4b33.tar.bz2

View File

@ -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 <msw@redhat.com>
#- 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 <sopwith@redhat.com>
- rebuilt
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
* Sat May 17 2003 Mike A. Harris <mharris@redhat.com> 0.4b33-1
- Updated to dump 0.4b33, fixes (#89835)
* Fri Jan 24 2003 Mike A. Harris <mharris@redhat.com> 0.4b28-7
- Added --enable-qfa to configure macro for RFE: (#77608)

View File

@ -1 +1 @@
44b6a3d49b2ede030d4f4f920e5afa29 dump-0.4b28.tar.bz2
b0023a647d11f66374520757fcafc5fb dump-0.4b33.tar.bz2