From 4a777e49345978bd4c752bb00a9618080cfce6cd Mon Sep 17 00:00:00 2001 From: Rex Dieter Date: Thu, 17 Sep 2009 15:19:25 +0000 Subject: [PATCH] - macro.cmake: prefixes cmake with the package being builts bindir (#523878) --- cmake.spec | 5 ++++- macros.cmake | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/cmake.spec b/cmake.spec index d8d4ed8..61336b8 100644 --- a/cmake.spec +++ b/cmake.spec @@ -8,7 +8,7 @@ Name: cmake Version: 2.6.4 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Cross-platform make system Group: Development/Tools @@ -132,6 +132,9 @@ update-mime-database %{_datadir}/mime &> /dev/null || : %changelog +* Thu Sep 17 2009 Rex Dieter - 2.6.4-4 +- macro.cmake: prefixes cmake with the package being builts bindir (#523878) + * Fri Jul 24 2009 Fedora Release Engineering - 2.6.4-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild diff --git a/macros.cmake b/macros.cmake index f87d602..e5f066e 100644 --- a/macros.cmake +++ b/macros.cmake @@ -4,7 +4,7 @@ %_cmake_lib_suffix64 -DLIB_SUFFIX=64 %_cmake_skip_rpath -DCMAKE_SKIP_RPATH:BOOL=ON %_cmake_version @@CMAKE_VERSION@@ -%__cmake %{_bindir}/cmake +%__cmake /usr/bin/cmake %cmake \ CFLAGS="${CFLAGS:-%optflags}" ; export CFLAGS ; \