!21 Make help package be required
From: @hht8 Reviewed-by: @lei_ju,@jdkboy Signed-off-by: @jdkboy
This commit is contained in:
commit
ca26737545
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
Name: clang
|
Name: clang
|
||||||
Version: 10.0.1
|
Version: 10.0.1
|
||||||
Release: 0
|
Release: 1
|
||||||
License: NCSA
|
License: NCSA
|
||||||
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
|
||||||
@ -28,6 +28,7 @@ BuildRequires: python3-lit python3-sphinx python3-devel
|
|||||||
BuildRequires: clang
|
BuildRequires: clang
|
||||||
|
|
||||||
Requires: libstdc++-devel gcc-c++ emacs-filesystem
|
Requires: libstdc++-devel gcc-c++ emacs-filesystem
|
||||||
|
Recommends: %{name}-help = %{version}-%{release}
|
||||||
Provides: clang(major) = %{maj_ver}
|
Provides: clang(major) = %{maj_ver}
|
||||||
Provides: %{name}-libs = %{version}-%{release}
|
Provides: %{name}-libs = %{version}-%{release}
|
||||||
Obsoletes: %{name}-libs < %{version}-%{release}
|
Obsoletes: %{name}-libs < %{version}-%{release}
|
||||||
@ -58,7 +59,6 @@ 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
|
|
||||||
|
|
||||||
%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
|
||||||
@ -240,6 +240,9 @@ cp -p %{_libdir}/libfindAllSymbols.so.7 %{buildroot}%{_libdir}
|
|||||||
%{_bindir}/git-clang-format
|
%{_bindir}/git-clang-format
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Nov 09 2020 huanghaitao <huanghaitao8@huawei.com> - 10.0.1-1
|
||||||
|
- Make help package required by clang and delete python2
|
||||||
|
|
||||||
* Sat Oct 10 2020 Jeffery.Gao <gaojianxing@huawei.com> - 10.0.1-0
|
* Sat Oct 10 2020 Jeffery.Gao <gaojianxing@huawei.com> - 10.0.1-0
|
||||||
- Upgrade to 10.0.1
|
- Upgrade to 10.0.1
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user