!5 remove python2 dependencies of package ninja-build

From: @wang--ge
Reviewed-by: @small_leek
Signed-off-by: @small_leek
This commit is contained in:
openeuler-ci-bot 2020-10-29 20:21:21 +08:00 committed by Gitee
commit 5cdbcdd59a

View File

@ -1,12 +1,12 @@
Name: ninja-build
Version: 1.8.2
Release: 8
Release: 9
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
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
@ -50,6 +50,9 @@ ln -sf ninja %{buildroot}%{_bindir}/ninja-build
%{rpmmacrodir}/macros.ninja
%changelog
* 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