safecopy/safecopy.spec

Name: safecopy
Summary: Data recovery tool
Version: 1.7
Release: 1
License: GPL
Group: Applications/System
URL: http://safecopy.sourceforge.net/
Description: safecopy is a data recovery tool which tries to extract as much data a possible from a seekable but problematic (i.e., damaged sectors) source like floppy drives, hard disk partitions, CDs, etc., where other tools like dd would fail due to I/O errors.

CentOS 7 x86_64

The build could not start because the following file is missing: safecopy-1.7.tar.gz

Build Status

CentOS 6 x86_64

The build could not start because the following file is missing: safecopy-1.7.tar.gz

Build Status

Contents

The spec file used by the build system currently has the following contents:

# $Id$
# Authority: dag

Summary: Data recovery tool
Name: safecopy
Version: 1.7
Release: 1%{?dist}
License: GPL
Group: Applications/System
URL: http://safecopy.sourceforge.net/

Source: http://dl.sf.net/safecopy/safecopy-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root

%description
safecopy is a data recovery tool which tries to extract as much data a
possible from a seekable but problematic (i.e., damaged sectors) source like
floppy drives, hard disk partitions, CDs, etc., where other tools like dd 
would fail due to I/O errors.

%prep
%setup

%build
%configure
%{__make} %{?_smp_mflags}

%install
%{__rm} -rf %{buildroot}
%{__install} -Dp -m0755 src/safecopy %{buildroot}%{_bindir}/safecopy

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

%files 
%defattr(-, root, root, 0755)
%doc AUTHORS ChangeLog COPYING NEWS README
%{_bindir}/safecopy

%changelog
* Sun Mar 11 2012 Dag Wieers <dag@wieers.com> - 1.7-1
- Updated to release 1.7.

* Thu Sep 10 2009 Dag Wieers <dag@wieers.com> - 1.6-1
- Updated to release 1.6.

* Wed Jul 29 2009 Dag Wieers <dag@wieers.com> - 1.5-1
- Updated to release 1.5.

* Fri Jul 17 2009 Dag Wieers <dag@wieers.com> - 1.4-1
- Updated to release 1.4.

* Wed May 20 2009 Dag Wieers <dag@wieers.com> - 1.3-1
- Updated to release 1.3.

* Fri Apr 17 2009 Dag Wieers <dag@wieers.com> - 1.2-1
- Updated to release 1.2.

* Sun Feb 22 2009 Dag Wieers <dag@wieers.com> - 1.1-1
- Updated to release 1.1.

* Sun Feb 08 2009 Dag Wieers <dag@wieers.com> - 1.0-1
- Updated to release 1.0.

* Thu Nov 01 2007 Dag Wieers <dag@wieers.com> - 0.2-1
- Initial packages. (using DAR)