SPECS: ddrescue.spec - updated to 1.9 (lzip source) - ascii-art patch ignor...

qboosh qboosh at pld-linux.org
Wed Nov 19 17:49:04 CET 2008


Author: qboosh                       Date: Wed Nov 19 16:49:04 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated to 1.9 (lzip source)
- ascii-art patch ignored, about to drop next time

---- Files affected:
SPECS:
   ddrescue.spec (1.23 -> 1.24) 

---- Diffs:

================================================================
Index: SPECS/ddrescue.spec
diff -u SPECS/ddrescue.spec:1.23 SPECS/ddrescue.spec:1.24
--- SPECS/ddrescue.spec:1.23	Sat May 31 19:29:48 2008
+++ SPECS/ddrescue.spec	Wed Nov 19 17:48:58 2008
@@ -2,18 +2,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.8
-Release:	0.1
+Version:	1.9
+Release:	1
 License:	GPL v3+
 Group:		Applications/System
-Source0:	http://savannah.nongnu.org/download/ddrescue/%{name}-%{version}.tar.bz2
-# Source0-md5:	51451893ea96a5f9943523743a6a35ae
+Source0:	http://download.savannah.gnu.org/releases/ddrescue/%{name}-%{version}.tar.lz
+# Source0-md5:	89f001b759e5c3cd3177abf65c68c434
 Patch0:		%{name}-info.patch
 # updated from http://guru.multimedia.cx/wp-content/uploads/2006/08/ddrescue-patch.txt
+# not maintained, will be dropped soon
 Patch1:		ddrescue-patch.txt
 URL:		http://www.nongnu.org/ddrescue/ddrescue.html
 BuildRequires:	libstdc++-devel
 BuildRequires:	rpmbuild(macros) >= 1.167
+BuildRequires:	lzip
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -53,9 +55,10 @@
 będą odzyskiwane bardzo wydajnie.
 
 %prep
-%setup -q
+%setup -q -c -T
+lzip -dc %{SOURCE0} | tar xf - -C ..
 %patch0 -p1
-#%patch1 -p1
+#patch1 -p1
 
 %build
 ./configure \
@@ -76,18 +79,18 @@
 %clean
 rm -rf $RPM_BUILD_ROOT
 
-%post	-p	/sbin/postshell
+%post	-p /sbin/postshell
 -/usr/sbin/fix-info-dir -c %{_infodir}
 
-%postun	-p	/sbin/postshell
+%postun	-p /sbin/postshell
 -/usr/sbin/fix-info-dir -c %{_infodir}
 
 %files
 %defattr(644,root,root,755)
 %doc AUTHORS ChangeLog NEWS README
 %attr(755,root,root) %{_bindir}/ddrescue
-%{_infodir}/*.info*
-%{_mandir}/man1/*
+%{_infodir}/ddrescue.info*
+%{_mandir}/man1/ddrescue.1*
 
 %define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
 %changelog
@@ -95,6 +98,10 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.24  2008/11/19 16:48:58  qboosh
+- updated to 1.9 (lzip source)
+- ascii-art patch ignored, about to drop next time
+
 Revision 1.23  2008/05/31 17:29:48  areq
 - 1.8
 - glen what about ascii art patch ?
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/ddrescue.spec?r1=1.23&r2=1.24&f=u



More information about the pld-cvs-commit mailing list