Distribute libllvm_gtest.a and libllvm_gtest_main.a with llvm-googletest
This commit is contained in:
parent
0cd1abca26
commit
a13a3551eb
@ -75,7 +75,7 @@
|
||||
|
||||
Name: %{pkg_name}
|
||||
Version: %{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:~rc%{rc_ver}}
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: The Low Level Virtual Machine
|
||||
|
||||
License: Apache-2.0 WITH LLVM-exception OR NCSA
|
||||
@ -545,6 +545,8 @@ fi
|
||||
%{_libdir}/*.a
|
||||
%exclude %{_libdir}/libLLVMTestingSupport.a
|
||||
%exclude %{_libdir}/libLLVMTestingAnnotations.a
|
||||
%exclude %{_libdir}/libllvm_gtest.a
|
||||
%exclude %{_libdir}/libllvm_gtest_main.a
|
||||
%else
|
||||
%{_libdir}/%{name}/lib/*.a
|
||||
%endif
|
||||
@ -565,12 +567,17 @@ fi
|
||||
%{_datadir}/llvm/src/utils
|
||||
%{_libdir}/libLLVMTestingSupport.a
|
||||
%{_libdir}/libLLVMTestingAnnotations.a
|
||||
%{_libdir}/libllvm_gtest.a
|
||||
%{_libdir}/libllvm_gtest_main.a
|
||||
%{_includedir}/llvm-gtest
|
||||
%{_includedir}/llvm-gmock
|
||||
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Thu Mar 23 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.0-2
|
||||
- Distribute libllvm_gtest.a and libllvm_gtest_main.a with llvm-googletest
|
||||
|
||||
* Mon Mar 20 2023 Tulio Magno Quites Machado Filho <tuliom@redhat.com> - 16.0.0-1
|
||||
- Update to LLVM 16.0.0
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user