File safecopy.spec of Package safecopy
#
# spec file for package safecopy
#
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: safecopy
Version: 1.7
Release: 0
Summary: Commandline Data Recovery Tool
License: GPL-2.0
Group: Productivity/Archiving/Backup
Url: http://safecopy.sourceforge.net
Source: https://sourceforge.net/projects/%{name}/files/%{name}/%{name}-%{version}/%{name}-%{version}.tar.gz
BuildRequires: autoconf
BuildRequires: automake
BuildRequires: gcc
BuildRequires: glibc-devel
BuildRequires: libtool
BuildRequires: make
%description
safecopy is a data recovery tool which tries to extract as much
data as possible from a seekable but problematic (i.e., damaged
sectors) source like floppy drives, hard disk partitions, CDs
and DVDs, where other tools like dd would fail due to I/O errors.
%prep
%setup -q
%build
%configure
make %{?_smp_mflags}
%install
%make_install
%files
%doc AUTHORS ChangeLog COPYING NEWS README
%{_bindir}/safecopy
%{_mandir}/man1/safecopy.1*
%changelog