]> git.pld-linux.org Git - packages/dump.git/blobdiff - dump.spec
- small fix in description
[packages/dump.git] / dump.spec
index 41a7a767b4e2db6db33d98c4677c0e6834d240ce..f5245e52ed7f557d8dbbc9354a8bf612dc559be6 100644 (file)
--- a/dump.spec
+++ b/dump.spec
@@ -4,20 +4,25 @@ Summary(fr):  syst
 Summary(pl):   Programy do wykonywania kopii bezpieczeñstwa plików
 Summary(tr):   dump/restore yedekleme sistemi
 Name:          dump
-Version:       0.4b17
+Version:       0.4b23
 Release:       1
-Copyright:     UCB
-Group:         Utilities/System
-Group(pl):     Narzêdzia/System
-Source0:       http://download.sourceforge.net/dump/dump-%{version}.tar.gz
-Patch0:                dump-sparc.patch
-Patch1:                dump-autoconf.patch
+License:       BSD
+Group:         Applications/System
+Group(de):     Applikationen/System
+Group(pl):     Aplikacje/System
+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: readline-devel
+BuildRequires: ncurses-devel >= 5.2
+BuildRequires: readline-devel >= 4.2
 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
@@ -42,7 +47,7 @@ bezpiecze
 magnetyczna lub inny nosnik. Polecenie restore wykonujê odwrotna
 operacjê i s³u¿y do odtwarzania plików z kopii bezpieczeñstwa. Program
 restore umo¿liwia odtwarzanie ca³ego archiwum, a tak¿e wybranych
-pl;ików i katalogów.
+plików i katalogów.
 
 %description -l tr
 dump, ext2 bölümlerini birkaç deðiþik þekilde yedeklemek için
@@ -55,7 +60,9 @@ Summary(de):  Entfernter Zugriff (Netzwerk) auf Magnetbandger
 Summary(fr):   Accès distant (réseau) à un périphérique bande
 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:         Applications/System
+Group(de):     Applikationen/System
+Group(pl):     Aplikacje/System
 
 %description -n rmt
 The rmt utility provides remote access to tape devices for programs
@@ -82,36 +89,37 @@ ayg
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
+autoconf
 MYNAME=`id -ru` \
-MYGRP=`id -rg` \
+MYGRP=`id -rg`; \
 %configure \
        --enable-rmt \
        --enable-readline \
-       --with-ccopts="$RPM_OPT_FLAGS" \
-       --with-ldopts="-s" \
+       --with-ccopts="%{rpmcflags}" \
+       --with-ldopts="%{rpmldflags}" \
        --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 install \
+%{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
 > $RPM_BUILD_ROOT%{_sysconfdir}/dumpdates
 
-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/*
+gzip -9nf COPYRIGHT KNOWNBUGS README THANKS TODO CHANGES
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -120,17 +128,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*
-%{_mandir}/man8/rdump.8*
-%{_mandir}/man8/restore.8*
-%{_mandir}/man8/rrestore.8*
+%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*
This page took 0.077418 seconds and 4 git commands to generate.