Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
9e445bca34
!9 update version from 1.10.2 to 1.11.1
From: @hua11111 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2023-01-11 10:07:31 +00:00
hua
6991acd0d3
upgrade version to 1.11.1
Signed-off-by: hua <dchang@zhixundn.com>
2022-12-06 05:39:01 +00:00
hua
7665d75f4f upgrade version to 1.11.1 2022-10-23 00:10:42 +08:00
hua
6e15fb8796 upgrade version to 1.11.1 2022-10-23 00:10:04 +08:00
openeuler-ci-bot
66e8d14ae3
!6 upgrade version to 1.10.2
From: @duyiwei7w 
Reviewed-by: @licihua 
Signed-off-by: @licihua
2022-06-15 06:14:26 +00:00
duyiwei
a6a0606d17 upgrade version to 1.10.2 2022-06-15 14:01:58 +08:00
openeuler-ci-bot
5cdbcdd59a !5 remove python2 dependencies of package ninja-build
From: @wang--ge
Reviewed-by: @small_leek
Signed-off-by: @small_leek
2020-10-29 20:21:21 +08:00
root
7592a16b55 remove python2 dependencies 2020-10-29 14:25:57 +08:00
openeuler-ci-bot
4217196d5f !4 Add yaml file
Merge pull request !4 from 李振华/master
2020-05-07 08:59:58 +08:00
lizhenhua
3d526a7705 Add yaml file 2020-05-06 17:07:10 +08:00
4 changed files with 18 additions and 5 deletions

BIN
ninja-1.11.1.tar.gz Normal file

Binary file not shown.

Binary file not shown.

View File

@ -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
View File

@ -0,0 +1,4 @@
version_control: github
src_repo: ninja-build/ninja
tag_prefix: ^v
seperator: .