|
|
|
@ -1,4 +1,4 @@
|
|
|
|
|
%if (! 0%{?rhel}) || 0%{?rhel} > 6
|
|
|
|
|
%if 0%{?fedora}
|
|
|
|
|
%global with_python3 1
|
|
|
|
|
# Turn off the brp-python-bytecompile script
|
|
|
|
|
%global __os_install_post %(echo '%{__os_install_post}' | sed -e 's!/usr/lib[^[:space:]]*/brp-python-bytecompile[[:space:]].*$!!g')
|
|
|
|
@ -13,8 +13,8 @@
|
|
|
|
|
%undefine prerel
|
|
|
|
|
|
|
|
|
|
Name: waf
|
|
|
|
|
Version: 1.7.0
|
|
|
|
|
Release: %{?prerel:0.}1%{?prerel:.%prerel}%{?dist}.2
|
|
|
|
|
Version: 1.7.1
|
|
|
|
|
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)
|
|
|
|
@ -36,7 +36,7 @@ BuildRequires: python-devel
|
|
|
|
|
BuildRequires: python3-devel
|
|
|
|
|
%endif # with_python3
|
|
|
|
|
%if 0%{?with_docs}
|
|
|
|
|
%if 0%{?fedora > 13}
|
|
|
|
|
%if 0%{?fedora}
|
|
|
|
|
BuildRequires: python-sphinx
|
|
|
|
|
%else
|
|
|
|
|
BuildRequires: python-sphinx10
|
|
|
|
@ -209,6 +209,10 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Aug 4 2012 Thomas Moschny <thomas.moschny@gmx.de> - 1.7.1-1
|
|
|
|
|
- Update to 1.7.1.
|
|
|
|
|
- Remove rhel logic from with_python3 conditional.
|
|
|
|
|
|
|
|
|
|
* Sat Aug 04 2012 David Malcolm <dmalcolm@redhat.com> - 1.7.0-1.2
|
|
|
|
|
- rebuild for https://fedoraproject.org/wiki/Features/Python_3.3
|
|
|
|
|
|
|
|
|
|