Remove useless scriptlet

This commit is contained in:
sherlock2010 2020-04-03 10:05:24 +08:00
parent 3565537772
commit 6af052a53a

View File

@ -7,7 +7,7 @@
Name: clang Name: clang
Version: %{maj_ver}.%{min_ver}.%{patch_ver} Version: %{maj_ver}.%{min_ver}.%{patch_ver}
Release: 5 Release: 6
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
@ -111,12 +111,6 @@ mv ../%{clang_tools_srcdir} tools/extra
%build %build
%if 0%{?__isa_bits} == 64
sed -i 's/\@FEDORA_LLVM_LIB_SUFFIX\@/64/g' test/lit.cfg.py
%else
sed -i 's/\@FEDORA_LLVM_LIB_SUFFIX\@//g' test/lit.cfg.py
%endif
mkdir -p _build mkdir -p _build
cd _build cd _build
@ -255,6 +249,9 @@ false
%{python2_sitelib}/clang/ %{python2_sitelib}/clang/
%changelog %changelog
* Fri Apr 03 2020 zhouyihang <zhouyihang1@huawei.com> - 7.0.0-6
- Remove useless scriptlet
* Thu Feb 20 2020 openEuler Buildteam <buildteam@openeuler.org> - 7.0.0-5 * Thu Feb 20 2020 openEuler Buildteam <buildteam@openeuler.org> - 7.0.0-5
- Add buildrequire compiler-rt - Add buildrequire compiler-rt