mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-25 01:35:17 +00:00
Added libLLVMTestingAnnotations.a to googletest subpackage
See 3432f4bf86
This commit is contained in:
parent
225c9e3c44
commit
d254566973
1 changed files with 3 additions and 0 deletions
|
@ -375,6 +375,7 @@ rm -rf test/tools/UpdateTestChecks
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
install %{build_libdir}/libLLVMTestingSupport.a %{buildroot}%{_libdir}
|
install %{build_libdir}/libLLVMTestingSupport.a %{buildroot}%{_libdir}
|
||||||
|
install %{build_libdir}/libLLVMTestingAnnotations.a %{buildroot}%{_libdir}
|
||||||
|
|
||||||
%global install_srcdir %{buildroot}%{_datadir}/llvm/src
|
%global install_srcdir %{buildroot}%{_datadir}/llvm/src
|
||||||
|
|
||||||
|
@ -568,6 +569,7 @@ fi
|
||||||
%if %{without compat_build}
|
%if %{without compat_build}
|
||||||
%{_libdir}/*.a
|
%{_libdir}/*.a
|
||||||
%exclude %{_libdir}/libLLVMTestingSupport.a
|
%exclude %{_libdir}/libLLVMTestingSupport.a
|
||||||
|
%exclude %{_libdir}/libLLVMTestingAnnotations.a
|
||||||
%else
|
%else
|
||||||
%{_libdir}/%{name}/lib/*.a
|
%{_libdir}/%{name}/lib/*.a
|
||||||
%endif
|
%endif
|
||||||
|
@ -587,6 +589,7 @@ fi
|
||||||
%license LICENSE.TXT
|
%license LICENSE.TXT
|
||||||
%{_datadir}/llvm/src/utils
|
%{_datadir}/llvm/src/utils
|
||||||
%{_libdir}/libLLVMTestingSupport.a
|
%{_libdir}/libLLVMTestingSupport.a
|
||||||
|
%{_libdir}/libLLVMTestingAnnotations.a
|
||||||
%{_includedir}/llvm-gtest
|
%{_includedir}/llvm-gtest
|
||||||
%{_includedir}/llvm-gmock
|
%{_includedir}/llvm-gmock
|
||||||
%endif
|
%endif
|
||||||
|
|
Loading…
Reference in a new issue