|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
Name: waf
|
|
|
|
|
Version: 1.5.18
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Release: 3%{?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)
|
|
|
|
@ -20,7 +20,7 @@ BuildArch: noarch
|
|
|
|
|
BuildRequires: python-devel
|
|
|
|
|
# Seems like automatic ABI dependency is not detected since the files are
|
|
|
|
|
# going to a non-standard location
|
|
|
|
|
Requires: python-abi %(%{__python} -c "import sys ; print \"=\", sys.version[:3]")
|
|
|
|
|
Requires: python(abi) %(%{__python} -c "import sys ; print \"=\", sys.version[:3]")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
# the demo suite contains a perl module, which draws in unwanted
|
|
|
|
@ -86,6 +86,10 @@ find demos utils -type f -exec %{__chmod} 0644 {} \;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Jul 30 2010 Thomas Moschny <thomas.moschny@gmx.de> - 1.5.18-3
|
|
|
|
|
- Require 'python(abi)' instead of 'python-abi', seems more common
|
|
|
|
|
now.
|
|
|
|
|
|
|
|
|
|
* Fri Jul 30 2010 Thomas Moschny <thomas.moschny@gmx.de> - 1.5.18-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Features/Python_2.7/MassRebuild
|
|
|
|
|
|
|
|
|
|