diff --git a/ninja.changes b/ninja.changes index 9056e1f..2ebe3aa 100644 --- a/ninja.changes +++ b/ninja.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Sep 11 12:49:19 UTC 2019 - Martin Pluskal + +- Run more tests +- Small spec file improvements + ------------------------------------------------------------------- Wed Jan 30 20:23:01 UTC 2019 - Christoph G diff --git a/ninja.spec b/ninja.spec index 269b5e0..497bd1f 100644 --- a/ninja.spec +++ b/ninja.spec @@ -22,7 +22,7 @@ Release: 0 Summary: A small build system closest in spirit to Make License: Apache-2.0 Group: Development/Tools/Building -Url: https://ninja-build.org/ +URL: https://ninja-build.org/ Source0: https://github.com/ninja-build/ninja/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz Source1: macros.ninja Patch1: ninja-disable-maxprocs-test.patch @@ -36,8 +36,7 @@ of files (typically source code and output executables) and orchestrates building them, quickly. %prep -%setup -q -%patch1 +%autosetup -p0 %build export CFLAGS="%{optflags}" @@ -52,8 +51,10 @@ install -D -p -m 0644 misc/bash-completion %{buildroot}%{_datadir}/bash-completi install -D -p -m 0644 %{SOURCE1} %{buildroot}%{_rpmconfigdir}/macros.d/macros.ninja %check -./ninja ninja_test +./ninja all ./ninja_test +python3 ./misc/ninja_syntax_test.py +python3 ./misc/output_test.py %files %license COPYING