source: projects/specs/trunk/t/testdisk/testdisk-vl.spec @ 8487

Revision 8487, 3.0 KB checked in by daisuke, 10 years ago (diff)

testdisk: update to 6.14

Line 
1%define ver_progsreiserfs 0.3.1-rc8
2%define ntfs3g_version 2012.1.15
3
4Summary:        Tool to check and undelete partition and files
5Summary(ja):    パーティションおよびファイルのチェックと復活を行うツール
6Name:           testdisk
7Version:        6.14
8Release:        1%{?_dist_release}
9License:        GPLv2+
10Group:          Applications/System
11Source0:        http://www.cgsecurity.org/%{name}-%{version}.tar.bz2
12URL:            http://www.cgsecurity.org/wiki/TestDisk
13BuildRequires:  ncurses-devel >= 5.2
14BuildRequires:  e2fsprogs-devel
15BuildRequires:  libjpeg-devel
16BuildRequires:  ntfs-3g-devel >= %ntfs3g_version
17BuildRequires:  libewf-devel
18BuildRequires:  zlib-devel
19BuildRequires:  openssl-devel
20BuildRequires:  libuuid-devel
21BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
22
23%description
24Tool to check and undelete partition. Works with FAT12, FAT16, FAT32,
25NTFS, EXT2, EXT3, BeFS, CramFS, HFS, JFS, Linux Raid, Linux Swap,
26LVM, LVM2, NSS, ReiserFS, UFS, XFS
27
28%prep
29%setup -q
30
31%build
32%configure
33%__make %{?_smp_mflags}
34
35%install
36rm -rf $RPM_BUILD_ROOT
37make DESTDIR="$RPM_BUILD_ROOT" install
38
39%clean
40rm -rf $RPM_BUILD_ROOT
41
42%files
43%defattr(644,root,root,755)
44%doc AUTHORS COPYING ChangeLog NEWS README THANKS
45%{_mandir}/man8/testdisk.8*
46%{_mandir}/man8/photorec.8*
47%{_mandir}/man8/fidentify.8*
48%attr(755,root,root) %{_bindir}/fidentify
49%attr(755,root,root) %{_bindir}/testdisk
50%attr(755,root,root) %{_bindir}/photorec
51
52
53%changelog
54* Wed May 28 2014 Daisuke SUZUKI <daisuke@vinelinux.org> 6.14-1
55- update to 6.14
56
57* Tue Feb 19 2013 Daisuke SUZUKI <daisuke@linux.or.jp> 6.13-3
58- rebuild with ntfs-3g-2013.1.13
59
60* Mon Nov 05 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 6.13-2
61- rebuild with ntfs-3g-2012.1.15
62
63* Thu Aug 02 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 6.13-1
64- new upstream release
65- BR: ntfs-3g-devel instead of ntfsprogs
66- remove all patches
67
68* Sat Jan 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.11-2
69- rebuild with openssl-1.0.0c
70
71* Tue Dec 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.11-1
72- new upstream release
73- add Source10 (testdisk-doc-6.11.tar.bz2)
74- add Patch1 (photorec_611_exif_bound_checking_v2.patch)
75- add BuildRequires: libewf-devel, zlib-devel, openssl-devel, libuuid-devel
76
77* Sun Oct 12 2008 Shu KONNO <owa@bg.wakwak.com> 6.10-1vl5
78- new upstream release
79- applied new versioning policy, spec in utf-8
80
81* Sat Jul 21 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 6.7-0vl1
82- initial build for Vine Linux.
83
84* Sun Jan 4 2004 Christophe Grenier <grenier@cgsecurity.org> 5.0
85- 5.0
86
87* Wed Oct 1 2003 Christophe Grenier <grenier@cgsecurity.org> 4.5
88- 4.5
89
90* Wed Apr 23 2003 Christophe Grenier <grenier@cgsecurity.org> 4.4-2
91
92* Sat Mar 29 2003 Pascal Terjan <CMoi@tuxfamily.org> 4.4-1mdk
93- 4.4
94
95* Fri Dec 27 2002 Olivier Thauvin <thauvin@aerov.jussieu.fr> 4.2-2mdk
96- rebuild for rpm and glibc
97
98* Sun Oct 06 2002 Olivier Thauvin <thauvin@aerov.jussieu.fr> 4.2-1mdk
99- 4.2
100
101* Mon Sep 02 2002 Olivier Thauvin <thauvin@aerov.jussieu.fr> 4.1-1mdk
102- By Pascal Terjan <pascal.terjan@free.fr>
103        - first mdk release, adapted from PLD.
104        - gz to bz2 compression.
105- fix %%tmppath
106- %%make instead %%{__make}
Note: See TracBrowser for help on using the repository browser.