|
|
|
@ -10,11 +10,11 @@
|
|
|
|
|
%global with_docs 1
|
|
|
|
|
|
|
|
|
|
# For pre-releases
|
|
|
|
|
%global prerel pre5
|
|
|
|
|
%undefine prerel
|
|
|
|
|
|
|
|
|
|
Name: waf
|
|
|
|
|
Version: 1.7.0
|
|
|
|
|
Release: %{?prerel:0.}2%{?prerel:.%prerel}%{?dist}
|
|
|
|
|
Release: %{?prerel:0.}1%{?prerel:.%prerel}%{?dist}
|
|
|
|
|
Summary: A Python-based build system
|
|
|
|
|
Group: Development/Tools
|
|
|
|
|
# The entire source code is BSD apart from pproc.py (taken from Python 2.5)
|
|
|
|
@ -108,6 +108,9 @@ This package contains the HTML documentation for %{name}.
|
|
|
|
|
# do not try to use the (removed) waf logos
|
|
|
|
|
%patch1 -p1
|
|
|
|
|
|
|
|
|
|
# remove BOM, causes trouble later
|
|
|
|
|
sed -i -e '1s/^\xEF\xBB\xBF//' waflib/extras/dpapi.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
extras=
|
|
|
|
@ -206,6 +209,9 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Jul 16 2012 Thomas Moschny <thomas.moschny@gmx.de> - 1.7.0-1
|
|
|
|
|
- Update to 1.7.0.
|
|
|
|
|
|
|
|
|
|
* Sat Jun 16 2012 Thomas Moschny <thomas.moschny@gmx.de> - 1.7.0-0.2.pre5
|
|
|
|
|
- Update to 1.7.0pre5.
|
|
|
|
|
|
|
|
|
|