%def_without static Name: ddrescue Version: 1.24 Release: alt1 Summary: Data copying in presence of I/O errors License: GPLv3+ Group: Archiving/Backup URL: http://www.gnu.org/software/ddrescue/ddrescue.html Source0: http://ftp.gnu.org/gnu/ddrescue/%{name}-%{version}.tar.lz Source1: ddrescue.watch # Automatically added by buildreq on Wed Dec 31 2008 BuildRequires: gcc-c++ lzip %{?_with_static: BuildRequires: libstdc++-devel-static} # explicitly added texinfo for info files BuildRequires: texinfo %description ddrescue copies data from one file or block device (hard disk, cdrom...) to another, trying hard to rescue data in case of read errors. ddrescue does not truncate the output file if not asked to. So everytime you run it on the same output file it tries to fill in the gaps. If you have two or more copies of a damaged file, cdrom, etc, and run ddrescue on all of them, one at a time, with the same output file, you will probably obtain a complete and error-free file. %package static Summary: Statically built ddrescue (data recovery tool) Group: Archiving/Backup %description static ddrescue copies data from one file or block device (hard disk, cdrom...) to another, trying hard to rescue data in case of read errors. This package contains statically built ddrescue utility. %prep %setup %build ./configure --prefix=%_prefix --infodir=%_infodir --mandir=%_mandir %make_build CXXFLAGS="%optflags %optflags_nocpp" all %{?_with_static:sddrescue} make check %install %makeinstall_std install-man %{?_with_static: install -pDm755 sddrescue %buildroot/bin/sddrescue} %files %_bindir/ddrescue %_bindir/ddrescuelog %_man1dir/* %_infodir/*.info* %doc README %if_with static %files static /bin/sddrescue %endif %changelog * Thu Feb 28 2019 Michael Shigorin 1.24-alt1 - new version (watch file uupdate) * Sat Feb 17 2018 Michael Shigorin 1.23-alt1 - new version (watch file uupdate) * Fri Feb 03 2017 Michael Shigorin 1.22-alt1 - new version (watch file uupdate) * Fri Mar 18 2016 Michael Shigorin 1.21-alt1 - new version (watch file uupdate) * Thu Dec 03 2015 Igor Vlasenko 1.20-alt1.1 - NMU: added BR: texinfo * Sat Sep 12 2015 Michael Shigorin 1.20-alt1 - new version (watch file uupdate) * Sat Oct 04 2014 Michael Shigorin 1.19-alt1 - new version (watch file uupdate) * Wed Jun 11 2014 Michael Shigorin 1.18.1-alt1 - new version (watch file uupdate) * Sun Jun 08 2014 Michael Shigorin 1.18-alt1 - new version (watch file uupdate) * Wed Apr 23 2014 Michael Shigorin 1.17-alt1 - new version (watch file uupdate) * Wed Apr 23 2014 Michael Shigorin 1.16-alt1 - new version (watch file uupdate) * Tue Jan 03 2012 Victor Forsiuk 1.15-alt1 - 1.15 * Wed Jan 12 2011 Victor Forsiuk 1.14-alt1 - 1.14 * Mon Aug 30 2010 Victor Forsiuk 1.13-alt1 - 1.13 * Thu Apr 08 2010 Victor Forsiuk 1.12-alt1 - 1.12 * Sun Jul 12 2009 Victor Forsyuk 1.11-alt1 - 1.11 * Wed Dec 31 2008 Victor Forsyuk 1.9-alt1 - 1.9 * Tue Jun 10 2008 Victor Forsyuk 1.8-alt2 - Fix info files installation. * Tue Feb 26 2008 Victor Forsyuk 1.8-alt1 - 1.8 (visualization patch disabled for now). * Mon Jul 23 2007 Victor Forsyuk 1.5-alt1 - 1.5 - Fetch from PLD CVS modified for 1.5 "visualization" patch. - Install static ddrescue to /bin. * Mon Jan 15 2007 Victor Forsyuk 1.3-alt1 - 1.3 - Built and packaged statically linked ddrescue. - Ascii art patch from http://guru.multimedia.cx/ddrescue/ (visualization of the recovery process). * Tue Apr 25 2006 Victor Forsyuk 1.2-alt1 - 1.2 * Fri Oct 14 2005 Victor Forsyuk 1.1-alt1 - 1.1 * Fri Jun 10 2005 Victor Forsyuk 1.0-alt1 - Initial build.