X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=dump.spec;h=ce9277f191538b2ea22d7a4cb371f54d4ba7b676;hp=2cc925e5ed4104ce3f61ebb3fc9b0d459c82cd82;hb=ddf54486ce578f63194ea1bd12bb5cbce78ff707;hpb=cbc7fd6ad4b80fdddc1ca67c78045e9b8901eed4 diff --git a/dump.spec b/dump.spec index 2cc925e..ce9277f 100644 --- a/dump.spec +++ b/dump.spec @@ -1,15 +1,15 @@ %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 --enable-largefile --enable-qfa +%define myoptions --with-binmode=6755 --with-manowner=root --with-mangrp=root --with-manmode=0644 --with-dumpdates="%{_sysconfdir}/dumpdates" Summary: Programs for backing up and restoring ext2/ext3 filesystems. Name: dump -Version: 0.4b30 +Version: 0.4b36 Release: 1 License: BSD URL: http://dump.sourceforge.net Group: Applications/Archiving -Source: http://download.sourceforge.net/dump/dump-%{version}.tar.gz +Source: dump-%{version}.tar.gz BuildPrereq: e2fsprogs-devel >= 1.18 BuildPrereq: libtermcap-devel, readline-devel BuildPrereq: zlib-devel, bzip2-devel @@ -59,7 +59,7 @@ This package contains statically linked versions of dump and restore. %setup -q %build -%configure %{myoptions} --enable-static +%configure %{myoptions} --enable-static -disable-rmt %ifarch alpha RPM_OPT_FLAGS="" @@ -72,7 +72,7 @@ mv restore/restore restore/restore.static make distclean -%configure %{myoptions} --enable-rmt +%configure %{myoptions} make OPT="$RPM_OPT_FLAGS -Wall -Wpointer-arith -Wstrict-prototypes \ -Wmissing-prototypes -Wno-char-subscripts" @@ -136,6 +136,21 @@ rm -rf %{buildroot} %{_sbindir}/rrestore.static %changelog +* Wed Apr 21 2004 Stelian Pop +- dump 0.4b36 released, first packaging. + +* Sun Dec 21 2003 Stelian Pop +- dump 0.4b35 released, first packaging. + +* Fri Apr 18 2003 Stelian Pop +- dump 0.4b34 released, first packaging. + +* Mon Feb 10 2003 Stelian Pop +- dump 0.4b33 released, first packaging. + +* Fri Nov 15 2002 Stelian Pop +- dump 0.4b32 released, first packaging. + * Tue Jul 30 2002 Stelian Pop - dump 0.4b31 released, first packaging.