X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=dump.spec;h=4306f84f4b11a64c28856b4ec96fc08584673b78;hb=c38e5b6a9c658f06d9b27f33e9db131ffa23d947;hp=8691914ccbfebb08d5fc0df64407fbb2d6c54a8c;hpb=0d0bc3269d21d8a5d3d019a19d8250b852a4d3ff;p=dump.git diff --git a/dump.spec b/dump.spec index 8691914..4306f84 100644 --- a/dump.spec +++ b/dump.spec @@ -1,10 +1,10 @@ Summary: Programs for backing up and restoring filesystems. Name: dump -Version: 0.4b12 +Version: 0.4b16 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 @@ -52,7 +52,7 @@ This packages contains statically linked versions of dump and restore. %build -%configure --with-binmode=6755 --with-manowner=root --with-mangrp=root --with-manmode=0644 --enable-static +./configure --prefix=/usr --with-binmode=6755 --with-manowner=root --with-mangrp=root --with-manmode=0644 --enable-static make OPT="$RPM_OPT_FLAGS -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wno-char-subscripts" @@ -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 --prefix=/usr --with-binmode=6755 --with-manowner=root --with-mangrp=root --with-manmode=0644 --enable-rmt --enable-readline 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 @@ -92,22 +92,22 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) -%doc CHANGES COPYRIGHT KNOWNBUGS MAINTAINERS README THANKS TODO dump.lsm +%doc CHANGES COPYRIGHT KNOWNBUGS MAINTAINERS README REPORTING-BUGS THANKS TODO dump.lsm %attr(0664,root,disk) %config(noreplace) /etc/dumpdates %attr(6755,root,tty) /sbin/dump /sbin/rdump %attr(6755,root,tty) /sbin/restore /sbin/rrestore -%{_prefix}/man/man8/dump.8 -%{_prefix}/man/man8/rdump.8 -%{_prefix}/man/man8/restore.8 -%{_prefix}/man/man8/rrestore.8 +%{_prefix}/man/man8/dump.* +%{_prefix}/man/man8/rdump.* +%{_prefix}/man/man8/restore.* +%{_prefix}/man/man8/rrestore.* %files -n rmt %defattr(-,root,root) %attr(0755,root,root) /sbin/rmt /etc/rmt -%{_prefix}/man/man8/rmt.8 +%{_prefix}/man/man8/rmt.* %files -n dump-static %defattr(-,root,root) @@ -117,6 +117,18 @@ rm -rf $RPM_BUILD_ROOT /sbin/rrestore.static %changelog +* Sat Mar 11 2000 Stelian Pop +- dump 0.4b16 released, first packaging. + +* Thu Mar 2 2000 Stelian Pop +- dump 0.4b15 released, first packaging. + +* Thu Feb 10 2000 Stelian Pop +- dump 0.4b14 released, first packaging. + +* Fri Jan 21 2000 Stelian Pop +- dump 0.4b13 released, first packaging. + * Fri Jan 8 2000 Stelian Pop - dump 0.4b12 released, first packaging.