diff --git a/clang.spec b/clang.spec index 3a49ece677f25504d6c926588f5485a19af75f2a..ac434e9a677386b611e7009cbb8511ae5def7fda 100644 --- a/clang.spec +++ b/clang.spec @@ -7,7 +7,7 @@ Name: clang Version: %{maj_ver}.%{min_ver}.%{patch_ver} -Release: 5 +Release: 6 License: NCSA Summary: An "LLVM native" C/C++/Objective-C compiler URL: http://llvm.org @@ -111,12 +111,6 @@ mv ../%{clang_tools_srcdir} tools/extra %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 cd _build @@ -255,6 +249,9 @@ false %{python2_sitelib}/clang/ %changelog +* Fri Apr 03 2020 zhouyihang - 7.0.0-6 +- Remove useless scriptlet + * Thu Feb 20 2020 openEuler Buildteam - 7.0.0-5 - Add buildrequire compiler-rt