]> git.pld-linux.org Git - packages/ddrescue.git/commitdiff
- added info patch (unify INFO-DIR-SECTION); release 3 auto/ac/ddrescue-0_9-3
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 7 Jan 2005 22:45:04 +0000 (22:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ddrescue.spec -> 1.10

ddrescue.spec

index 1a8bc4fbd3d9591ed36b97036311179c598288ef..b672c02a946a8f4386080b285d04d21f1440c720 100644 (file)
@@ -2,12 +2,13 @@ Summary:      Data copying in presence of I/O errors
 Summary(pl):   Kopiowanie danych z b³êdami wej¶cia/wyj¶cia
 Name:          ddrescue
 Version:       0.9
-Release:       2
+Release:       3
 License:       GPL v2
 Group:         Applications/System
 Source0:       http://savannah.nongnu.org/download/ddrescue/%{name}-%{version}.tar.bz2
 # Source0-md5: f98e339818f2a81e28574baa5c8657a1
 Patch0:                %{name}-Makefile.patch
+Patch1:                %{name}-info.patch
 URL:           http://www.nongnu.org/ddrescue/ddrescue.html
 BuildRequires: libstdc++-devel
 BuildRequires: rpmbuild(macros) >= 1.167
@@ -52,6 +53,7 @@ b
 %prep
 %setup -q
 %patch0 -p1
+%patch1 -p1
 
 %build
 ./configure \
@@ -82,5 +84,5 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README TODO
 %attr(755,root,root) %{_bindir}/ddrescue
-%{_infodir}/*
+%{_infodir}/*.info*
 %{_mandir}/man1/*
This page took 0.097916 seconds and 4 git commands to generate.