Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
6b0d51a708 |
10
clang18.spec
10
clang18.spec
@ -75,7 +75,7 @@
|
|||||||
|
|
||||||
Name: %pkg_name
|
Name: %pkg_name
|
||||||
Version: %{clang_version}%{?rc_ver:~rc%{rc_ver}}%{?llvm_snapshot_version_suffix:~%{llvm_snapshot_version_suffix}}
|
Version: %{clang_version}%{?rc_ver:~rc%{rc_ver}}%{?llvm_snapshot_version_suffix:~%{llvm_snapshot_version_suffix}}
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: A C language family front-end for LLVM
|
Summary: A C language family front-end for LLVM
|
||||||
|
|
||||||
License: Apache-2.0 WITH LLVM-exception OR NCSA
|
License: Apache-2.0 WITH LLVM-exception OR NCSA
|
||||||
@ -495,11 +495,11 @@ for f in %{buildroot}/%{install_bindir}/*; do
|
|||||||
if echo $filename | grep -e '%{maj_ver}'; then
|
if echo $filename | grep -e '%{maj_ver}'; then
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
ln -s ../../%{install_bindir}/$filename %{buildroot}/%{_bindir}/$filename-%{maj_ver}
|
ln -s ../../..%{install_bindir}/$filename %{buildroot}/%{_bindir}/$filename-%{maj_ver}
|
||||||
done
|
done
|
||||||
|
|
||||||
# Add clang++-{version} symlink
|
# Add clang++-{version} symlink
|
||||||
ln -s ../../%{install_bindir}/clang++ %{buildroot}%{install_bindir}/clang++-%{maj_ver}
|
ln -s ../../..%{install_bindir}/clang++ %{buildroot}%{install_bindir}/clang++-%{maj_ver}
|
||||||
|
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -731,6 +731,10 @@ LD_LIBRARY_PATH=%{buildroot}/%{install_libdir} %{__ninja} check-all -C %{__cmake
|
|||||||
|
|
||||||
%endif
|
%endif
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Oct 07 2024 Timm Bäder <tbaeder@redhat.com> - 18.1.8-5
|
||||||
|
- Fix executable symlink location
|
||||||
|
- https://bugzilla.redhat.com/show_bug.cgi?id=2316833
|
||||||
|
|
||||||
* Fri Oct 04 2024 Timm Bäder <tbaeder@redhat.com> - 18.1.8-4
|
* Fri Oct 04 2024 Timm Bäder <tbaeder@redhat.com> - 18.1.8-4
|
||||||
- Update to 18.1.8
|
- Update to 18.1.8
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user