]> git.pld-linux.org Git - packages/dd_rescue.git/blame - dd_rescue.spec
- updated to 1.99.13
[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
d5af0c5d
JB
4Version: 1.99.13
5Release: 1
fa76741f 6License: GPL v2 or v3
6fdbff3d 7Group: Applications/System
0787b0c6 8Source0: http://www.garloff.de/kurt/linux/ddrescue/%{name}-%{version}.tar.bz2
d5af0c5d 9# Source0-md5: 5b2d31e8e13b17ca99f5453de705f9b9
6fdbff3d 10URL: http://www.garloff.de/kurt/linux/ddrescue/
d5af0c5d 11BuildRequires: autoconf >= 2.50
0787b0c6 12BuildRequires: lzo-devel >= 2.07
f7a887d9 13BuildRequires: openssl-devel
0787b0c6 14Requires: lzo >= 2.07
6fdbff3d 15BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
16
17%description
18dd_rescue helps, when nobody else will: Your disk has crashed and you
19try to copy it over to another one. Standard Un*x tools like cp, cat,
20dd will abort on every I/O error. dd_rescue won't.
21
64be4bd7
JR
22%description -l pl.UTF-8
23dd_rescue pomaga tam, gdzie nic innego nie pomoże: kiedy dysk padnie i
24próbujemy go skopiować na inny. Standardowe narzędzia uniksowe takie
25jak cp, cat, dd kończą działanie na każdym błędzie we/wy. dd_rescue
2d074c5e
JB
26tego nie robi.
27
6fdbff3d 28%prep
f7a887d9 29%setup -q
6fdbff3d 30
31%build
e09d55da
JB
32%{__autoconf}
33%{__autoheader}
34%configure
8e2d3b8d 35%{__make} \
e816d58e 36 CC="%{__cc}" \
622e7573
TP
37 RPM_OPT_FLAGS="%{rpmcflags}" \
38 EXTRA_LDFLAGS="%{rpmldflags}"
6fdbff3d 39
40%install
41rm -rf $RPM_BUILD_ROOT
e09d55da
JB
42
43%{__make} install \
44 DESTDIR=$RPM_BUILD_ROOT \
45 INSTALLDIR=$RPM_BUILD_ROOT%{_bindir} \
0bc5cb0c 46 LIB=%{_lib} \
e09d55da
JB
47 INSTALLFLAGS= \
48 INSTASROOT=
6fdbff3d 49
50%clean
51rm -rf $RPM_BUILD_ROOT
52
85b228dc
JB
53%post -p /sbin/ldconfig
54%postun -p /sbin/ldconfig
55
6fdbff3d 56%files
57%defattr(644,root,root,755)
58%doc README.dd_rescue
233c2502 59%attr(755,root,root) %{_bindir}/dd_rescue
85b228dc 60%attr(755,root,root) %{_libdir}/libddr_MD5.so
f7a887d9 61%attr(755,root,root) %{_libdir}/libddr_crypt.so
c6e52a51 62%attr(755,root,root) %{_libdir}/libddr_hash.so
a8bbf291 63%attr(755,root,root) %{_libdir}/libddr_null.so
c6e52a51 64%attr(755,root,root) %{_libdir}/libddr_lzo.so
e09d55da 65%{_mandir}/man1/dd_rescue.1*
f7a887d9 66%{_mandir}/man1/ddr_crypt.1*
c6e52a51 67%{_mandir}/man1/ddr_lzo.1*
This page took 0.086311 seconds and 4 git commands to generate.