]> git.pld-linux.org Git - packages/ddrescue.git/blobdiff - ddrescue.spec
- updated to 1.24
[packages/ddrescue.git] / ddrescue.spec
index 9380bf99390672630091830c9619ce76bc12211c..42e4af8aa29b4f5849c8aaab361591298d1c9b75 100644 (file)
@@ -1,18 +1,20 @@
 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.14
+Version:       1.24
 Release:       1
 License:       GPL v3+
 Group:         Applications/System
 Source0:       http://download.savannah.gnu.org/releases/ddrescue/%{name}-%{version}.tar.lz
-# Source0-md5: 122d628c884a170659ac4c227cc484bc
+# Source0-md5: 8ac89f833c0df221723e33b447e230fe
 Patch0:                %{name}-info.patch
 URL:           http://www.nongnu.org/ddrescue/ddrescue.html
+BuildRequires: help2man
 BuildRequires: libstdc++-devel
 BuildRequires: lzip
 BuildRequires: rpmbuild(macros) >= 1.167
 BuildRequires: tar >= 1:1.22
+BuildRequires: texinfo
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -68,9 +70,11 @@ będą odzyskiwane bardzo wydajnie.
 %install
 rm -rf $RPM_BUILD_ROOT
 
-%{__make} install install-man \
+%{__make} install \
        DESTDIR=$RPM_BUILD_ROOT
 
+%{__rm} -f $RPM_BUILD_ROOT%{_infodir}/dir
+
 %clean
 rm -rf $RPM_BUILD_ROOT
 
@@ -84,5 +88,7 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_bindir}/ddrescue
+%attr(755,root,root) %{_bindir}/ddrescuelog
 %{_infodir}/ddrescue.info*
 %{_mandir}/man1/ddrescue.1*
+%{_mandir}/man1/ddrescuelog.1*
This page took 0.239736 seconds and 4 git commands to generate.