]> git.pld-linux.org Git - packages/dd_rescue.git/commitdiff
- init PLD spec
authorareq <areq@pld-linux.org>
Wed, 2 Jul 2003 21:45:21 +0000 (21:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dd_rescue.spec -> 1.1

dd_rescue.spec [new file with mode: 0644]

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