]> git.pld-linux.org Git - packages/waf.git/commitdiff
up to 2.0.11 auto/th/waf-2.0.11-1
authorJan Palus <atler@pld-linux.org>
Tue, 2 Oct 2018 23:17:41 +0000 (01:17 +0200)
committerJan Palus <atler@pld-linux.org>
Tue, 2 Oct 2018 23:17:41 +0000 (01:17 +0200)
- correct python shebangs

waf.spec

index 202803657495604b54cc9a277f8b0bb5117f1464..adfeb70fc97c50c8ce31d0155ec7b1cd93aa8435 100644 (file)
--- a/waf.spec
+++ b/waf.spec
@@ -1,13 +1,13 @@
 Summary:       The Waf build system
 Summary(pl.UTF-8):     System budowania Waf
 Name:          waf
-Version:       2.0.9
+Version:       2.0.11
 Release:       1
 # note: waf book is on CC-BY-NC-ND (not included in binary package)
 License:       BSD
 Group:         Development/Building
 Source0:       http://waf.io/%{name}-%{version}.tar.bz2
-# Source0-md5: ae4225757cb0611b408856ea99b9a901
+# Source0-md5: aabe75f27556e8ed462e2af8e658175f
 Patch0:                %{name}-path.patch
 URL:           http://waf.io/
 BuildRequires: python >= 1:2.6
@@ -34,6 +34,8 @@ Scons, Cmake, Ant itp.).
 %setup -q
 %patch0 -p1
 
+%{__sed} -i -e '1s,/usr/bin/.*python,%{__python},' waf-light waflib/processor.py waflib/extras/javatest.py
+
 %build
 # check waf-light
 extras=
This page took 0.199487 seconds and 4 git commands to generate.