]> git.wh0rd.org - dump.git/blobdiff - dump.spec
Prepare for release 0.4b13.
[dump.git] / dump.spec
index 60e117d1de1082ed0e804a5245ce4fd6fc4ec7f5..fbfaaabb6a6840ed980c23198fc56867dcb40e27 100644 (file)
--- a/dump.spec
+++ b/dump.spec
@@ -1,10 +1,10 @@
 Summary: Programs for backing up and restoring filesystems.
 Name: dump
-Version: 0.4b9
+Version: 0.4b13
 Release: 1
 Copyright: UCB
 Group: Applications/Archiving
-Source: http://perso.cybercable.fr/pop/dump/dump-%{version}.tar.gz
+Source: http://sourceforge.net/download.php/dump/dump-%{version}.tar.gz
 Requires: rmt
 BuildRoot: /var/tmp/%{name}-root
 
@@ -61,7 +61,7 @@ mv restore/restore restore/restore.static
 
 make distclean
 
-configure --with-binmode=6755 --with-manowner=root --with-mangrp=root --with-manmode=0644 --enable-rmt
+%configure --with-binmode=6755 --with-manowner=root --with-mangrp=root --with-manmode=0644 --enable-rmt
 
 make OPT="$RPM_OPT_FLAGS -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts"
 
@@ -70,7 +70,7 @@ rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT/sbin
 mkdir -p ${RPM_BUILD_ROOT}%{_prefix}/man/man8
 
-make install BINDIR=$RPM_BUILD_ROOT/sbin MANDIR=${RPM_BUILD_ROOT}%{_prefix}/man/man8
+make install BINDIR=$RPM_BUILD_ROOT/sbin MANDIR=${RPM_BUILD_ROOT}%{_prefix}/man/man8 BINOWNER=$(id -un) BINGRP=$(id -gn) MANOWNER=$(id -un) MANGRP=$(id -gn)
 
 cp dump/dump.static $RPM_BUILD_ROOT/sbin
 cp restore/restore.static $RPM_BUILD_ROOT/sbin
@@ -117,6 +117,18 @@ rm -rf $RPM_BUILD_ROOT
 /sbin/rrestore.static
 
 %changelog
+* Fri Jan 21 2000 Stelian Pop <pop@cybercable.fr>
+- dump 0.4b13 released, first packaging.
+
+* Fri Jan 8 2000 Stelian Pop <pop@cybercable.fr>
+- dump 0.4b12 released, first packaging.
+
+* Sun Dec 5 1999 Stelian Pop <pop@cybercable.fr>
+- dump 0.4b11 released, first packaging.
+
+* Sun Nov 21 1999 Stelian Pop <pop@cybercable.fr>
+- dump 0.4b10 released, first packaging.
+
 * Thu Nov 11 1999 Stelian Pop <pop@cybercable.fr>
 - make static versions also for rescue purposes.