diff --git a/cmake.spec b/cmake.spec index e5ecc34..c05edb1 100644 --- a/cmake.spec +++ b/cmake.spec @@ -8,7 +8,7 @@ Name: cmake Version: 2.6.3 -Release: 0.rc5.1%{?dist} +Release: 0.2.rc5%{?dist} Summary: Cross-platform make system Group: Development/Tools @@ -125,6 +125,10 @@ update-mime-database %{_datadir}/mime &> /dev/null || : %changelog +* Sun Jan 04 2008 Rex Dieter - 2.6.3-0.2.rc5 +- macros.cmake: add -DCMAKE_SKIP_RPATH:BOOL=ON +- fix Release tag + * Wed Dec 10 2008 Orion Poplawski - 2.6.3-0.rc5.1 - Update to 2.6.3-RC-5 diff --git a/macros.cmake b/macros.cmake index feca174..42ada23 100644 --- a/macros.cmake +++ b/macros.cmake @@ -2,6 +2,7 @@ # Macros for cmake # %_cmake_lib_suffix64 -DLIB_SUFFIX=64 +%_cmake_skip_rpath -DCMAKE_SKIP_RPATH:BOOL=ON %__cmake %{_bindir}/cmake %cmake \ @@ -19,4 +20,5 @@ %if "%{?_lib}" == "lib64" \ %{?_cmake_lib_suffix64} \\\ %endif \ + %{?_cmake_skip_rpath} \\\ -DBUILD_SHARED_LIBS:BOOL=ON