]> git.pld-linux.org Git - SPECS.git/blob - ext3undel.spec
SPECS updated Tue 30 Apr 15:13:02 CEST 2024
[SPECS.git] / ext3undel.spec
1 Summary:        A collection of scripts to help you recover files from ext2/ext3
2 Summary(pl.UTF-8):      Zestaw skryptów do odzyskiwania plików z ext2/ext3
3 Name:           ext3undel
4 Version:        0.1.6
5 Release:        3
6 License:        GPL v2
7 Group:          Applications/System
8 # Source0Download: http://projects.izzysoft.de/trac/ext3undel/wiki/Download
9 Source0:        %{name}-%{version}.tar.gz
10 # Source0-md5:  996107eead228ed476e89e8b9b82242f
11 Patch0:         %{name}-bashizm.patch
12 URL:            http://projects.izzysoft.de/trac/ext3undel
13 Requires:       sleuthkit
14 Suggests:       foremost
15 Suggests:       testdisk
16 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 ext3undel is a collection of scripts to help you recover deleted files
21 from ext2/ext3 file systems. ext3undel tries to automate most of the
22 difficult manual work of recovery so that it may be possible to
23 recover a single specified file or all data on a given disk.
24
25 %description -l pl.UTF-8
26 ext3undel to zestaw skryptów wspomagających odzyskiwanie usuniętych
27 plików z systemów plików ext2/ext3. ext3undel stara się zautomatyzować
28 większość trudnych czynność, tak aby możliwe było odzyskanie
29 pojedynczego pliku lub całości danych na dysku.
30
31 %prep
32 %setup -q
33 %patch0 -p1
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install \
39         DESTDIR=$RPM_BUILD_ROOT \
40         prefix=%{_prefix}
41
42 rm -rf $RPM_BUILD_ROOT%{_docdir}/%{name}
43
44 %clean
45 rm -rf $RPM_BUILD_ROOT
46
47 %files
48 %defattr(644,root,root,755)
49 %doc doc/{history,install.txt,ralf.txt,readme.txt}
50 %attr(755,root,root) %{_bindir}/*
51 %dir %{_sysconfdir}/%{name}
52 %config(noreplace) %verify(not md5 mtime size) %{_sysconfdir}/%{name}/*
53 %{_mandir}/man5/ext3undel.conf.5*
54 %{_mandir}/man8/*.8*
This page took 0.165875 seconds and 3 git commands to generate.