Remove llvm-cmake-devel package
This commit is contained in:
parent
33f597aab6
commit
0600540ab9
16
llvm.spec
16
llvm.spec
@ -66,7 +66,7 @@
|
|||||||
|
|
||||||
Name: %{pkg_name}
|
Name: %{pkg_name}
|
||||||
Version: %{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:~rc%{rc_ver}}
|
Version: %{maj_ver}.%{min_ver}.%{patch_ver}%{?rc_ver:~rc%{rc_ver}}
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
Summary: The Low Level Virtual Machine
|
Summary: The Low Level Virtual Machine
|
||||||
|
|
||||||
License: NCSA
|
License: NCSA
|
||||||
@ -167,14 +167,6 @@ Summary: LLVM shared libraries
|
|||||||
%description libs
|
%description libs
|
||||||
Shared libraries for the LLVM compiler infrastructure.
|
Shared libraries for the LLVM compiler infrastructure.
|
||||||
|
|
||||||
%if %{without compat_build}
|
|
||||||
%package cmake-devel
|
|
||||||
Summary: LLVM shared development CMake files
|
|
||||||
|
|
||||||
%description cmake-devel
|
|
||||||
Some CMake files that are shared by LLVM sub-projects when building.
|
|
||||||
%endif
|
|
||||||
|
|
||||||
%package static
|
%package static
|
||||||
Summary: LLVM static libraries
|
Summary: LLVM static libraries
|
||||||
Conflicts: %{name}-devel < 8
|
Conflicts: %{name}-devel < 8
|
||||||
@ -552,12 +544,12 @@ fi
|
|||||||
%{_datadir}/llvm/src/utils
|
%{_datadir}/llvm/src/utils
|
||||||
%{_libdir}/libLLVMTestingSupport.a
|
%{_libdir}/libLLVMTestingSupport.a
|
||||||
|
|
||||||
%files cmake-devel
|
|
||||||
%{_libdir}/cmake/llvm
|
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Apr 29 2022 Timm Bäder <tbaeder@redhat.com> - 14.0.0-2
|
||||||
|
- Remove llvm-cmake-devel package
|
||||||
|
|
||||||
* Wed Mar 23 2022 Timm Bäder <tbaeder@redhat.com> - 14.0.0-1
|
* Wed Mar 23 2022 Timm Bäder <tbaeder@redhat.com> - 14.0.0-1
|
||||||
- Update to LLVM 14.0.0
|
- Update to LLVM 14.0.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user