Correct defective definitions and add make dependency for parallel build.

Fri, 10 Aug 2012 14:29:49 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Fri, 10 Aug 2012 14:29:49 +0200
changeset 510
f30946597115
parent 509
536c89cc7749
child 511
cd3bc1f98306

Correct defective definitions and add make dependency for parallel build.

wipe/wipe.spec file | annotate | diff | comparison | revisions
     1.1 --- a/wipe/wipe.spec	Fri Aug 10 14:28:54 2012 +0200
     1.2 +++ b/wipe/wipe.spec	Fri Aug 10 14:29:49 2012 +0200
     1.3 @@ -32,13 +32,13 @@
     1.4  Group:        Filesystem
     1.5  License:      GPL
     1.6  Version:      0.22
     1.7 -Release:      20101219
     1.8 +Release:      20120800
     1.9  
    1.10  #   list of sources
    1.11  Source0:      http://lambda-diode.com/resources/wipe/wipe-%{version}.tar.gz
    1.12  
    1.13  #   build information
    1.14 -BuildPreReq:  OpenPKG, openpkg >= 20100101, gcc
    1.15 +BuildPreReq:  OpenPKG, openpkg >= 20100101, make, gcc
    1.16  PreReq:       OpenPKG, openpkg >= 20100101
    1.17  
    1.18  %description
    1.19 @@ -57,6 +57,10 @@
    1.20  %prep
    1.21      %setup -q
    1.22      chmod a+x trtur
    1.23 +    %{l_shtool} subst \
    1.24 +        -e 's;WIPE_GIT;WIPE_CVS;g' \
    1.25 +        -e 's;Git version:;Cvs version:;' \
    1.26 +        wipe.c
    1.27  
    1.28  %build
    1.29      platform="generic"

mercurial