From: areq Date: Wed, 2 Jul 2003 21:45:21 +0000 (+0000) Subject: - init PLD spec X-Git-Tag: auto/ac/dd_rescue-1_03-1~2 X-Git-Url: http://git.pld-linux.org/?a=commitdiff_plain;ds=sidebyside;h=6fdbff3d08710f04c8a015692d78387d24b20ca9;p=packages%2Fdd_rescue.git - init PLD spec Changed files: dd_rescue.spec -> 1.1 --- 6fdbff3d08710f04c8a015692d78387d24b20ca9 diff --git a/dd_rescue.spec b/dd_rescue.spec new file mode 100644 index 0000000..aed33d4 --- /dev/null +++ b/dd_rescue.spec @@ -0,0 +1,34 @@ +Summary: Data copying in presence of I/O errors +Name: dd_rescue +Version: 1.02 +Release: 1 +License: GPL +Group: Applications/System +Source0: http://www.garloff.de/kurt/linux/ddrescue/%{name}-%{version}.tar.gz +# Source0-md5: e4c16d6522ade9146ac8c98d39912d51 +URL: http://www.garloff.de/kurt/linux/ddrescue/ +BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) + +%description +dd_rescue helps, when nobody else will: Your disk has crashed and you +try to copy it over to another one. Standard Un*x tools like cp, cat, +dd will abort on every I/O error. dd_rescue won't. + +%prep +%setup -q -n %{name} + +%build +rm -f missing +%{__make} + +%install +rm -rf $RPM_BUILD_ROOT +install -D dd_rescue $RPM_BUILD_ROOT/%{_bindir}/dd_rescue + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc README.dd_rescue +%attr(755,root,root) %{_bindir}/*