Summary: Helper script for automatic ddrescue execution with faster recovery times Name: dd_rhelp Version: 0.0.6 Release: 2%{?dist} License: GPL URL: http://www.kalysto.org/utilities/dd_rhelp/index.en.html Group: Applications/System Source0: http://www.kalysto.org/pkg/dd_rhelp-%{version}.tar.gz Patch0: dd_rhelp-quote.patch Patch1: dd_rhelp-regex.patch BuildArch: noarch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) Requires: dd_rescue >= 0:1.03 %description dd_rhelp will use ddrescue on your entire disc, but will try to gather the maximum valid data before trying for ages on badsectors. So if you leave dd_rhelp work for infinite time, it'll have the same effect as a simple dd_rescue. But because you might not have this infinite time (this could indeed take really long in some cases... ), dd_rhelp will jump over bad sectors and rescue valid data. In the long run, it'll parse all your device with dd_rescue. %prep %setup %patch0 -p1 %patch1 -p1 %build %configure make %install rm -rf "$RPM_BUILD_ROOT" %makeinstall %clean rm -rf "$RPM_BUILD_ROOT" %files %defattr(-,root,root,-) %{_bindir}/dd_rhelp %doc AUTHORS ChangeLog FAQ NEWS README THANKS TODO doc/example.txt %changelog * Wed Jul 06 2005 Andreas Thienemann 0.0.6-2 - Added dist-tag and changed buildroot to fedora-extras conventions. - Cleaned up specfile * Tue Jul 05 2005 Steven Pritchard 0.0.6-1 - Cleanup for Fedora Extras - Go back to looking for dd_rescue (instead of GNU ddrescue) - Add dd_rhelp-quote.patch, which fixes a cosmetic bug when printing error messages - Add dd_rhelp-regex.patch, which *might* fix bugs that happen when recovering >= 100GB * Wed Jan 19 2005 Steven Pritchard 0:0.0.6-0.fdr.2 - Fix to actually work with ddrescue (instead of dd_rescue) - Include some docs * Wed Jan 19 2005 Steven Pritchard 0:0.0.6-0.fdr.1 - Initial package