diff options
author | CoprDistGit <infra@openeuler.org> | 2024-11-16 12:16:53 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-11-16 12:16:53 +0000 |
commit | 344abe762077378e879dec21fa831e2925b8ef29 (patch) | |
tree | 1c9d9d6c02bb20ffa20978e40d4a83f0ff5873b8 /cmake.spec | |
parent | 76029bd3a3fb084bfd62ceb241d9c5a32578dea6 (diff) |
automatic import of cmake
Diffstat (limited to 'cmake.spec')
-rw-r--r-- | cmake.spec | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -28,7 +28,7 @@ Name: cmake Version: 3.27.9 %global major_version %(echo %{version} | awk -F. '{print $1}') -Release: 7 +Release: 8 Summary: Cross-platform make system License: BSD-3-Clause AND MIT-open-group AND Zlib URL: http://www.cmake.org @@ -316,9 +316,13 @@ gtk-update-icon-cache %{_datadir}/icons/hicolor &>/dev/null || : %exclude %{_pkgdocdir}/Copyright.txt %changelog -* Wed Oct 30 2024 Funda Wang <fundawang@yeah.net> - 3.27.9-7 +* Wed Nov 06 2024 Funda Wang <fundawang@yeah.net> - 3.27.9-8 - default to out-of-source build +* Tue Nov 05 2024 Funda Wang <fundawang@yeah.net> - 3.27.9-7 +- change __cmake_builddir definition based on numeric comparision +- force define source and binary directory + * Mon Sep 02 2024 Funda Wang <fundawang@yeah.net> - 3.27.9-6 - make use of _vpath_builddir, but default to in source build for backward compatibility - enable check section |