Репозиторий Sisyphus
Последнее обновление: 1 октября 2023 | Пакетов: 18631 | Посещений: 37536654
en ru br
Репозитории ALT
S:1.27-alt1
5.1: 1.11-alt1
4.1: 1.8-alt1
4.0: 1.5-alt1
3.0: 1.0-alt1
www.altlinux.org/Changes

Группа :: Архивирование/Резервное копирование
Пакет: ddrescue

 Главная   Изменения   Спек   Патчи   Sources   Загрузить   Gear   Bugs and FR  Repocop 

Name: ddrescue
Version: 1.0
Release: alt1

Summary: Data copying in presence of I/O errors
License: GPL
Group: Archiving/Backup
URL: http://www.gnu.org/software/ddrescue/ddrescue.html
Source: http://ftp.gnu.org/gnu/ddrescue/ddrescue-%version.tar.bz2

# Automatically added by buildreq on Fri Jun 10 2005

BuildRequires: gcc-c++ libstdc++-devel

%description
ddrescue copies data from one file or block device (hard disk, 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, 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.

%prep
%setup -q

%build
./configure --prefix=%_prefix --infodir=%_infodir --mandir=%_mandir
%make_build CXXFLAGS="%optflags %optflags_nocpp"

%install
%__make install install-man DESTDIR=$RPM_BUILD_ROOT

%post -p "%install_info %name.info"
%preun -p "%uninstall_info %name.info"

%files
%_bindir/*
%_man1dir/*
%_infodir/*.info*
%doc AUTHORS ChangeLog NEWS README

%changelog

Полный changelog можно просмотреть здесь

 
дизайн и разработка: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
текущий майнтейнер: Michael Shigorin