]> git.pld-linux.org Git - packages/ext3grep.git/commitdiff
- initial PLD release auto/th/ext3grep-0_10_2-1
authorTomasz Pala <gotar@pld-linux.org>
Tue, 14 Jun 2011 13:03:58 +0000 (13:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ext3grep.spec -> 1.1

ext3grep.spec [new file with mode: 0644]

diff --git a/ext3grep.spec b/ext3grep.spec
new file mode 100644 (file)
index 0000000..34ef521
--- /dev/null
@@ -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}
This page took 0.071917 seconds and 4 git commands to generate.