Sophie

Sophie

distrib > Mandriva > current > i586 > media > contrib-release-src > by-pkgid > 7126dc2cfd200cba9262f7e16c64467d > files > 2

ext3grep-0.10.1-2mdv2010.0.src.rpm

Name:		ext3grep
Version:	0.10.1
Release:	%mkrel 2
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
* Thu Sep 10 2009 Thierry Vignaud <tvignaud@mandriva.com> 0.10.1-2mdv2010.0
+ Revision: 437508
- rebuild

* Sun Jan 04 2009 Jérôme Soyer <saispo@mandriva.org> 0.10.1-1mdv2009.1
+ Revision: 324630
- New upstream release

* Sat Oct 18 2008 Anssi Hannula <anssi@mandriva.org> 0.9.0-1mdv2009.1
+ 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