]> git.pld-linux.org Git - SPECS.git/blob - dd_rhelp.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / dd_rhelp.spec
1 Summary:        Recover data from any device with bad sectors
2 Name:           dd_rhelp
3 Version:        0.1.2
4 Release:        1
5 License:        GPL v2+
6 Group:          Applications/System
7 Source0:        http://www.kalysto.org/pkg/%{name}-%{version}.tar.gz
8 # Source0-md5:  689e24f64e99a471c89eb3d7958f7530
9 URL:            http://www.kalysto.org/utilities/dd_rhelp/index.en.html
10 Requires:       ddrescue
11 BuildArch:      noarch
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 dd_rhelp allows users to retrieve, quickly and easily, recoverable
16 data from any device with bad sectors. It will copy it using dd_rescue
17 in all the appropriate ways (reverse copy, setting start and stop
18 offset accordingly to previously rescued data) to recover the maximum
19 data possible before spending time on bad sectors. It is
20 straightforward to use, supports ctrl-c at anytime, can resume a job
21 (or standalone dd_rescue job) by parsing the dd_rescue logs, and
22 displays a nice ASCII bar showing rescue progress.
23
24 %prep
25 %setup -q
26
27 %build
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31
32 install -d $RPM_BUILD_ROOT%{_bindir}
33 install dd_rhelp $RPM_BUILD_ROOT%{_bindir}
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %doc AUTHORS ChangeLog FAQ NEWS README* THANKS TODO doc/example.txt
41 %attr(755,root,root) %{_bindir}/dd_rhelp
This page took 0.09585 seconds and 3 git commands to generate.