|
|
@ -16,8 +16,8 @@
|
|
|
|
%global waf_py2_priority 20
|
|
|
|
%global waf_py2_priority 20
|
|
|
|
|
|
|
|
|
|
|
|
Name: waf
|
|
|
|
Name: waf
|
|
|
|
Version: 2.0.14
|
|
|
|
Version: 2.0.15
|
|
|
|
Release: 2%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: A Python-based build system
|
|
|
|
Summary: A Python-based build system
|
|
|
|
# The entire source code is BSD apart from pproc.py (taken from Python 2.5)
|
|
|
|
# The entire source code is BSD apart from pproc.py (taken from Python 2.5)
|
|
|
|
License: BSD and Python
|
|
|
|
License: BSD and Python
|
|
|
@ -41,7 +41,7 @@ BuildRequires: python3-devel
|
|
|
|
%endif # with_python3
|
|
|
|
%endif # with_python3
|
|
|
|
%if 0%{?with_docs}
|
|
|
|
%if 0%{?with_docs}
|
|
|
|
%if 0%{?fedora} || 0%{?rhel} >= 7
|
|
|
|
%if 0%{?fedora} || 0%{?rhel} >= 7
|
|
|
|
BuildRequires: python-sphinx
|
|
|
|
BuildRequires: python3-sphinx
|
|
|
|
%else
|
|
|
|
%else
|
|
|
|
BuildRequires: python-sphinx10
|
|
|
|
BuildRequires: python-sphinx10
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
@ -243,6 +243,9 @@ rm -f docs/sphinx/build/html/.buildinfo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Wed May 15 2019 Thomas Moschny <thomas.moschny@gmx.de> - 2.0.15-1
|
|
|
|
|
|
|
|
- Update to 2.0.15.
|
|
|
|
|
|
|
|
|
|
|
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.14-2
|
|
|
|
* Sun Feb 03 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.14-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
|
|