]> 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 17f847d00add06b136638d7719cd79a470c6df3e..bb569cbc350ee52dde4054665d6ae30603de348d 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       Data copying in presence of I/O errors
-Summary(pl):   Kopiowanie danych z b³êdami we/wy
+Summary(pl.UTF-8):     Kopiowanie danych z błędami we/wy
 Name:          dd_rescue
-Version:       1.11
+Version:       1.25
 Release:       1
 License:       GPL
 Group:         Applications/System
 Source0:       http://www.garloff.de/kurt/linux/ddrescue/%{name}-%{version}.tar.gz
-# Source0-md5: 1fdd3716d5e8e33de66552efb176fe61
+# Source0-md5: af54d992e245267ccfc89de7c7848999
 URL:           http://www.garloff.de/kurt/linux/ddrescue/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -15,20 +15,19 @@ 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
-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
+%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} \
        CC="%{__cc}" \
-       CFLAGS="%{rpmcflags}"
+       CFLAGS="%{rpmcflags} %{rpmldflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -40,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.072181 seconds and 4 git commands to generate.