]> git.pld-linux.org Git - packages/ddrescue.git/commitdiff
- updated to 1.26
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 22 Jan 2022 17:00:33 +0000 (18:00 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 22 Jan 2022 17:00:33 +0000 (18:00 +0100)
ddrescue.spec

index 1e02f40a77fbc2bb0b1113639384a5e3424d685d..70a7bdcd5752e01c82942dd75d1e8d6b368d77d1 100644 (file)
@@ -1,14 +1,14 @@
 Summary:       Data copying in presence of I/O errors
 Summary(pl.UTF-8):     Kopiowanie danych z błędami wejścia/wyjścia
 Name:          ddrescue
-Version:       1.25
+Version:       1.26
 Release:       1
 License:       GPL v3+
 Group:         Applications/System
 Source0:       http://download.savannah.gnu.org/releases/ddrescue/%{name}-%{version}.tar.lz
-# Source0-md5: 99fd7a28bf9953d88534c7ee9ab5bd2a
+# Source0-md5: 5ec2fdc835c32c35b97b5fe905224ef7
 Patch0:                %{name}-info.patch
-URL:           http://www.nongnu.org/ddrescue/ddrescue.html
+URL:           http://www.gnu.org/software/ddrescue/
 BuildRequires: help2man
 BuildRequires: libstdc++-devel
 BuildRequires: lzip
@@ -59,13 +59,15 @@ będą odzyskiwane bardzo wydajnie.
 
 %build
 ./configure \
+       CXX="%{__cxx}" \
+       CPPFLAGS="%{rpmcppflags}" \
+       CXXFLAGS="%{rpmcxxflags}" \
+       LDFLAGS="%{rpmldflags}" \
        --prefix=%{_prefix} \
        --infodir=%{_infodir} \
        --mandir=%{_mandir}
 
-%{__make} \
-       CXX="%{__cxx}" \
-       CXXFLAGS="%{rpmcxxflags}"
+%{__make}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.495151 seconds and 4 git commands to generate.