]> git.pld-linux.org Git - packages/dd_rescue.git/blob - dd_rescue.spec
- updated to 1.11
[packages/dd_rescue.git] / dd_rescue.spec
1 Summary:        Data copying in presence of I/O errors
2 Summary(pl):    Kopiowanie danych z b³êdami we/wy
3 Name:           dd_rescue
4 Version:        1.11
5 Release:        1
6 License:        GPL
7 Group:          Applications/System
8 Source0:        http://www.garloff.de/kurt/linux/ddrescue/%{name}-%{version}.tar.gz
9 # Source0-md5:  1fdd3716d5e8e33de66552efb176fe61
10 URL:            http://www.garloff.de/kurt/linux/ddrescue/
11 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
12
13 %description
14 dd_rescue helps, when nobody else will: Your disk has crashed and you
15 try to copy it over to another one. Standard Un*x tools like cp, cat,
16 dd will abort on every I/O error. dd_rescue won't.
17
18 %description -l pl
19 dd_rescue pomaga tam, gdzie nic innego nie pomo¿e: kiedy dysk padnie i
20 próbujemy go skopiowaæ na inny. Standardowe narzêdzia uniksowe takie
21 jak cp, cat, dd koñcz± dzia³anie na ka¿dym b³êdzie we/wy. dd_rescue
22 tego nie robi.
23
24 %prep
25 %setup -q -n %{name}
26
27 %build
28 rm -f missing
29 %{__make} \
30         EXTRA_CFLAGS="%{rpmcflags}"
31
32 %install
33 rm -rf $RPM_BUILD_ROOT
34 install -D dd_rescue $RPM_BUILD_ROOT%{_bindir}/dd_rescue
35
36 %clean
37 rm -rf $RPM_BUILD_ROOT
38
39 %files
40 %defattr(644,root,root,755)
41 %doc README.dd_rescue
42 %attr(755,root,root) %{_bindir}/*
This page took 0.027762 seconds and 3 git commands to generate.