General
Start
APT/YUM/Smart config
List of packages
GPG key
Mirrors
Recent changes
How you can help
Pydar2
Thanks:
Buildsystem hosted at ithomi
SUSE and Mandrake builds made by the openSUSE build service
Static site hosted at ULYSSIS
Primary mirrors hosted at BELNET, HEAnet, 3TI
Varia:
Random picture!
Looking for a java job?
Leuven blogt

dd_rhelp spec file : Dries RPM Repository

Back to the dd_rhelp rpms

Current spec in pydar2:


# $Id: dd_rhelp.spec 5951 2007-11-01 21:24:36Z dag $
# Authority: dag

Summary: Helper script for ddrescue
Name: dd_rhelp
Version: 0.0.6
Release: 1
License: GPL
Group: Applications/System
URL: http://www.kalysto.org/utilities/dd_rhelp/index.en.html

Source: http://www.kalysto.org/pkg/dd_rhelp-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

BuildArch: noarch
Requires: dd_rescue >= 1.03

%description
dd_rhelp uses ddrescue on your entire disc, and attempts to gather the maximum
valid data before trying for ages on badsectors. If you leave dd_rhelp work
for infinite time, it has a similar effect as a simple dd_rescue. But because
you may not have this infinite time, dd_rhelp jumps over bad sectors and rescue
valid data. In the long run, it parses all your device with dd_rescue.

You can Ctrl-C it whenever you want, and rerun-it at will, dd_rhelp resumes the
job as it depends on the log files dd_rescue creates. In addition, progress
is shown in an ASCII picture of your device being rescued.

%prep
%setup

%build
%configure
%{__make} %{?_smp_mflags} OPTIMIZE="%{optflags}"

%install
%{__rm} -rf %{buildroot}
%{__make} install DESTDIR="%{buildroot}"

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc AUTHORS ChangeLog COPYING FAQ NEWS README THANKS TODO doc/example.txt
%{_bindir}/dd_rhelp

%changelog
* Thu Nov 01 2007 Dag Wieers  - 0.0.6-1
- Initial package. (using DAR)