Update to 1.3.4
- Run test suite
This commit is contained in:
parent
117873defd
commit
9cc8079733
1
.gitignore
vendored
1
.gitignore
vendored
@ -1,2 +1,3 @@
|
|||||||
/martine-ninja-5dc55a3.tar.gz
|
/martine-ninja-5dc55a3.tar.gz
|
||||||
/v1.0.0.tar.gz
|
/v1.0.0.tar.gz
|
||||||
|
/v1.3.4.tar.gz
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#global githash 5dc55a3
|
#global githash 5dc55a3
|
||||||
|
|
||||||
Name: ninja-build
|
Name: ninja-build
|
||||||
Version: 1.0.0
|
Version: 1.3.4
|
||||||
Release: 2%{?dist}
|
Release: 1%{?dist}
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
Summary: A small build system with a focus on speed
|
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
|
Source1: ninja.vim
|
||||||
|
|
||||||
BuildRequires: asciidoc
|
BuildRequires: asciidoc
|
||||||
|
BuildRequires: gtest-devel
|
||||||
|
BuildRequires: re2c
|
||||||
Requires: emacs-filesystem
|
Requires: emacs-filesystem
|
||||||
Requires: vim-filesystem
|
Requires: vim-filesystem
|
||||||
|
|
||||||
@ -35,6 +37,11 @@ CFLAGS="%{optflags}"
|
|||||||
export CFLAGS
|
export CFLAGS
|
||||||
./bootstrap.py --verbose -- --debug
|
./bootstrap.py --verbose -- --debug
|
||||||
./ninja -v manual
|
./ninja -v manual
|
||||||
|
./ninja -v ninja_test
|
||||||
|
|
||||||
|
|
||||||
|
%check
|
||||||
|
./ninja_test
|
||||||
|
|
||||||
|
|
||||||
%install
|
%install
|
||||||
@ -74,6 +81,10 @@ install -p -m 644 misc/zsh-completion %{buildroot}%{_datadir}/zsh/site-functions
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user