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

Revision 6677, 2.7 KB checked in by daisuke, 12 years ago (diff)

new upstream release

Line 
1%define ver_progsreiserfs 0.3.1-rc8
2%define ver_ntfsprogs 2.0.0
3
4Summary:        Tool to check and undelete partition and files
5Summary(ja):    パーティションおよびファイルのチェックと復活を行うツール
6Name:           testdisk
7Version:        6.13
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
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* Thu Aug 02 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 6.13-1
55- new upstream release
56- BR: ntfs-3g-devel instead of ntfsprogs
57- remove all patches
58
59* Sat Jan 29 2011 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.11-2
60- rebuild with openssl-1.0.0c
61
62* Tue Dec 07 2010 Yoji TOYODA <bsyamato@sea.plala.or.jp> 6.11-1
63- new upstream release
64- add Source10 (testdisk-doc-6.11.tar.bz2)
65- add Patch1 (photorec_611_exif_bound_checking_v2.patch)
66- add BuildRequires: libewf-devel, zlib-devel, openssl-devel, libuuid-devel
67
68* Sun Oct 12 2008 Shu KONNO <owa@bg.wakwak.com> 6.10-1vl5
69- new upstream release
70- applied new versioning policy, spec in utf-8
71
72* Sat Jul 21 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 6.7-0vl1
73- initial build for Vine Linux.
74
75* Sun Jan 4 2004 Christophe Grenier <grenier@cgsecurity.org> 5.0
76- 5.0
77
78* Wed Oct 1 2003 Christophe Grenier <grenier@cgsecurity.org> 4.5
79- 4.5
80
81* Wed Apr 23 2003 Christophe Grenier <grenier@cgsecurity.org> 4.4-2
82
83* Sat Mar 29 2003 Pascal Terjan <CMoi@tuxfamily.org> 4.4-1mdk
84- 4.4
85
86* Fri Dec 27 2002 Olivier Thauvin <thauvin@aerov.jussieu.fr> 4.2-2mdk
87- rebuild for rpm and glibc
88
89* Sun Oct 06 2002 Olivier Thauvin <thauvin@aerov.jussieu.fr> 4.2-1mdk
90- 4.2
91
92* Mon Sep 02 2002 Olivier Thauvin <thauvin@aerov.jussieu.fr> 4.1-1mdk
93- By Pascal Terjan <pascal.terjan@free.fr>
94        - first mdk release, adapted from PLD.
95        - gz to bz2 compression.
96- fix %%tmppath
97- %%make instead %%{__make}
Note: See TracBrowser for help on using the repository browser.