Package extundelete: Specfile

Name: extundelete
Version: 0.1.7
Release: alt1

Packager: Victor Forsyuk <force@altlinux.org>

Summary: An ext3 and ext4 file undeletion utility
License: GPLv2
Group: File tools

URL: http://extundelete.sourceforge.net/
Source: http://downloads.sourceforge.net/extundelete/extundelete-%version.tar.bz2
Patch1: extundelete-0.1.7-makefile.patch

# Automatically added by buildreq on Tue Oct 06 2009
BuildRequires: gcc-c++ libe2fs-devel

%description
extundelete is a utility that can recover deleted files from an ext3 or ext4 partition.

%prep
%setup
%patch1 -p1

%build
%__subst 's/<limits>/<limits.h>/' src/extundelete-priv.h src/extundelete.cc
%make_build -C src nodebug CFLAGS="%optflags"

%install
install -pDm 755 src/extundelete %buildroot%_bindir/extundelete

%files
%_bindir/*

%changelog
* Tue Oct 06 2009 Victor Forsyuk <force@altlinux.org> 0.1.7-alt1
- 0.1.7

* Mon Sep 21 2009 Victor Forsyuk <force@altlinux.org> 0.1.6-alt1
- Initial build.