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