]> git.pld-linux.org Git - packages/mt-st.git/commitdiff
- added de, fr, tr translations from LinuxMandrake spec, mt-st-0_5b-4
authorkloczek <kloczek@pld-linux.org>
Sun, 22 Aug 1999 15:16:54 +0000 (15:16 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- more rpm macros.

Changed files:
    mt-st.spec -> 1.3

mt-st.spec

index 5999ce4dc475ba028daad36b2909d8eba596d378..907a50ba826d3f767957fdd4788957037f61d561 100644 (file)
@@ -1,4 +1,7 @@
 Summary:       Programs to control tape device operations.
+Summary(de):   Steuerung des magnetischen Bandlaufwerks (mt) 
+Summary(fr):   Contrôle les opérations du lecteur de bandes magnétiques (mt)
+Summary(tr):   Manyetik teyp sürücüsünün iþlevsel kontrolü (mt)
 Name:          mt-st
 Version:       0.5b
 Release:       4
@@ -8,14 +11,30 @@ Source:              ftp://metalab.unc.edu/pub/Linux/system/backup/%{name}-%{version}.tar.gz
 Patch:         mt-st-buildroot.patch
 BuildRoot:     /tmp/%{name}-%{version}-root
 
+%define                _bindir         /bin
+%define                _sbindir        /sbin
+
 %description
-The mt-st package contains the mt and st tape drive management
-programs. Mt (for magnetic tape drives) and st (for SCSI tape
-devices) can control rewinding, ejecting, skipping files and
-blocks and more.
+The mt-st package contains the mt and st tape drive management programs. Mt
+(for magnetic tape drives) and st (for SCSI tape devices) can control
+rewinding, ejecting, skipping files and blocks and more.
 
 This package can help you manage tape drives.
 
+%description -l de
+Das mt-Programm kann zur Erledigung von vielen Vorgängen auf Bändern benutzt
+werden, etwa Rückspulen, Auswerfen, Überspringen von Dateien und Blöcken
+usw.
+
+%description -l fr
+Le programme mt peut servir à réaliser de nombreuses opérations sur les
+bandes, comme le rembobinage, l'éjection, le saut de fichiers et de blocs,
+etc.
+
+%description -l tr
+mt programý teypler üzerinde rewind, eject, dosya, blok atlamasý gibi birçok
+iþlemin gerçekleþtirilmesinde kullanýlabilir.
+
 %prep
 %setup -q
 %patch -p1
@@ -37,7 +56,7 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc {README,README.stinit,mt-st-0.5b.lsm,stinit.def.examples}.gz
-%attr(755,root,root) /bin/mt
-%attr(755,root,root) /sbin/stinit
-%{_mandir}/man1/mt.1.gz
-%{_mandir}/man8/stinit.8.gz
+%attr(755,root,root) %{_bindir}/mt
+%attr(755,root,root) %{_sbindir}/stinit
+%{_mandir}/man1/mt.1*
+%{_mandir}/man8/stinit.8*
This page took 0.495461 seconds and 4 git commands to generate.