Modify the dependency to python3
This commit is contained in:
parent
af77aff358
commit
c452a4ef39
11
clang.spec
11
clang.spec
@ -6,8 +6,8 @@
|
|||||||
|
|
||||||
Name: clang
|
Name: clang
|
||||||
Version: 10.0.1
|
Version: 10.0.1
|
||||||
Release: 1
|
Release: 2
|
||||||
License: NCSA
|
License: GPL-2.0-only and Apache-2.0 and MIT
|
||||||
Summary: An "LLVM native" C/C++/Objective-C compiler
|
Summary: An "LLVM native" C/C++/Objective-C compiler
|
||||||
URL: http://llvm.org
|
URL: http://llvm.org
|
||||||
Source0: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/%{clang_srcdir}.tar.xz
|
Source0: https://github.com/llvm/llvm-project/releases/download/llvmorg-%{version}/%{clang_srcdir}.tar.xz
|
||||||
@ -58,7 +58,7 @@ Summary: A source code analysis framework
|
|||||||
License: NCSA and MIT
|
License: NCSA and MIT
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
Requires: %{name} = %{version}-%{release}
|
Requires: %{name} = %{version}-%{release}
|
||||||
Requires: python2
|
Requires: python3
|
||||||
|
|
||||||
%description analyzer
|
%description analyzer
|
||||||
The Clang Static Analyzer consists of both a source code analysis
|
The Clang Static Analyzer consists of both a source code analysis
|
||||||
@ -238,7 +238,10 @@ ln -s clang++ %{buildroot}%{_bindir}/clang++-%{maj_ver}
|
|||||||
%{_bindir}/git-clang-format
|
%{_bindir}/git-clang-format
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Fri Sep 25 2020 zhangjiapeng <zhangjiapeng9@huawei.com> 10.0.1-1
|
* Thu Feb 18 2021 zhangjiapeng <zhangjiapeng9@huawei.com> - 10.0.1-2
|
||||||
|
- Modify the dependency to python3
|
||||||
|
|
||||||
|
* Fri Sep 25 2020 zhangjiapeng <zhangjiapeng9@huawei.com> - 10.0.1-1
|
||||||
- Delete low version dynamic library
|
- Delete low version dynamic library
|
||||||
|
|
||||||
* Thu Jul 30 2020 Guoshuai Sun <sunguoshuai> - 10.0.1-0
|
* Thu Jul 30 2020 Guoshuai Sun <sunguoshuai> - 10.0.1-0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user