Blob Blame History Raw
Name:           ddrescue
Version:        1.10
Release:        0.fdr.1.1
Epoch:          0
Summary:        Fault tolerant "dd" utility for rescuing data from bad media

Group:          Applications/System
License:        GPL
URL:            http://www.garloff.de/kurt/linux/ddrescue/
Source0:        http://www.garloff.de/kurt/linux/ddrescue/dd_rescue-1.10.tar.gz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

%description
ddrescue is a utility similar to the system utility "dd" which copies
data from a file or block device to another. ddrescue does however
not abort on errors in the input file. This makes it suitable for
rescuing data from media with errors, e.g. a disk with bad sectors.


%prep
%setup -q -n dd_rescue


%build
#rm dd_rescue
#EXTRA_CFLAGS="$RPM_OPT_FLAGS" 
make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags}
cp README.dd_rescue README


%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT%{_bindir}
install -p -m 755 dd_rescue $RPM_BUILD_ROOT%{_bindir}/ddrescue


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc COPYING README
%{_bindir}/*


%changelog
* Sun Sep  5 2004 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:1.10-0.fdr.1
- Updated to 1.10.

* Sat Dec 13 2003 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:1.03-0.fdr.1
- Updated to 1.03.
- Minor editing of description.

* Mon Sep 29 2003 Marius L. Jøhndal <mariuslj at ifi.uio.no> - 0:1.02-0.fdr.1
- Initial RPM release.