]> git.pld-linux.org Git - packages/dd_rescue.git/blobdiff - dd_rescue.spec
- updated to 1.25
[packages/dd_rescue.git] / dd_rescue.spec
index aed33d489d2c79971fb4262a28a561da823fef5f..bb569cbc350ee52dde4054665d6ae30603de348d 100644 (file)
@@ -1,11 +1,12 @@
 Summary:       Data copying in presence of I/O errors
+Summary(pl.UTF-8):     Kopiowanie danych z błędami we/wy
 Name:          dd_rescue
-Version:       1.02
+Version:       1.25
 Release:       1
 License:       GPL
 Group:         Applications/System
 Source0:       http://www.garloff.de/kurt/linux/ddrescue/%{name}-%{version}.tar.gz
-# Source0-md5: e4c16d6522ade9146ac8c98d39912d51
+# Source0-md5: af54d992e245267ccfc89de7c7848999
 URL:           http://www.garloff.de/kurt/linux/ddrescue/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -14,16 +15,23 @@ dd_rescue helps, when nobody else will: Your disk has crashed and you
 try to copy it over to another one. Standard Un*x tools like cp, cat,
 dd will abort on every I/O error. dd_rescue won't.
 
+%description -l pl.UTF-8
+dd_rescue pomaga tam, gdzie nic innego nie pomoże: kiedy dysk padnie i
+próbujemy go skopiować na inny. Standardowe narzędzia uniksowe takie
+jak cp, cat, dd kończą działanie na każdym błędzie we/wy. dd_rescue
+tego nie robi.
+
 %prep
 %setup -q -n %{name}
 
 %build
-rm -f missing
-%{__make}
+%{__make} \
+       CC="%{__cc}" \
+       CFLAGS="%{rpmcflags} %{rpmldflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
-install -D dd_rescue $RPM_BUILD_ROOT/%{_bindir}/dd_rescue
+install -D dd_rescue $RPM_BUILD_ROOT%{_bindir}/dd_rescue
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -31,4 +39,4 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README.dd_rescue
-%attr(755,root,root) %{_bindir}/*
+%attr(755,root,root) %{_bindir}/dd_rescue
This page took 0.079561 seconds and 4 git commands to generate.