Properly unpack sources to avoid leaving behind build residue.

Sun, 05 Aug 2012 13:19:25 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sun, 05 Aug 2012 13:19:25 +0200
changeset 476
184f388d7241
parent 475
414fb502f12a
child 477
eaa40d75d36a

Properly unpack sources to avoid leaving behind build residue.

libassuan/libassuan.spec file | annotate | diff | comparison | revisions
     1.1 --- a/libassuan/libassuan.spec	Sun Aug 05 13:18:44 2012 +0200
     1.2 +++ b/libassuan/libassuan.spec	Sun Aug 05 13:19:25 2012 +0200
     1.3 @@ -36,7 +36,7 @@
     1.4  Group:        Libraries
     1.5  License:      GPL/LGPL
     1.6  Version:      %{V_assuan2}
     1.7 -Release:      20120603
     1.8 +Release:      20120800
     1.9  
    1.10  #   list of sources
    1.11  Source0:      ftp://ftp.gnupg.org/gcrypt/libassuan/libassuan-%{V_assuan1}.tar.bz2
    1.12 @@ -65,7 +65,7 @@
    1.13      }
    1.14  
    1.15  %prep
    1.16 -    %setup -q -c
    1.17 +    %setup -q -c -n libassuan-%{V_assuan2}
    1.18      %setup -q -D -a 1
    1.19      %patch -p0
    1.20  

mercurial