General
Start
APT/YUM/Smart config
List of packages
GPG key
Mirrors
Recent changes
How you can help
Pydar2
Thanks:
Primary buildsystem hosted at ithomi
SUSE and Mandrake builds made by the openSUSE build service
Static site hosted at ULYSSIS
Primary mirrors hosted at BELNET, HEAnet, 3TI
Varia:
Random picture!
Looking for a java job?
Leuven blogt

recoverdm spec file : Dries RPM Repository

Back to the recoverdm rpms

Current spec in pydar2:


# $Id: recoverdm.spec 5531 2007-06-20 03:38:51Z dag $
# Authority: dag

Summary: Tool to recover data from damaged disks
Name: recoverdm
Version: 0.19
Release: 1
License: GPL
Group: Applications/System
URL: http://www.vanheusden.com/recoverdm/

Source: http://www.vanheusden.com/recoverdm/recoverdm-%{version}.tgz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

%description
recoverdm is a tool to help you recover disks with bad sectors. One can
recover files as well as complete devices. If it finds unrecoverable
sectors an empty sector is written to the outputfile and extraction
continues (unlike cat/dd).

While recovering a CD or DVD disk and the program cannot read a sector
cannot be read in "normal mode", then the program tries to read it in
the "RAW mode" (without error-checking etc).

%prep
%setup

%build
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%{__install} -Dp -m0755 recoverdm %{buildroot}%{_bindir}/recoverdm
%{__install} -Dp -m0644 recoverdm.1 %{buildroot}%{_mandir}/man1/recoverdm.1

%clean
%{__rm} -rf %{buildroot}

%files
%defattr(-, root, root, 0755)
%doc license.txt readme.txt
%doc %{_mandir}/man1/recoverdm.1*
%{_bindir}/recoverdm

%changelog
* Wed Jun 20 2007 Dag Wieers  - 
- Initial package. (using DAR)