From d6e33cd95c9826f2292ec77a006a151997e66b96 Mon Sep 17 00:00:00 2001 From: cvsdist Date: Sep 09 2004 04:22:20 +0000 Subject: auto-import changelog data from dump-0.4b22-4.src.rpm Fri Jun 29 2001 Mike A. Harris 0.4b22-4 - Added BuildPrereq: readline-devel (#44734 - which was reopened and changed) Sat Jun 16 2001 Mike A. Harris 0.4b22-3 - Added BuildPrereq: libtermcap-devel (#44734) Tue Jun 12 2001 Mike A. Harris 0.4b22-2 - Removed release tag from buildroot dirname - messy. - Broke all lines over multiple lines for readability in specfile. - Added --enable-largefile configure flags Mon Jun 11 2001 Florian La Roche 0.4b22-1 - 0.4b22 --- diff --git a/.cvsignore b/.cvsignore index 924bd93..44330be 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1 @@ -dump-0.4b21.tar.gz +dump-0.4b22.tar.gz diff --git a/dump.spec b/dump.spec index 7da560b..70b5c7f 100644 --- a/dump.spec +++ b/dump.spec @@ -1,19 +1,19 @@ %define _sbindir /sbin # XXX --enable-kerberos needs krcmd -%define myoptions --with-binmode=6755 --with-manowner=root --with-mangrp=root --with-manmode=0644 --with-dumpdates="%{_sysconfdir}/dumpdates" --enable-readline +%define myoptions --enable-largefile --with-binmode=6755 --with-manowner=root --with-mangrp=root --with-manmode=0644 --with-dumpdates="%{_sysconfdir}/dumpdates" --enable-readline Summary: Programs for backing up and restoring filesystems. Name: dump -Version: 0.4b21 -Release: 5 +Version: 0.4b22 +Release: 4 License: BSD Group: Applications/Archiving Source: http://download.sourceforge.net/dump/dump-%{version}.tar.gz Patch0: dump-0.4b21-rh52.patch Patch1: dump-time.patch -BuildPrereq: e2fsprogs-devel +BuildPrereq: e2fsprogs-devel, libtermcap-devel, readline-devel Requires: rmt -BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root +BuildRoot: %{_tmppath}/%{name}-root %description The dump package contains both dump and restore. Dump examines files in @@ -65,7 +65,8 @@ This packages contains statically linked versions of dump and restore. %ifarch alpha RPM_OPT_FLAGS="" %endif -make OPT="$RPM_OPT_FLAGS -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts" +make OPT="$RPM_OPT_FLAGS -Wall -Wpointer-arith -Wstrict-prototypes \ + -Wmissing-prototypes -Wno-char-subscripts" mv dump/dump dump/dump.static mv restore/restore restore/restore.static @@ -74,14 +75,15 @@ make distclean %configure %{myoptions} --enable-rmt -make OPT="$RPM_OPT_FLAGS -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts" +make OPT="$RPM_OPT_FLAGS -Wall -Wpointer-arith -Wstrict-prototypes \ + -Wmissing-prototypes -Wno-char-subscripts" %install rm -rf %{buildroot} mkdir -p %{buildroot}%{_sbindir} mkdir -p %{buildroot}%{_mandir}/man8 -%makeinstall BINDIR=%{buildroot}%{_sbindir} MANDIR=%{buildroot}%{_mandir}/man8 BINOWNER=$(id -un) BINGRP=$(id -gn) MANOWNER=$(id -un) MANGRP=$(id -gn) +%makeinstall SBINDIR=%{buildroot}%{_sbindir} BINDIR=%{buildroot}%{_sbindir} MANDIR=%{buildroot}%{_mandir}/man8 BINOWNER=$(id -un) BINGRP=$(id -gn) MANOWNER=$(id -un) MANGRP=$(id -gn) cp dump/dump.static %{buildroot}%{_sbindir} cp restore/restore.static %{buildroot}%{_sbindir} @@ -129,6 +131,20 @@ rm -rf %{buildroot} %{_sbindir}/rrestore.static %changelog +* Fri Jun 29 2001 Mike A. Harris 0.4b22-4 +- Added BuildPrereq: readline-devel (#44734 - which was reopened and changed) + +* Sat Jun 16 2001 Mike A. Harris 0.4b22-3 +- Added BuildPrereq: libtermcap-devel (#44734) + +* Tue Jun 12 2001 Mike A. Harris 0.4b22-2 +- Removed release tag from buildroot dirname - messy. +- Broke all lines over multiple lines for readability in specfile. +- Added --enable-largefile configure flags + +* Mon Jun 11 2001 Florian La Roche 0.4b22-1 +- 0.4b22 + * Mon May 7 2001 Mike A. Harris 0.4b21-5 - Added BuildPrereq: e2fsprogs-devel (#27428) diff --git a/sources b/sources index 9a38836..2a67146 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -bb6fd1032ac5870d7453bee0dc90c60b dump-0.4b21.tar.gz +fe831f65ed9cca63a6f4de5eb7c6679d dump-0.4b22.tar.gz