|
|
|
@ -17,7 +17,7 @@
|
|
|
|
|
Name: ldc
|
|
|
|
|
Epoch: 1
|
|
|
|
|
Version: 1.32.2%{?pre:~%{pre}}
|
|
|
|
|
Release: 1%{?dist}~bootstrap
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: LLVM D Compiler
|
|
|
|
|
|
|
|
|
|
# The DMD frontend in dmd/* GPL version 1 or artistic license
|
|
|
|
@ -126,9 +126,6 @@ popd
|
|
|
|
|
mkdir -p %{buildroot}/%{_rpmconfigdir}/macros.d/
|
|
|
|
|
install --mode=0644 %{SOURCE3} %{buildroot}%{_rpmconfigdir}/macros.d/macros.ldc
|
|
|
|
|
|
|
|
|
|
# Temporarily include llvm 14 libraries in order to switch to llvm 15
|
|
|
|
|
cp -a %{_libdir}/libLLVM-14*.so %{buildroot}%{_libdir}/
|
|
|
|
|
|
|
|
|
|
%files
|
|
|
|
|
%license LICENSE
|
|
|
|
|
%doc README.md
|
|
|
|
@ -155,7 +152,6 @@ cp -a %{_libdir}/libLLVM-14*.so %{buildroot}%{_libdir}/
|
|
|
|
|
|
|
|
|
|
%files libs
|
|
|
|
|
%license runtime/phobos/LICENSE_1_0.txt
|
|
|
|
|
%{_libdir}/libLLVM-14*.so
|
|
|
|
|
%{_libdir}/libdruntime-ldc-debug-shared.so.%{soversion}*
|
|
|
|
|
%{_libdir}/libdruntime-ldc-shared.so.%{soversion}*
|
|
|
|
|
%{_libdir}/libphobos2-ldc-debug-shared.so.%{soversion}*
|
|
|
|
|