]> git.pld-linux.org Git - packages/ddrescue.git/commitdiff
- up to 0.9 by Paweł Cyranek <czucz (at) mag-net.one.pl>
authorkolodko <kolodko@pld-linux.org>
Fri, 7 Jan 2005 08:51:03 +0000 (08:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ddrescue.spec -> 1.5

ddrescue.spec

index 2bf641db455cc8bdbc5c8a429f9a6f6f1548fa7e..1848755df89c03b4c7be2982ec368024715ffd2a 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       Data copying in presence of I/O errors
 Summary(pl):   Kopiowanie danych z b³êdami wej¶cia/wyj¶cia
 Name:          ddrescue
-Version:       0.8
+Version:       0.9
 Release:       1
 License:       GPL
 Group:         Applications/System
 Source0:       http://savannah.nongnu.org/download/ddrescue/%{name}-%{version}.tar.bz2
-# Source0-md5: a2c8badd0289a94c0038ca4bb0a83441
+# Source0-md5: f98e339818f2a81e28574baa5c8657a1
 URL:           http://www.nongnu.org/ddrescue/ddrescue.html
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
@@ -51,6 +51,7 @@ b
 %setup -q
 
 %build
+./configure
 %{__make} \
        CXX="%{__cxx}" \
        CXXFLAGS="%{rpmcflags}"
@@ -58,13 +59,13 @@ b
 %install
 rm -rf $RPM_BUILD_ROOT
 install -D ddrescue    $RPM_BUILD_ROOT%{_bindir}/ddrescue
-install -D ddrescue.1  $RPM_BUILD_ROOT%{_mandir}/man1/ddrescue.1
+install -D doc/ddrescue.1      $RPM_BUILD_ROOT%{_mandir}/man1/ddrescue.1
 
 %clean
 rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc ChangeLog README
+%doc AUTHORS ChangeLog NEWS README TODO doc/ddrescue.info
 %attr(755,root,root) %{_bindir}/ddrescue
 %{_mandir}/man1/*
This page took 0.185011 seconds and 4 git commands to generate.