SPECS: ext3rminator.spec (NEW) - NEW, no real URL

sparky sparky at pld-linux.org
Tue Jul 11 20:54:39 CEST 2006


Author: sparky                       Date: Tue Jul 11 18:54:39 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- NEW, no real URL

---- Files affected:
SPECS:
   ext3rminator.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/ext3rminator.spec
diff -u /dev/null SPECS/ext3rminator.spec:1.1
--- /dev/null	Tue Jul 11 20:54:39 2006
+++ SPECS/ext3rminator.spec	Tue Jul 11 20:54:34 2006
@@ -0,0 +1,56 @@
+# $Revision$, $Date$
+#
+Summary:	Simple program for undeleting files from ext3 partition
+Name:		ext3rminator
+%define	_pre	pre2
+Version:	0.3.0
+Release:	0.%{_pre}.1
+License:	GPL v2
+Group:		Applications/System
+Source0:	http://web.glandium.org/debian/repository/experimental/%{name}_0.2.99+%{version}%{_pre}.orig.tar.gz
+# Source0-md5:	450ce0405a2be760a1e9ced200c05c72
+URL:		http://web.glandium.org/debian/repository/experimental
+BuildRequires:	e2fsprogs-devel
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+Ext3rminator is a last chance program when you just unthoughtfully deleted
+several megabytes of data on an ext3 (or ext2) partition. It goes through all
+free blocks in the filesystem to look for what can look like data.
+
+It is only able to recover files where the 48 first KB (actually, 12 blocks,
+a block usually being 4096 bytes) are contiguous.
+
+%prep
+%setup -q -n %{name}-%{version}%{_pre}
+
+%build
+CFLAGS="-I%{_includedir}/et %{rpmcflags}"
+export CFLAGS
+%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 AUTHORS ChangeLog TODO
+%attr(755,root,root) %{_bindir}/%{name}
+%{_mandir}/man1/%{name}.1*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2006/07/11 18:54:34  sparky
+- NEW, no real URL
+
================================================================


More information about the pld-cvs-commit mailing list