|
|
|
@ -13,7 +13,7 @@
|
|
|
|
|
%undefine prerel
|
|
|
|
|
|
|
|
|
|
Name: waf
|
|
|
|
|
Version: 1.7.14
|
|
|
|
|
Version: 1.7.15
|
|
|
|
|
Release: %{?prerel:0.}1%{?prerel:.%prerel}%{?dist}
|
|
|
|
|
Summary: A Python-based build system
|
|
|
|
|
Group: Development/Tools
|
|
|
|
@ -188,12 +188,7 @@ rm -f docs/sphinx/build/html/.buildinfo
|
|
|
|
|
%endif # with_python3
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%clean
|
|
|
|
|
rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc README TODO ChangeLog demos
|
|
|
|
|
%{_bindir}/waf
|
|
|
|
|
%{_bindir}/waf-%{python_version}
|
|
|
|
@ -202,7 +197,6 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
%if 0%{?with_python3}
|
|
|
|
|
%files -n %{name}-python3
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%{_bindir}/waf-%{python3_version}
|
|
|
|
|
%{_datadir}/waf3
|
|
|
|
|
%endif # with_python3
|
|
|
|
@ -210,12 +204,15 @@ rm -rf %{buildroot}
|
|
|
|
|
|
|
|
|
|
%if 0%{?with_docs}
|
|
|
|
|
%files -n %{name}-doc
|
|
|
|
|
%defattr(-,root,root,-)
|
|
|
|
|
%doc docs/sphinx/build/html
|
|
|
|
|
%endif # with_docs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Sat Jan 25 2014 Thomas Moschny <thomas.moschny@gmx.de> - 1.7.15-1
|
|
|
|
|
- Update to 1.7.15.
|
|
|
|
|
- Modernize spec file.
|
|
|
|
|
|
|
|
|
|
* Tue Jan 7 2014 Thomas Moschny <thomas.moschny@gmx.de> - 1.7.14-1
|
|
|
|
|
- Update to 1.7.14.
|
|
|
|
|
|
|
|
|
|