From 38a484bef93805d5944585c9b5ec879c50d3c32f Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 21:41:15 +0100 Subject: [PATCH] automatic version update by autodist [release 1.42-1mamba;Thu Mar 06 2014] --- README.md | 12 +++++++ dd_rescue.spec | 92 ++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 104 insertions(+) create mode 100644 dd_rescue.spec diff --git a/README.md b/README.md index 2c5baaa..b13f46d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,14 @@ # dd_rescue +GNU ddrescue is a data recovery tool. +It copies data from one file or block device (hard disc, cdrom, etc) to another, trying hard to rescue data in case of read errors. + +Ddrescue does not truncate the output file if not asked to. +So, every time you run it on the same output file, it tries to fill in the gaps. + +The basic operation of ddrescue is fully automatic. +That is, you don't have to wait for an error, stop the program, read the log, run it in reverse mode, etc. + +If you use the logfile feature of ddrescue, the data is rescued very efficiently (only the needed blocks are read). +Also you can interrupt the rescue at any time and resume it later at the same point. + diff --git a/dd_rescue.spec b/dd_rescue.spec new file mode 100644 index 0000000..f8082e8 --- /dev/null +++ b/dd_rescue.spec @@ -0,0 +1,92 @@ +Name: dd_rescue +Version: 1.42 +Release: 1mamba +Summary: GNU ddrescue is a data recovery tool +Group: Applications/File +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://www.garloff.de/kurt/linux/ddrescue +Source: http://www.garloff.de/kurt/linux/ddrescue/dd_rescue-%{version}.tar.gz +License: GPL +## AUTOBUILDREQ-BEGIN +BuildRequires: glibc-devel +## AUTOBUILDREQ-END +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +GNU ddrescue is a data recovery tool. +It copies data from one file or block device (hard disc, cdrom, etc) to another, trying hard to rescue data in case of read errors. + +Ddrescue does not truncate the output file if not asked to. +So, every time you run it on the same output file, it tries to fill in the gaps. + +The basic operation of ddrescue is fully automatic. +That is, you don't have to wait for an error, stop the program, read the log, run it in reverse mode, etc. + +If you use the logfile feature of ddrescue, the data is rescued very efficiently (only the needed blocks are read). +Also you can interrupt the rescue at any time and resume it later at the same point. + +%prep +%setup -q -n dd_rescue +sed -i "s|-g root||" Makefile +sed -i "s|-o root||" Makefile + +%build +%make + +%install +[ "%{buildroot}" != / ] && rm -rf %{buildroot} +%makeinstall INSTALLDIR=%{buildroot}%{_bindir} + +%clean +[ "%{buildroot}" != / ] && rm -rf %{buildroot} + +%files +%defattr(-,root,root) +%{_bindir}/dd_rescue +%{_libdir}/libddr_MD5.so +%{_mandir}/man1/dd_rescue.1* + +%changelog +* Thu Mar 06 2014 Automatic Build System 1.42-1mamba +- automatic version update by autodist + +* Wed Feb 26 2014 Automatic Build System 1.41-1mamba +- automatic version update by autodist + +* Thu Aug 29 2013 Automatic Build System 1.40-1mamba +- automatic update by autodist + +* Thu Aug 15 2013 Automatic Build System 1.39-1mamba +- automatic update by autodist + +* Tue Jul 09 2013 Automatic Build System 1.34-1mamba +- automatic version update by autodist + +* Mon Apr 01 2013 Automatic Build System 1.33-1mamba +- automatic version update by autodist + +* Sat Mar 02 2013 Automatic Build System 1.32-1mamba +- automatic version update by autodist + +* Sun Jan 27 2013 Automatic Build System 1.30-1mamba +- automatic version update by autodist + +* Sat Jun 16 2012 Automatic Build System 1.28-1mamba +- automatic version update by autodist + +* Thu Oct 13 2011 Automatic Build System 1.24-1mamba +- automatic version update by autodist + +* Wed Dec 08 2010 Automatic Build System 1.23-1mamba +- automatic update by autodist + +* Tue Nov 09 2010 Automatic Build System 1.22-1mamba +- automatic update by autodist + +* Mon Aug 23 2010 Automatic Build System 1.18-1mamba +- automatic update by autodist + +* Wed Dec 10 2008 Silvan Calarco 1.14-1mamba +- first build