]> git.pld-linux.org Git - packages/dump.git/blobdiff - dump.spec
- fix for dumping files between 2 nad 4 GB (patch from RH).
[packages/dump.git] / dump.spec
index 9ef8028cd5ac28e6890b4665c5a7c9435f581a8f..d2953287da97a3015d5dbac2ddece8b9f22cac5e 100644 (file)
--- a/dump.spec
+++ b/dump.spec
@@ -4,18 +4,24 @@ Summary(fr):  syst
 Summary(pl):   Programy do wykonywania kopii bezpieczeñstwa plików
 Summary(tr):   dump/restore yedekleme sistemi
 Name:          dump
-Version:       0.4b11
+Version:       0.4b19
 Release:       2
-Copyright:     UCB
+License:       UCB
 Group:         Utilities/System
 Group(pl):     Narzêdzia/System
-Source0:       http://perso.cybercable.fr/pop/dump/%{name}-%{version}.tar.gz
-Patch0:                dump-sparc.patch
-URL:           http://perso.cybercable.fr/pop/dump/
+Source0:       ftp://download.sourceforge.net/pub/sourceforge/dump/%{name}-%{version}.tar.gz
+Patch0:                %{name}-sparc.patch
+Patch1:                %{name}-autoconf.patch
+Patch2:                %{name}-use_ncurses.patch
+URL:           http://dump.sourceforge.net/
 BuildRequires: e2fsprogs-devel
+BuildRequires: ncurses-devel >= 5.0
+BuildRequires: readline-devel
 Requires:      rmt
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
+%define                _sbindir        /sbin
+
 %description
 The dump package contains both dump and restore. Dump examines files
 in a filesystem, determines which ones need to be backed up, and
@@ -54,6 +60,7 @@ Summary(fr):  Acc
 Summary(pl):   Program do zdalnego dostêpu do napêdów ta¶m magnetycznych
 Summary(tr):   Uzak teyp sürücülerine eriþim aracý
 Group:         Utilities/System
+Group(pl):     Narzêdzia/System
 
 %description -n rmt
 The rmt utility provides remote access to tape devices for programs
@@ -79,39 +86,36 @@ ayg
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
+%patch2 -p1
 
 %build
+autoconf
 MYNAME=`id -ru` \
 MYGRP=`id -rg` \
 %configure \
        --enable-rmt \
+       --enable-readline \
        --with-ccopts="$RPM_OPT_FLAGS" \
        --with-ldopts="-s" \
        --with-binowner=$MYNAME \
        --with-bingrp=$MYGRP \
-       --with-binmode=6755 \
+       --with-binmode=755 \
        --with-manowner=$MYNAME \
        --with-mangrp=$MYGRP \
        --with-manmode=644
-make
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/{etc,sbin,%{_mandir}/man8}
 
-make BINDIR=$RPM_BUILD_ROOT/sbin MANDIR=$RPM_BUILD_ROOT%{_mandir}/man8 install
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT
 
 > $RPM_BUILD_ROOT%{_sysconfdir}/dumpdates
 
-ln -sf dump $RPM_BUILD_ROOT/sbin/rdump
-ln -sf restore $RPM_BUILD_ROOT/sbin/rrestore
-
-rm -f $RPM_BUILD_ROOT%{_mandir}/man8/{rdump,rrestore}.8
-
-echo ".so dump.8" > $RPM_BUILD_ROOT%{_mandir}/man8/rdump.8
-echo ".so restore.8" > $RPM_BUILD_ROOT%{_mandir}/man8/rrestore.8
-
-ln -sf ../sbin/rmt $RPM_BUILD_ROOT%{_sysconfdir}/rmt
+ln -sf ..%{_sbindir}/rmt $RPM_BUILD_ROOT%{_sysconfdir}/rmt
 
 gzip -9nf COPYRIGHT KNOWNBUGS README THANKS TODO CHANGES \
        $RPM_BUILD_ROOT%{_mandir}/man8/*
@@ -123,17 +127,13 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc *.gz
 %attr(664,root, disk) %verify(not md5 mtime size) %config(noreplace) %{_sysconfdir}/dumpdates
-%attr(6755,root,root) /sbin/dump
-%attr(755,root,root) /sbin/rdump
-%attr(6755,root,root) /sbin/restore
-%attr(755,root,root) /sbin/rrestore
-%{_mandir}/man8/dump.8.gz
-%{_mandir}/man8/rdump.8.gz
-%{_mandir}/man8/restore.8.gz
-%{_mandir}/man8/rrestore.8.gz
+%attr(755,root,root) %{_sbindir}/*dump
+%attr(755,root,root) %{_sbindir}/*restore
+%{_mandir}/man8/*dump.8*
+%{_mandir}/man8/*restore.8*
 
 %files -n rmt
 %defattr(644,root,root,755)
-%attr(755,root,root) /sbin/rmt
+%attr(755,root,root) %{_sbindir}/rmt
 %attr(755,root,root) %{_sysconfdir}/rmt
-%{_mandir}/man8/rmt.8.gz
+%{_mandir}/man8/rmt.8*
This page took 0.054562 seconds and 4 git commands to generate.