packages: dd_rhelp/dd_rhelp.spec (NEW) - initial

arekm arekm at pld-linux.org
Sun May 31 12:45:54 CEST 2009


Author: arekm                        Date: Sun May 31 10:45:54 2009 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial

---- Files affected:
packages/dd_rhelp:
   dd_rhelp.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/dd_rhelp/dd_rhelp.spec
diff -u /dev/null packages/dd_rhelp/dd_rhelp.spec:1.1
--- /dev/null	Sun May 31 12:45:54 2009
+++ packages/dd_rhelp/dd_rhelp.spec	Sun May 31 12:45:49 2009
@@ -0,0 +1,52 @@
+# $Revision$, $Date$
+Summary:	Recover data from any device with bad sectors
+Name:		dd_rhelp
+Version:	0.1.2
+Release:	1
+License:	GPL v2+
+Group:		Applications/System
+Source0:	http://vaab.free.fr/pkg/%{name}-%{version}.tar.gz
+# Source0-md5:	63cc4e11c7a5b3423a86982d90003861
+URL:		http://www.kalysto.org/utilities/dd_rhelp/index.en.html
+Requires:	ddrescue
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+dd_rhelp allows users to retrieve, quickly and easily, recoverable
+data from any device with bad sectors. It will copy it using dd_rescue
+in all the appropriate ways (reverse copy, setting start and stop
+offset accordingly to previously rescued data) to recover the maximum
+data possible before spending time on bad sectors. It is
+straightforward to use, supports ctrl-c at anytime, can resume a job
+(or standalone dd_rescue job) by parsing the dd_rescue logs, and
+displays a nice ASCII bar showing rescue progress.
+
+%prep
+%setup -q
+
+%build
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+install -d $RPM_BUILD_ROOT%{_bindir}
+install dd_rhelp $RPM_BUILD_ROOT%{_bindir}
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%doc AUTHORS ChangeLog FAQ NEWS README* THANKS TODO
+%attr(755,root,root) %{_bindir}/dd_rhelp
+
+%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  2009/05/31 10:45:49  arekm
+- initial
+
================================================================


More information about the pld-cvs-commit mailing list