Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 2b197551db07502084bed6211655c172 > files > 3

ext3grep-0.10.2-3.mga3.src.rpm

Name:		ext3grep
Version:	0.10.2
Release:	%mkrel 3
Summary:	Investigation and recovery tool for ext3 filesystem
Group:		Security
License:	GPLv2+
URL:		http://code.google.com/p/ext3grep/
Source:		http://ext3grep.googlecode.com/files/ext3grep-%version.tar.gz
# Patch for bug 34 http://code.google.com/p/ext3grep/issues/detail?id=34
# Issue with new ext2fs lib (patch from Debian)
Patch0:		ext3grep-0.10.2-new-ext2fs.diff
BuildRequires:	ext2fs-devel

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

%prep
%setup -q
%patch0 -p1

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

%configure2_5x
make

%install

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

%files
%doc NEWS README
%{_bindir}/ext3grep


%changelog

* Fri Jan 11 2013 umeabot <umeabot> 0.10.2-3.mga3
+ Revision: 349873
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Fri Oct 26 2012 malo <malo> 0.10.2-2.mga3
+ Revision: 310541
- fix build due to new ext2fs with patch from Debian
- spec clean-up
- update RPM group

* Sat Jan 15 2011 anssi <anssi> 0.10.2-1.mga1
+ Revision: 19795
- imported package ext3grep