]> git.pld-linux.org Git - packages/dd_rescue.git/blame - dd_rescue.spec
- updated to 1.41
[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
48211abb 4Version: 1.41
6fdbff3d 5Release: 1
fa76741f 6License: GPL v2 or v3
6fdbff3d 7Group: Applications/System
8Source0: http://www.garloff.de/kurt/linux/ddrescue/%{name}-%{version}.tar.gz
48211abb 9# Source0-md5: f5d89c365cbc404b263abd2f94ea60b5
6fdbff3d 10URL: http://www.garloff.de/kurt/linux/ddrescue/
e09d55da 11BuildRequires: autoconf
6fdbff3d 12BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
13
14%description
15dd_rescue helps, when nobody else will: Your disk has crashed and you
16try to copy it over to another one. Standard Un*x tools like cp, cat,
17dd will abort on every I/O error. dd_rescue won't.
18
64be4bd7
JR
19%description -l pl.UTF-8
20dd_rescue pomaga tam, gdzie nic innego nie pomoże: kiedy dysk padnie i
21próbujemy go skopiować na inny. Standardowe narzędzia uniksowe takie
22jak cp, cat, dd kończą działanie na każdym błędzie we/wy. dd_rescue
2d074c5e
JB
23tego nie robi.
24
6fdbff3d 25%prep
26%setup -q -n %{name}
27
28%build
e09d55da
JB
29%{__autoconf}
30%{__autoheader}
31%configure
8e2d3b8d 32%{__make} \
e816d58e 33 CC="%{__cc}" \
e09d55da
JB
34 CFLAGS="%{rpmcflags} %{rpmldflags} -DHAVE_CONFIG_H" \
35 CFLAGS_OPT='$(CFLAGS)' \
6fdbff3d 36
37%install
38rm -rf $RPM_BUILD_ROOT
e09d55da
JB
39
40%{__make} install \
41 DESTDIR=$RPM_BUILD_ROOT \
42 INSTALLDIR=$RPM_BUILD_ROOT%{_bindir} \
43 INSTALLFLAGS= \
44 INSTASROOT=
6fdbff3d 45
46%clean
47rm -rf $RPM_BUILD_ROOT
48
49%files
50%defattr(644,root,root,755)
51%doc README.dd_rescue
233c2502 52%attr(755,root,root) %{_bindir}/dd_rescue
e09d55da 53%{_mandir}/man1/dd_rescue.1*
This page took 0.03318 seconds and 4 git commands to generate.