File ext3grep.spec of Package ext3grep
#
# spec file for package
#
# Copyright (c) 2009 SUSE LINUX Products 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: ext3grep
Version: 0.10.2
Release: 1.0
License: GNU GPL v2
Summary: A tool to possibly recover deleted content on ext3 file systems
Url: http://code.google.com/p/ext3grep/
Group: Productivity/File utilities
Source: %{name}-%{version}.tar.bz2
Source1: Readme.SuSE
BuildRequires: gcc-c++
BuildRequires: libext2fs-devel
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
A tool to investigate an ext3 file system for deleted content and possibly recover it.
Also see http://www.xs4all.nl/~carlo17/howto/undelete_ext3.html
%prep
%setup -q
%__cp %{S:1} .
%build
%configure
%__make %{?jobs:-j%jobs}
%check
%__make check
%install
%makeinstall
%clean
test %{buildroot} != "/" && %__rm -rf %{buildroot}
%files
%defattr(-,root,root)
%doc NEWS README Readme.SuSE
%{_bindir}/ext3grep
%changelog