diff --git a/README.md b/README.md index b13f46d..114e03c 100644 --- a/README.md +++ b/README.md @@ -2,13 +2,10 @@ 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 index cfe5d6f..aa90730 100644 --- a/dd_rescue.spec +++ b/dd_rescue.spec @@ -1,12 +1,12 @@ Name: dd_rescue -Version: 1.99.11 +Version: 1.99.13 Release: 1mamba Summary: GNU ddrescue is a data recovery tool Group: Applications/File Vendor: openmamba Distribution: openmamba Packager: Silvan Calarco -URL: https://www.garloff.de/kurt/linux/ddrescue +URL: http://www.garloff.de/kurt/linux/ddrescue/ Source: http://www.garloff.de/kurt/linux/ddrescue/dd_rescue-%{version}.tar.bz2 License: GPL ## AUTOBUILDREQ-BEGIN @@ -18,29 +18,30 @@ BuildRequires: libopenssl-devel %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. +%debug_package + %prep %setup -q sed -i "s|-g root||" Makefile sed -i "s|-o root||" Makefile +sed -i "s|strip -S|true|" Makefile + +./autogen.sh %build -./autogen.sh %configure %make %install [ "%{buildroot}" != / ] && rm -rf %{buildroot} -%makeinstall INSTALLDIR=%{buildroot}%{_bindir} +%makeinstall INSTALLDIR=%{buildroot}%{_bindir} INSTALLFLAGS="" %clean [ "%{buildroot}" != / ] && rm -rf %{buildroot} @@ -58,6 +59,12 @@ sed -i "s|-o root||" Makefile %{_mandir}/man1/dd_rescue.1* %changelog +* Fri Mar 03 2023 Automatic Build System 1.99.13-1mamba +- automatic version update by autodist + +* Sun Jul 31 2022 Silvan Calarco 1.99.12-1mamba +- update to 1.99.12 + * Fri Apr 30 2021 Automatic Build System 1.99.11-1mamba - automatic version update by autodist