Correct build configuration logic to properly call its install script.

Thu, 08 Jan 2009 14:31:15 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 08 Jan 2009 14:31:15 +0100
changeset 42
23f1d7d13217
parent 41
e3adaa7471f5
child 43
f3c8838372a2

Correct build configuration logic to properly call its install script.

easysoap/easysoap.spec file | annotate | diff | comparison | revisions
     1.1 --- a/easysoap/easysoap.spec	Thu Jan 08 14:18:04 2009 +0100
     1.2 +++ b/easysoap/easysoap.spec	Thu Jan 08 14:31:15 2009 +0100
     1.3 @@ -32,7 +32,7 @@
     1.4  Group:        RPC
     1.5  License:      LGPL
     1.6  Version:      0.8.0
     1.7 -Release:      20080101
     1.8 +Release:      20090106
     1.9  
    1.10  #   list of sources
    1.11  Source0:      http://switch.dl.sourceforge.net/easysoap/EasySoap++-%{version}.tar.gz
    1.12 @@ -64,6 +64,7 @@
    1.13          -e 's;\(SUBDIRS *= *include src\).*;\1;' \
    1.14          Makefile.in
    1.15      %patch -p0
    1.16 +    chmod +x conftools/install-sh
    1.17  
    1.18  %build
    1.19      CC="%{l_cc}" \

mercurial