diff --git a/.cvsignore b/.cvsignore index 1f5933d..7571336 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1 +1,2 @@ testdisk-6.8.tar.bz2 +testdisk68_list.patch diff --git a/sources b/sources index a10020d..c602286 100644 --- a/sources +++ b/sources @@ -1 +1,2 @@ bebd1e2be47fbc451878f32497a7f935 testdisk-6.8.tar.bz2 +c6e8a4608a8dac88c53dc4e8666f70cc testdisk68_list.patch diff --git a/testdisk.spec b/testdisk.spec index 9b2e6c3..aeb20fe 100644 --- a/testdisk.spec +++ b/testdisk.spec @@ -4,18 +4,19 @@ Summary(fr.UTF8): Outil pour vérifier et restorer des partitions Summary(ru_RU.UTF8): Программа для проверки и восстановления разделов диска Name: testdisk Version: 6.8 -Release: 1%{?dist} -License: GPL +Release: 3%{?dist} +License: GPLv2+ Group: Applications/System Source0: http://www.cgsecurity.org/testdisk-%{version}.tar.bz2 +Patch0: testdisk68_list.patch URL: http://www.cgsecurity.org/wiki/TestDisk BuildRequires: ncurses-devel >= 5.2 BuildRequires: e2fsprogs-devel BuildRequires: libjpeg-devel BuildRequires: ntfsprogs-devel +BuildRequires: libewf-devel BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) - %description Tool to check and undelete partition. Works with FAT12, FAT16, FAT32, NTFS, EXT2, EXT3, BeFS, CramFS, HFS, JFS, Linux Raid, Linux Swap, @@ -39,9 +40,10 @@ Linux Swap, LVM, LVM2, NSS, ReiserFS, UFS, XFS %prep %setup -q +%patch0 -p1 -b .list %build -%configure --without-ewf +%configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT @@ -58,12 +60,17 @@ rm -rf $RPM_BUILD_ROOT %{_mandir}/man1/testdisk.1* %{_mandir}/man1/photorec.1* %changelog +* Tue Jan 1 2008 Christophe Grenier 6.8-3 +- Use libewf for support of the Expert Witness Compression Format (EWF) + +* Thu Aug 16 2007 Christophe Grenier 6.8-2 +- Fix the license in the spec file + * Tue Aug 14 2007 Christophe Grenier 6.8-1 - Update to latest version -* Sun Jul 1 2007 Christophe Grenier 6.7-1 +* Fri Jun 29 2007 Christophe Grenier 6.7-1 - Update to latest version -- Fix incorrect polish characters in spec file (BZ#244382) * Sun Feb 18 2007 Christophe Grenier 6.6-1 - Update to latest version