]> git.pld-linux.org Git - packages/ext3grep.git/blob - ext3grep.spec
- BR: libstdc++-devel
[packages/ext3grep.git] / ext3grep.spec
1 Summary:        A tool to investigate an ext3 FS for deleted content and possibly recover it
2 Name:           ext3grep
3 Version:        0.10.2
4 Release:        1
5 License:        GPL v2
6 Group:          Applications/System
7 Source0:        http://ext3grep.googlecode.com/files/%{name}-%{version}.tar.gz
8 # Source0-md5:  38e134734d6c8856370ed00a9c73dbee
9 URL:            http://code.google.com/p/ext3grep/
10 BuildRequires:  e2fsprogs-devel
11 BuildRequires:  libstdc++-devel
12 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14 %description
15 A tool to investigate an ext3 file system for deleted content and
16 possibly recover it.
17
18 %prep
19 %setup -q
20
21 %build
22 %configure
23 %{__make}
24
25 %install
26 rm -rf $RPM_BUILD_ROOT
27
28 %{__make} install \
29         DESTDIR=$RPM_BUILD_ROOT
30
31 %clean
32 rm -rf $RPM_BUILD_ROOT
33
34 %files
35 %defattr(644,root,root,755)
36 %doc NEWS README
37 %attr(755,root,root) %{_bindir}/%{name}
This page took 0.053153 seconds and 3 git commands to generate.