]> git.pld-linux.org Git - packages/ddrescue.git/commitdiff
- BR: texinfo (not info), help2man; don't package info/dir auto/th/ddrescue-1.19-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 22 Nov 2014 20:24:15 +0000 (21:24 +0100)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 22 Nov 2014 20:24:15 +0000 (21:24 +0100)
ddrescue.spec

index 20cebc890cec453a1300a6d034ec1a982be01d8b..4bdd8cbb2264f0ad62fb4ae45bdf1115faee74a5 100644 (file)
@@ -9,11 +9,12 @@ Source0:      http://download.savannah.gnu.org/releases/ddrescue/%{name}-%{version}.t
 # Source0-md5: ed6b5b82d74cbd925db2b829350e74b1
 Patch0:                %{name}-info.patch
 URL:           http://www.nongnu.org/ddrescue/ddrescue.html
-BuildRequires:  info
+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
@@ -69,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
 
@@ -87,6 +90,5 @@ rm -rf $RPM_BUILD_ROOT
 %attr(755,root,root) %{_bindir}/ddrescue
 %attr(755,root,root) %{_bindir}/ddrescuelog
 %{_infodir}/ddrescue.info*
-%{_infodir}/dir
 %{_mandir}/man1/ddrescue.1*
 %{_mandir}/man1/ddrescuelog.1*
This page took 0.104169 seconds and 4 git commands to generate.