X-Git-Url: https://git.wh0rd.org/?p=dump.git;a=blobdiff_plain;f=dump.spec;h=139594b3a037d6cd15da9bb0d0015bb3d1d389e8;hp=e8aec60dc9e62f296d60dac5e79ffaa31f3c343f;hb=882090d1f96018bce58594e1fff5e06340bbc412;hpb=2f7e72ce703daa2cdef9aba24545fc439002c63c diff --git a/dump.spec b/dump.spec index e8aec60..139594b 100644 --- a/dump.spec +++ b/dump.spec @@ -1,6 +1,6 @@ Summary: Programs for backing up and restoring filesystems. Name: dump -Version: 0.4b15 +Version: 0.4b17 Release: 1 Copyright: UCB Group: Applications/Archiving @@ -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=0755 --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=0755 --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" @@ -94,29 +94,35 @@ rm -rf $RPM_BUILD_ROOT %defattr(-,root,root) %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 +%attr(0755,root,tty) /sbin/dump /sbin/rdump -%attr(6755,root,tty) /sbin/restore +%attr(0755,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) -%attr(6755,root,tty) /sbin/dump.static +%attr(0755,root,tty) /sbin/dump.static /sbin/rdump.static -%attr(6755,root,tty) /sbin/restore.static +%attr(0755,root,tty) /sbin/restore.static /sbin/rrestore.static %changelog +* Thu Jun 1 2000 Stelian Pop +- dump 0.4b17 released, first packaging. + +* Sat Mar 11 2000 Stelian Pop +- dump 0.4b16 released, first packaging. + * Thu Mar 2 2000 Stelian Pop - dump 0.4b15 released, first packaging.