Sophie

Sophie

distrib > Mandriva > 2009.0 > i586 > by-pkgid > 9a23342ed01204287249083590196a63 > files > 2

ext3grep-0.9.0-1mdv2009.0.src.rpm


Name:		ext3grep
Version:	0.9.0
Release:	%mkrel 1
Summary:	Investigation and recovery tool for ext3 filesystem
Group:		File tools
License:	GPLv2+
URL:		http://code.google.com/p/ext3grep/
Source:		http://ext3grep.googlecode.com/files/ext3grep-%version.tar.gz
BuildRoot:	%{_tmppath}/%{name}-root
BuildRequires:	ext2fs-devel

%description
A tool to investigate an ext3 file system for deleted content and
possibly recover it.

%prep
%setup -q

%build
# http://code.google.com/p/ext3grep/issues/detail?id=14
export CXX=%{_bindir}/g++

%configure2_5x
%make

%install
rm -rf %{buildroot}

# Builds twice unless setting it here as well:
export CXX=%{_bindir}/g++
%makeinstall_std

%clean
rm -rf %{buildroot}

%files
%defattr(-,root,root)
%doc NEWS README
%{_bindir}/ext3grep



%changelog
* Sat Oct 18 2008 Anssi Hannula <anssi@mandriva.org> 0.9.0-1mdv2009.0
+ Revision: 294823
- new version
- use gcc directly to avoid PCH+icecream problems (upstream bug #14)

* Thu Aug 07 2008 Thierry Vignaud <tvignaud@mandriva.com> 0.6.0-3mdv2009.0
+ Revision: 266747
- rebuild early 2009.0 package (before pixel changes)

* Sat Apr 26 2008 Anssi Hannula <anssi@mandriva.org> 0.6.0-2mdv2009.0
+ Revision: 197567
- initial Mandriva release