]> git.pld-linux.org Git - packages/dump.git/blobdiff - dump.spec
fixed a small typo
[packages/dump.git] / dump.spec
index f470253b53ccc3d06f655f792981bcb443054e7d..ca04a7f3a58fb1d932e2f07975ad8ac6cd5e6dac 100644 (file)
--- a/dump.spec
+++ b/dump.spec
@@ -1,24 +1,24 @@
 Summary:       Programs for backing up and restoring filesystems
 Summary(de):   Dump/Restore-Backup-System
+Summary(es):   Sistema de copia de seguridad dump/restore
 Summary(fr):   système de sauvegarde dump/restore
 Summary(pl):   Programy do wykonywania kopii bezpieczeñstwa plików
+Summary(pt_BR):        Sistema de backup dump/restore
 Summary(tr):   dump/restore yedekleme sistemi
 Name:          dump
-Version:       0.4b21
-Release:       4
+Version:       0.4b25
+Release:       1
 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
-Patch3:                %{name}-time.patch
 URL:           http://dump.sourceforge.net/
+BuildRequires: autoconf
 BuildRequires: e2fsprogs-devel
-BuildRequires: ncurses-devel >= 5.0
-BuildRequires: readline-devel
+BuildRequires: ncurses-devel >= 5.2
+BuildRequires: readline-devel >= 4.2
 Requires:      rmt
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -37,6 +37,10 @@ directory subtrees may also be restored from full or partial backups.
 Sie können mit dump und restore verschiedene Verfahren zum Sichern von
 extended 2 (ext2)-Partitionen ausführen.
 
+%description -l es
+Dump y restore pueden ser usados para hacer copias de seguridad en
+particiones ext2 de varias maneras diferentes.
+
 %description -l fr
 dupm et restore servent à sauvegarder des partitions ext2 de plusieurs
 façons possibles
@@ -48,7 +52,11 @@ 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 pt_BR
+o dump e o restore podem ser usados para fazer backup em partições
+ext2 de várias maneiras diferentes.
 
 %description -l tr
 dump, ext2 bölümlerini birkaç deðiþik þekilde yedeklemek için
@@ -58,31 +66,39 @@ programd
 %package -n rmt
 Summary:       Provides certain programs with access to remote tape devices
 Summary(de):   Entfernter Zugriff (Netzwerk) auf Magnetbandgeräte
+Summary(es):   Acceso a dispositivo de cinta remoto (en red)
 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(pt_BR):        Acesso a dispositivo de fita remoto (em rede)
 Summary(tr):   Uzak teyp sürücülerine eriþim aracý
 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
 like dump (a filesystem backup program), restore (a program for
 restoring files from a backup) and tar (an archiving program).
 
-%description -l de -n rmt
+%description -n rmt -l de
 rmt stellt Remote-Access zu Bandgeräten für Programme wie Dump,
 Restore und tar bereit.
 
-%description -l fr -n rmt
+%description -n rmt -l es
+rmt provee acceso remoto a dispositivos de cinta para programas como
+dump, restore y tar.
+
+%description -n rmt -l fr
 rmt offre un accès distant aux périphériques bandes pour des
 programmes comme dump, restore et tar.
 
-%description -l pl -n rmt
+%description -n rmt -l pl
 Program rmt umo¿liwia zdalny dostêp do napêdów ta¶m magnetycznych dla
 programów takich jak dump, restore czy tar.
 
-%description -l tr -n rmt
+%description -n rmt -l pt_BR
+rmt provê acesso remoto a dispositivos de fita para programas como
+dump, restore e tar.
+
+%description -n rmt -l tr
 rmt programý, dump, restore ve tar gibi programlar için teyp
 aygýtlarýna uzaktan eriþim saðlar.
 
@@ -91,7 +107,6 @@ ayg
 %patch0 -p1
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
 
 %build
 autoconf
@@ -100,8 +115,8 @@ MYGRP=`id -rg`; \
 %configure \
        --enable-rmt \
        --enable-readline \
-       --with-ccopts="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}" \
-       --with-ldopts="%{!?debug:-s}" \
+       --with-ccopts="%{rpmcflags}" \
+       --with-ldopts="%{rpmldflags}" \
        --with-binowner=$MYNAME \
        --with-bingrp=$MYGRP \
        --with-binmode=755 \
This page took 0.126996 seconds and 4 git commands to generate.