Summary: Fault tolerant "dd" utility for rescuing data from bad media Name: dd_rescue Version: 1.11 Release: 2%{?dist} Epoch: 0 License: GPL Group: Applications/System Source0: http://www.garloff.de/kurt/linux/ddrescue/dd_rescue-%{version}.tar.gz Source1: dd_rescue.1 URL: http://www.garloff.de/kurt/linux/ddrescue/ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) # Conflicts with the dd_rescue package, which was formerly packaged as ddrescue Conflicts: ddrescue < 1:1.0 %description Like dd, dd_rescue does copy data from one file or block device to another. You can specify file positions (called seek and Skip in dd). dd_rescue does however not abort on errors in the input file, which makes it suitable for rescuing data from a medium with errors, i.e. a hard disk with some bad sectors. %prep %setup -q -n dd_rescue %build make RPM_OPT_FLAGS="$RPM_OPT_FLAGS" %{?_smp_mflags} cp README.dd_rescue README %install rm -rf %{buildroot} mkdir -p %{buildroot}%{_bindir} %{__install} -p -m 755 dd_rescue %{buildroot}%{_bindir}/dd_rescue %{__install} -p -D -m 644 %{SOURCE1} %{buildroot}%{_mandir}/man1/dd_rescue.1 %clean rm -rf %{buildroot} %files %defattr(-,root,root,-) %doc COPYING README %{_bindir}/dd_rescue %{_mandir}/man1/dd_rescue.1* %changelog * Wed Jul 06 2005 Andreas Thienemann 1.11-2 - Added Conflict tag to fix the ddrescue/dd_rescue naming mess - Changed %%description * Fri Jul 01 2005 Andreas Thienemann 1.11-1 - Updated to 1.11 - Adapted specfile to extras conventions. - Renamed package to dd_rescue to reflect upstream, name. - Added manpage * Sun Sep 5 2004 Marius L. Jøhndal 0:1.10-0.fdr.1 - Updated to 1.10. * Sat Dec 13 2003 Marius L. Jøhndal 0:1.03-0.fdr.1 - Updated to 1.03. - Minor editing of description. * Mon Sep 29 2003 Marius L. Jøhndal 0:1.02-0.fdr.1 - Initial RPM release.