automatic version update by autodist [release 1.99.13-1mamba;Fri Mar 03 2023]
This commit is contained in:
parent
736c97e20c
commit
727ce79179
@ -2,13 +2,10 @@
|
|||||||
|
|
||||||
GNU ddrescue is a data recovery tool.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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).
|
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.
|
Also you can interrupt the rescue at any time and resume it later at the same point.
|
||||||
|
|
||||||
|
@ -1,12 +1,12 @@
|
|||||||
Name: dd_rescue
|
Name: dd_rescue
|
||||||
Version: 1.99.11
|
Version: 1.99.13
|
||||||
Release: 1mamba
|
Release: 1mamba
|
||||||
Summary: GNU ddrescue is a data recovery tool
|
Summary: GNU ddrescue is a data recovery tool
|
||||||
Group: Applications/File
|
Group: Applications/File
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
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
|
Source: http://www.garloff.de/kurt/linux/ddrescue/dd_rescue-%{version}.tar.bz2
|
||||||
License: GPL
|
License: GPL
|
||||||
## AUTOBUILDREQ-BEGIN
|
## AUTOBUILDREQ-BEGIN
|
||||||
@ -18,29 +18,30 @@ BuildRequires: libopenssl-devel
|
|||||||
%description
|
%description
|
||||||
GNU ddrescue is a data recovery tool.
|
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.
|
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.
|
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.
|
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.
|
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.
|
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).
|
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.
|
Also you can interrupt the rescue at any time and resume it later at the same point.
|
||||||
|
|
||||||
|
%debug_package
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q
|
%setup -q
|
||||||
sed -i "s|-g root||" Makefile
|
sed -i "s|-g root||" Makefile
|
||||||
sed -i "s|-o root||" Makefile
|
sed -i "s|-o root||" Makefile
|
||||||
|
sed -i "s|strip -S|true|" Makefile
|
||||||
|
|
||||||
|
./autogen.sh
|
||||||
|
|
||||||
%build
|
%build
|
||||||
./autogen.sh
|
|
||||||
%configure
|
%configure
|
||||||
%make
|
%make
|
||||||
|
|
||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
%makeinstall INSTALLDIR=%{buildroot}%{_bindir}
|
%makeinstall INSTALLDIR=%{buildroot}%{_bindir} INSTALLFLAGS=""
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
[ "%{buildroot}" != / ] && rm -rf %{buildroot}
|
||||||
@ -58,6 +59,12 @@ sed -i "s|-o root||" Makefile
|
|||||||
%{_mandir}/man1/dd_rescue.1*
|
%{_mandir}/man1/dd_rescue.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Mar 03 2023 Automatic Build System <autodist@mambasoft.it> 1.99.13-1mamba
|
||||||
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
* Sun Jul 31 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.99.12-1mamba
|
||||||
|
- update to 1.99.12
|
||||||
|
|
||||||
* Fri Apr 30 2021 Automatic Build System <autodist@mambasoft.it> 1.99.11-1mamba
|
* Fri Apr 30 2021 Automatic Build System <autodist@mambasoft.it> 1.99.11-1mamba
|
||||||
- automatic version update by autodist
|
- automatic version update by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user