SPECS: testdisk.spec - summaries, descs fr, ru from spec included ...

zbyniu zbyniu at pld-linux.org
Wed Apr 26 23:33:00 CEST 2006


Author: zbyniu                       Date: Wed Apr 26 21:33:00 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- summaries, descs fr, ru from spec included in source0; manuals packaged

---- Files affected:
SPECS:
   testdisk.spec (1.44 -> 1.45) 

---- Diffs:

================================================================
Index: SPECS/testdisk.spec
diff -u SPECS/testdisk.spec:1.44 SPECS/testdisk.spec:1.45
--- SPECS/testdisk.spec:1.44	Sat Mar 11 19:10:26 2006
+++ SPECS/testdisk.spec	Wed Apr 26 23:32:54 2006
@@ -1,6 +1,8 @@
 # $Revision$, $Date$
 Summary:	Tool to check and undelete partition
+Summary(fr):	Outil pour vérifier et restorer des partitions
 Summary(pl):	Narzędzie sprawdzające i odzyskujące partycje
+Summary(ru):	đŇĎÇŇÁÍÍÁ ÄĚŃ ĐŇĎ×ĹŇËÉ É ×ĎÓÓÔÁÎĎ×ĚĹÎÉŃ ŇÁÚÄĹĚĎ× ÄÉÓËÁ
 Name:		testdisk
 Version:	6.3
 Release:	1
@@ -14,7 +16,7 @@
 BuildRequires:	e2fsprogs-devel
 BuildRequires:	libjpeg-devel
 BuildRequires:	ncurses-devel >= 5.2
-BuildRequires:	ntfsprogs-devel >= 1.9.4 
+BuildRequires:	ntfsprogs-devel >= 1.9.4
 BuildRequires:	progsreiserfs-devel >= 0.3.1-1.rc8.1
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -22,24 +24,76 @@
 Tool to check and undelete partition. Works with the following
 partitions:
 - FAT12 FAT16 FAT32
-- Linux
+- Linux Ext2, Ext3
 - Linux SWAP (version 1 and 2)
-- NTFS (Windows NT)
+- Linux Raid
+- LVM and LVM2, Linux Logical Volume Manager
 - BeFS (BeOS)
-- UFS (BSD)
-- Netware
-- ReiserFS
+- BSD disklabel (FreeBSD/OpenBSD/NetBSD)
+- CramFS (Compressed File System)
+- HFS, Hierarchical File System
+- JFS, IBM's Journaled File System
+- Netware NSS
+- NTFS (Windows NT/2k/XP)
+- ReiserFS 3.5, 3.6
+- UFS (Sun/BSD)
+- XFS
+
+%description -l fr
+Outil pour vérifier et restorer des partitions. Fonctionne avec les
+partitions suivantes:
+- FAT12 FAT16 FAT32
+- Linux Ext2, Ext3
+- Linux SWAP (version 1 and 2)
+- Linux Raid
+- LVM and LVM2, Linux Logical Volume Manager
+- BeFS (BeOS)
+- BSD disklabel (FreeBSD/OpenBSD/NetBSD)
+- CramFS (Compressed File System)
+- HFS, Hierarchical File System
+- JFS, IBM's Journaled File System
+- Netware NSS
+- NTFS (Windows NT/2k/XP)
+- ReiserFS 3.5, 3.6
+- UFS (Sun/BSD)
+- XFS
 
 %description -l pl
 Narzędzie sprawdzające i odzyskujące partycje. Pracuje z partycjami:
 - FAT12 FAT16 FAT32
-- Linux
+- Linux Ext2, Ext3
 - Linux SWAP (version 1 and 2)
-- NTFS (Windows NT)
+- Linux Raid
+- LVM and LVM2, Linux Logical Volume Manager
 - BeFS (BeOS)
-- UFS (BSD)
-- Netware
-- ReiserFS
+- BSD disklabel (FreeBSD/OpenBSD/NetBSD)
+- CramFS (Compressed File System)
+- HFS, Hierarchical File System
+- JFS, IBM's Journaled File System
+- Netware NSS
+- NTFS (Windows NT/2k/XP)
+- ReiserFS 3.5, 3.6
+- UFS (Sun/BSD)
+- XFS
+
+%description -l ru
+đŇĎÇŇÁÍÍÁ ÄĚŃ ĐŇĎ×ĹŇËÉ É ×ĎÓÓÔÁÎĎ×ĚĹÎÉŃ ŇÁÚÄĹĚĎ× ÄÉÓËÁ. đĎÄÄĹŇÖÉ×ÁĹÔ
+ÓĚĹÄŐŔÝÉĹ ÔÉĐŮ ŇÁÚÄĹĚĎ×:
+- FAT12 FAT16 FAT32
+- Linux Ext2, Ext3
+- Linux SWAP (version 1 and 2)
+- Linux Raid
+- LVM and LVM2, Linux Logical Volume Manager
+- BeFS (BeOS)
+- BSD disklabel (FreeBSD/OpenBSD/NetBSD)
+- CramFS (Compressed File System)
+- HFS, Hierarchical File System
+- JFS, IBM's Journaled File System
+- Netware NSS
+- NTFS (Windows NT/2k/XP)
+- ReiserFS 3.5, 3.6
+- UFS (Sun/BSD)
+- XFS
 
 %prep
 %setup -q
@@ -56,10 +110,11 @@
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -d $RPM_BUILD_ROOT%{_sbindir}
+install -d $RPM_BUILD_ROOT{%{_sbindir},%{_mandir}/man1}
 
 install src/testdisk $RPM_BUILD_ROOT%{_sbindir}
 install src/photorec $RPM_BUILD_ROOT%{_sbindir}
+install doc_src/*.1 $RPM_BUILD_ROOT%{_mandir}/man1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -67,6 +122,7 @@
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog INFO NEWS README THANKS doc/*.html doc/*.gif
+%{_mandir}/man1/*.1*
 %attr(755,root,root) %{_sbindir}/*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
@@ -75,6 +131,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.45  2006/04/26 21:32:54  zbyniu
+- summaries, descs fr, ru from spec included in source0; manuals packaged
+
 Revision 1.44  2006/03/11 18:10:26  areq
 - 6.3
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/testdisk.spec?r1=1.44&r2=1.45&f=u



More information about the pld-cvs-commit mailing list