mirror of
https://src.fedoraproject.org/rpms/llvm.git
synced 2024-11-24 17:34:47 +00:00
parent
35593131f5
commit
dd8b35d6ee
1 changed files with 16 additions and 0 deletions
16
llvm.spec
16
llvm.spec
|
@ -235,6 +235,17 @@ Summary: LLVM's modified googletest sources
|
||||||
%description googletest
|
%description googletest
|
||||||
LLVM's modified googletest sources.
|
LLVM's modified googletest sources.
|
||||||
|
|
||||||
|
%if 0%{?rhel}
|
||||||
|
%package toolset
|
||||||
|
Summary: Package that installs llvm-toolset
|
||||||
|
Requires: clang = %{version}
|
||||||
|
Requires: llvm = %{version}
|
||||||
|
Requires: lld = %{version}
|
||||||
|
|
||||||
|
%description toolset
|
||||||
|
This is the main package for llvm-toolset.
|
||||||
|
%endif
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%{gpgverify} --keyring='%{SOURCE6}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
|
%{gpgverify} --keyring='%{SOURCE6}' --signature='%{SOURCE1}' --data='%{SOURCE0}'
|
||||||
%{gpgverify} --keyring='%{SOURCE6}' --signature='%{SOURCE3}' --data='%{SOURCE2}'
|
%{gpgverify} --keyring='%{SOURCE6}' --signature='%{SOURCE3}' --data='%{SOURCE2}'
|
||||||
|
@ -583,6 +594,11 @@ fi
|
||||||
%{install_includedir}/llvm-gtest
|
%{install_includedir}/llvm-gtest
|
||||||
%{install_includedir}/llvm-gmock
|
%{install_includedir}/llvm-gmock
|
||||||
|
|
||||||
|
%if 0%{?rhel}
|
||||||
|
%files toolset
|
||||||
|
%license LICENSE.TXT
|
||||||
|
%endif
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
* Tue May 28 2024 Nikita Popov <npopov@redhat.com> - 18.1.6-2
|
* Tue May 28 2024 Nikita Popov <npopov@redhat.com> - 18.1.6-2
|
||||||
|
|
Loading…
Reference in a new issue