]> git.wh0rd.org - dump.git/blobdiff - dump.spec
Prepare for dump 0.4b36 release.
[dump.git] / dump.spec
index 87e01aa3d1aef82fda0f81f7f5aff120cb4eaa22..ce9277f191538b2ea22d7a4cb371f54d4ba7b676 100644 (file)
--- a/dump.spec
+++ b/dump.spec
@@ -1,10 +1,10 @@
 %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.4b31
+Version: 0.4b36
 Release: 1
 License: BSD
 URL: http://dump.sourceforge.net
@@ -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 <stelian@popies.net>
+- dump 0.4b36 released, first packaging.
+
+* Sun Dec 21 2003 Stelian Pop <stelian@popies.net>
+- dump 0.4b35 released, first packaging.
+
+* Fri Apr 18 2003 Stelian Pop <stelian@popies.net>
+- dump 0.4b34 released, first packaging.
+
+* Mon Feb 10 2003 Stelian Pop <stelian@popies.net>
+- dump 0.4b33 released, first packaging.
+
+* Fri Nov 15 2002 Stelian Pop <stelian@popies.net>
+- dump 0.4b32 released, first packaging.
+
 * Tue Jul 30 2002 Stelian Pop <stelian@popies.net>
 - dump 0.4b31 released, first packaging.