Compare commits
10 Commits
3b92a38b31
...
9e445bca34
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9e445bca34 | ||
|
|
6991acd0d3 | ||
|
|
7665d75f4f | ||
|
|
6e15fb8796 | ||
|
|
66e8d14ae3 | ||
|
|
a6a0606d17 | ||
|
|
5cdbcdd59a | ||
|
|
7592a16b55 | ||
|
|
4217196d5f | ||
|
|
3d526a7705 |
BIN
ninja-1.11.1.tar.gz
Normal file
BIN
ninja-1.11.1.tar.gz
Normal file
Binary file not shown.
Binary file not shown.
@ -1,12 +1,12 @@
|
||||
Name: ninja-build
|
||||
Version: 1.8.2
|
||||
Release: 8
|
||||
Version: 1.11.1
|
||||
Release: 1
|
||||
Summary: A small build system with a focus on speed
|
||||
License: ASL 2.0
|
||||
URL: https://ninja-build.org/
|
||||
Source0: https://github.com/ninja-build/ninja/archive/v%{version}.tar.gz#/ninja-%{version}.tar.gz
|
||||
Source0: https://github.com/ninja-build/ninja/archive/v%{version}/ninja-%{version}.tar.gz
|
||||
Source1: macros.ninja
|
||||
BuildRequires: gcc-c++ python2-devel python3-devel asciidoc gtest-devel
|
||||
BuildRequires: gcc-c++ python3-devel asciidoc gtest-devel
|
||||
Requires: emacs-filesystem vim-filesystem
|
||||
|
||||
%description
|
||||
@ -41,7 +41,7 @@ ln -sf ninja %{buildroot}%{_bindir}/ninja-build
|
||||
|
||||
%files
|
||||
%license COPYING
|
||||
%doc HACKING.md README doc/manual.html
|
||||
%doc README.md doc/manual.html
|
||||
%{_bindir}/{ninja,ninja-build}
|
||||
%{_datadir}/bash-completion/completions/ninja
|
||||
%{_datadir}/emacs/site-lisp/ninja-mode.el
|
||||
@ -50,6 +50,15 @@ ln -sf ninja %{buildroot}%{_bindir}/ninja-build
|
||||
%{rpmmacrodir}/macros.ninja
|
||||
|
||||
%changelog
|
||||
* Wed Nov 23 2022 hua <dchang@zhixundn.com> - 1.11.1-1
|
||||
- upgrade version to 1.11.1
|
||||
|
||||
* Wed Jun 15 2022 duyiwei <duyiwei@kylinos.cn> - 1.10.2-1
|
||||
- upgrade version to 1.10.2
|
||||
|
||||
* Tue Oct 27 2020 Ge Wang <wangge20@huawei.com> - 1.8.2-9
|
||||
- remove useless buildrequires of python2-devel
|
||||
|
||||
* Fri Jan 17 2020 zhouyihang <zhouyihang1@huawei.com> - 1.8.2-8
|
||||
- remove useless file and update invalid source address
|
||||
|
||||
|
||||
4
ninja-build.yaml
Normal file
4
ninja-build.yaml
Normal file
@ -0,0 +1,4 @@
|
||||
version_control: github
|
||||
src_repo: ninja-build/ninja
|
||||
tag_prefix: ^v
|
||||
seperator: .
|
||||
Loading…
x
Reference in New Issue
Block a user