ccache: update to 4.8 (#5141)
* update ccache to 4.8 * update manifests
This commit is contained in:
Родитель
3fa9e52c50
Коммит
de0a787f7f
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"Signatures": {
|
||||
"ccache-4.6.tar.gz" : "73a1767ac6b7c0404a1a55f761a746d338e702883c7137fbf587023062258625"
|
||||
"ccache-4.8.tar.gz" : "ac4b01748fd59cfe07e070c34432b91bdd0fd8640e1e653a80b01d6a523186b0"
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
Summary: Compiler Cache
|
||||
Name: ccache
|
||||
Version: 4.6
|
||||
Release: 2%{?dist}
|
||||
Version: 4.8
|
||||
Release: 1%{?dist}
|
||||
License: BeOpen AND BSD AND GPLv3+ AND (Patrick Powell's AND Holger Weiss' license) AND Public Domain AND Python AND zlib
|
||||
Vendor: Microsoft Corporation
|
||||
Distribution: Mariner
|
||||
|
@ -40,6 +40,14 @@ pushd build
|
|||
make check
|
||||
popd
|
||||
|
||||
%post
|
||||
# Remove ccache symlinks for clang if not installed
|
||||
for n in clang clang++ ; do
|
||||
if ! command -v $n ; then
|
||||
rm -rvf %{_libdir}/ccache/$n
|
||||
fi
|
||||
done
|
||||
|
||||
%files
|
||||
%license LICENSE.adoc
|
||||
%doc README.md
|
||||
|
@ -48,6 +56,10 @@ popd
|
|||
%{_libdir}/*
|
||||
|
||||
%changelog
|
||||
* Thu Mar 23 2023 Andrew Phelps <anphel@microsoft.com> - 4.8-1
|
||||
- Update to 4.8
|
||||
- Remove missing clang symlinks if detected in post install section
|
||||
|
||||
* Mon Aug 22 2022 Andrew Phelps <anphel@microsoft.com> - 4.6-2
|
||||
- Create symlinks to ccache
|
||||
- Lint spec
|
||||
|
|
|
@ -1497,8 +1497,8 @@
|
|||
"type": "other",
|
||||
"other": {
|
||||
"name": "ccache",
|
||||
"version": "4.6",
|
||||
"downloadUrl": "https://github.com/ccache/ccache/releases/download/v4.6/ccache-4.6.tar.gz"
|
||||
"version": "4.8",
|
||||
"downloadUrl": "https://github.com/ccache/ccache/releases/download/v4.8/ccache-4.8.tar.gz"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
|
@ -23,8 +23,8 @@ ca-certificates-base-2.0.0-11.cm2.noarch.rpm
|
|||
ca-certificates-legacy-2.0.0-11.cm2.noarch.rpm
|
||||
ca-certificates-shared-2.0.0-11.cm2.noarch.rpm
|
||||
ca-certificates-tools-2.0.0-11.cm2.noarch.rpm
|
||||
ccache-4.6-2.cm2.aarch64.rpm
|
||||
ccache-debuginfo-4.6-2.cm2.aarch64.rpm
|
||||
ccache-4.8-1.cm2.aarch64.rpm
|
||||
ccache-debuginfo-4.8-1.cm2.aarch64.rpm
|
||||
check-0.15.2-1.cm2.aarch64.rpm
|
||||
check-debuginfo-0.15.2-1.cm2.aarch64.rpm
|
||||
chkconfig-1.20-3.cm2.aarch64.rpm
|
||||
|
|
|
@ -23,8 +23,8 @@ ca-certificates-base-2.0.0-11.cm2.noarch.rpm
|
|||
ca-certificates-legacy-2.0.0-11.cm2.noarch.rpm
|
||||
ca-certificates-shared-2.0.0-11.cm2.noarch.rpm
|
||||
ca-certificates-tools-2.0.0-11.cm2.noarch.rpm
|
||||
ccache-4.6-2.cm2.x86_64.rpm
|
||||
ccache-debuginfo-4.6-2.cm2.x86_64.rpm
|
||||
ccache-4.8-1.cm2.x86_64.rpm
|
||||
ccache-debuginfo-4.8-1.cm2.x86_64.rpm
|
||||
check-0.15.2-1.cm2.x86_64.rpm
|
||||
check-debuginfo-0.15.2-1.cm2.x86_64.rpm
|
||||
chkconfig-1.20-3.cm2.x86_64.rpm
|
||||
|
|
Загрузка…
Ссылка в новой задаче