]> git.pld-linux.org Git - packages/dd_rescue.git/blob - dd_rescue.spec
- updated to 1.23
[packages/dd_rescue.git] / dd_rescue.spec
1 Summary:        Data copying in presence of I/O errors
2 Summary(pl.UTF-8):      Kopiowanie danych z błędami we/wy
3 Name:           dd_rescue
4 Version:        1.23
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:  6828139a188114511488440ad06a25be
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.UTF-8
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 %{__make} \
29         CC="%{__cc}" \
30         CFLAGS="%{rpmcflags} %{rpmldflags}"
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}/dd_rescue
This page took 0.07475 seconds and 3 git commands to generate.