]> git.pld-linux.org Git - packages/waf.git/blobdiff - waf.spec
- try with TERM=dumb until 1.4.3 is released
[packages/waf.git] / waf.spec
index 550acc5e18fc7bc94f77283779a5a46b143db219..417f3834e3e08721186f027c423ef26392b99eeb 100644 (file)
--- a/waf.spec
+++ b/waf.spec
@@ -1,12 +1,12 @@
 Summary:       The Waf build system
 Summary(pl.UTF-8):     System budowania Waf
 Name:          waf
-Version:       1.3.2
-Release:       1
+Version:       1.4.2
+Release:       2
 License:       BSD
 Group:         Development/Building
 Source0:       http://waf.googlecode.com/files/%{name}-%{version}.tar.bz2
-# Source0-md5: 9caca69cb435911c9ed6ff0519ce19ae
+# Source0-md5: 0d0c397ee675b2df79f65b375eb8a0f8
 URL:           http://code.google.com/p/waf/
 BuildRequires: python
 BuildArch:     noarch
@@ -30,13 +30,13 @@ Scons, Cmake, Ant itp.).
 %setup -q
 
 %build
-./waf-light --make-waf
+TERM=dumb ./waf-light --make-waf
 
 %install
 rm -rf $RPM_BUILD_ROOT
-./waf install \
+echo y | ./waf install \
        --prefix %{_prefix} \
-       --destdir $RPM_BUILD_ROOT \
+       --destdir $RPM_BUILD_ROOT
 
 %py_comp $RPM_BUILD_ROOT%{_libdir}/%{name}-%{version}-*
 %py_ocomp $RPM_BUILD_ROOT%{_libdir}/%{name}-%{version}-*
This page took 0.045459 seconds and 4 git commands to generate.