From: Tomasz Pala Date: Tue, 14 Jun 2011 13:03:58 +0000 (+0000) Subject: - initial PLD release X-Git-Tag: auto/th/ext3grep-0_10_2-1 X-Git-Url: http://git.pld-linux.org/?p=packages%2Fext3grep.git;a=commitdiff_plain;h=refs%2Ftags%2Fauto%2Fth%2Fext3grep-0_10_2-1 - initial PLD release Changed files: ext3grep.spec -> 1.1 --- 0dcf409911ed899791463354c256f1cf48b7af2d diff --git a/ext3grep.spec b/ext3grep.spec new file mode 100644 index 0000000..34ef521 --- /dev/null +++ b/ext3grep.spec @@ -0,0 +1,36 @@ +Summary: A tool to investigate an ext3 FS for deleted content and possibly recover it +Name: ext3grep +Version: 0.10.2 +Release: 1 +License: GPL v2 +Group: Applications/System +Source0: http://ext3grep.googlecode.com/files/%{name}-%{version}.tar.gz +# Source0-md5: 38e134734d6c8856370ed00a9c73dbee +URL: http://code.google.com/p/ext3grep/ +BuildRequires: e2fsprogs-devel +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +A tool to investigate an ext3 file system for deleted content and +possibly recover it. + +%prep +%setup -q + +%build +%configure +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT + +%{__make} install \ + DESTDIR=$RPM_BUILD_ROOT + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc NEWS README +%attr(755,root,root) %{_bindir}/%{name}