Accepting request 682925 from home:AndreasStieger:branches:Base:System
gnu_ddrescue 1.24 OBS-URL: https://build.opensuse.org/request/show/682925 OBS-URL: https://build.opensuse.org/package/show/Base:System/gnu_ddrescue?expand=0&rev=24
This commit is contained in:
parent
aa725dbe56
commit
10cbedf31f
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a9ae2dd44592bf386c9c156a5dacaeeb901573c9867ada3608f887d401338d8d
|
|
||||||
size 82451
|
|
Binary file not shown.
3
ddrescue-1.24.tar.lz
Normal file
3
ddrescue-1.24.tar.lz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:4b5d3feede70e3657ca6b3c7844f23131851cbb6af0cecc9721500f7d7021087
|
||||||
|
size 85244
|
BIN
ddrescue-1.24.tar.lz.sig
Normal file
BIN
ddrescue-1.24.tar.lz.sig
Normal file
Binary file not shown.
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 8 20:47:33 UTC 2019 - Andreas Stieger <andreas.stieger@gmx.de>
|
||||||
|
|
||||||
|
- update to 1.24:
|
||||||
|
* new option '--command-mode'
|
||||||
|
* create backup copie of the mapfiles
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Feb 16 18:13:35 UTC 2018 - astieger@suse.com
|
Fri Feb 16 18:13:35 UTC 2018 - astieger@suse.com
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gnu_ddrescue
|
# spec file for package gnu_ddrescue
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -12,25 +12,24 @@
|
|||||||
# license that conforms to the Open Source Definition (Version 1.9)
|
# license that conforms to the Open Source Definition (Version 1.9)
|
||||||
# published by the Open Source Initiative.
|
# published by the Open Source Initiative.
|
||||||
|
|
||||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
Name: gnu_ddrescue
|
Name: gnu_ddrescue
|
||||||
Version: 1.23
|
Version: 1.24
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Data Copying in the Presence of I/O Errors
|
Summary: Data Copying in the Presence of I/O Errors
|
||||||
License: GPL-2.0+
|
License: GPL-2.0-or-later
|
||||||
Group: System/Base
|
Group: System/Base
|
||||||
Url: http://gnu.org/software/ddrescue/ddrescue.html
|
URL: http://gnu.org/software/ddrescue/ddrescue.html
|
||||||
|
Source: http://ftp.gnu.org/gnu/ddrescue/ddrescue-%{version}.tar.lz
|
||||||
Source: http://ftp.gnu.org/gnu/ddrescue/ddrescue-%version.tar.lz
|
Source2: http://ftp.gnu.org/gnu/ddrescue/ddrescue-%{version}.tar.lz.sig
|
||||||
Source2: http://ftp.gnu.org/gnu/ddrescue/ddrescue-%version.tar.lz.sig
|
Source3: %{name}.keyring
|
||||||
Source3: %name.keyring
|
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
BuildRequires: lzip
|
BuildRequires: lzip
|
||||||
PreReq: %install_info_prereq
|
# FIXME: use proper Requires(pre/post/preun/...)
|
||||||
|
PreReq: %{install_info_prereq}
|
||||||
|
|
||||||
%description
|
%description
|
||||||
GNU ddrescue is a data recovery tool. It copies data from one file or
|
GNU ddrescue is a data recovery tool. It copies data from one file or
|
||||||
@ -41,27 +40,27 @@ It is more memory and time efficient than dd_rescue+dd_rhelp on disks
|
|||||||
with more than a few hundred bad sectors.
|
with more than a few hundred bad sectors.
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -qn ddrescue-%version
|
%setup -q -n ddrescue-%{version}
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# not autoconf, but at least it behaves (nearly) like it.
|
# not autoconf, but at least it behaves (nearly) like it.
|
||||||
%configure --enable-linux CFLAGS="%optflags" CXXFLAGS="%optflags"
|
%configure --enable-linux CFLAGS="%{optflags}" CXXFLAGS="%{optflags}"
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
%install
|
%install
|
||||||
make install DESTDIR="%buildroot";
|
make install DESTDIR="%{buildroot}";
|
||||||
|
|
||||||
%post
|
%post
|
||||||
%install_info --info-dir=%_infodir %_infodir/ddrescue.info.gz
|
%install_info --info-dir=%{_infodir} %{_infodir}/ddrescue.info.gz
|
||||||
|
|
||||||
%preun
|
%preun
|
||||||
%install_info_delete --info-dir=%_infodir %_infodir/ddrescue.info.gz
|
%install_info_delete --info-dir=%{_infodir} %{_infodir}/ddrescue.info.gz
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%{_bindir}/*
|
||||||
%_bindir/*
|
%{_mandir}/man*/*
|
||||||
%_mandir/man*/*
|
%{_infodir}/ddrescue*
|
||||||
%doc %_infodir/ddrescue*
|
%license COPYING
|
||||||
%doc COPYING NEWS README
|
%doc NEWS README
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user