Update to 1.3.4

- Run test suite
This commit is contained in:
Ben Boeckel 2013-06-09 23:30:14 -04:00
parent 117873defd
commit 9cc8079733
3 changed files with 15 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
/martine-ninja-5dc55a3.tar.gz
/v1.0.0.tar.gz
/v1.3.4.tar.gz

View File

@ -1,8 +1,8 @@
#global githash 5dc55a3
Name: ninja-build
Version: 1.0.0
Release: 2%{?dist}
Version: 1.3.4
Release: 1%{?dist}
Group: Development/Tools
Summary: A small build system with a focus on speed
@ -16,6 +16,8 @@ Source0: https://github.com/martine/ninja/archive/v%{version}.tar.gz
Source1: ninja.vim
BuildRequires: asciidoc
BuildRequires: gtest-devel
BuildRequires: re2c
Requires: emacs-filesystem
Requires: vim-filesystem
@ -35,6 +37,11 @@ CFLAGS="%{optflags}"
export CFLAGS
./bootstrap.py --verbose -- --debug
./ninja -v manual
./ninja -v ninja_test
%check
./ninja_test
%install
@ -74,6 +81,10 @@ install -p -m 644 misc/zsh-completion %{buildroot}%{_datadir}/zsh/site-functions
%changelog
* Sun Jun 09 2013 Ben Boeckel <mathstuf@gmail.com> - 1.3.4-1
- Update to 1.3.4
- Run test suite
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild

View File

@ -1 +1 @@
51f58e418d215ffc165cb9c5ad6cf0d7 v1.0.0.tar.gz
83ca09927b0f617ebe402883fe91bc7f v1.3.4.tar.gz