# HG changeset patch # User Michael Schloh von Bennewitz # Date 1344601789 -7200 # Node ID f30946597115e4438f9df0d63737510b8507d122 # Parent 536c89cc7749369f225d4b4467e05e8c6d560008 Correct defective definitions and add make dependency for parallel build. diff -r 536c89cc7749 -r f30946597115 wipe/wipe.spec --- a/wipe/wipe.spec Fri Aug 10 14:28:54 2012 +0200 +++ b/wipe/wipe.spec Fri Aug 10 14:29:49 2012 +0200 @@ -32,13 +32,13 @@ Group: Filesystem License: GPL Version: 0.22 -Release: 20101219 +Release: 20120800 # list of sources Source0: http://lambda-diode.com/resources/wipe/wipe-%{version}.tar.gz # build information -BuildPreReq: OpenPKG, openpkg >= 20100101, gcc +BuildPreReq: OpenPKG, openpkg >= 20100101, make, gcc PreReq: OpenPKG, openpkg >= 20100101 %description @@ -57,6 +57,10 @@ %prep %setup -q chmod a+x trtur + %{l_shtool} subst \ + -e 's;WIPE_GIT;WIPE_CVS;g' \ + -e 's;Git version:;Cvs version:;' \ + wipe.c %build platform="generic"