- macros.cmake: add -DCMAKE_SKIP_RPATH:BOOL=ON

- fix Release tag
This commit is contained in:
Rex Dieter 2009-01-04 21:10:23 +00:00
parent 1b73431c0a
commit 57dcacbf3c
2 changed files with 7 additions and 1 deletions

View File

@ -8,7 +8,7 @@
Name: cmake Name: cmake
Version: 2.6.3 Version: 2.6.3
Release: 0.rc5.1%{?dist} Release: 0.2.rc5%{?dist}
Summary: Cross-platform make system Summary: Cross-platform make system
Group: Development/Tools Group: Development/Tools
@ -125,6 +125,10 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
%changelog %changelog
* Sun Jan 04 2008 Rex Dieter <rdieter@fedoraproject.org> - 2.6.3-0.2.rc5
- macros.cmake: add -DCMAKE_SKIP_RPATH:BOOL=ON
- fix Release tag
* Wed Dec 10 2008 Orion Poplawski <orion@cora.nwra.com> - 2.6.3-0.rc5.1 * Wed Dec 10 2008 Orion Poplawski <orion@cora.nwra.com> - 2.6.3-0.rc5.1
- Update to 2.6.3-RC-5 - Update to 2.6.3-RC-5

View File

@ -2,6 +2,7 @@
# Macros for cmake # Macros for cmake
# #
%_cmake_lib_suffix64 -DLIB_SUFFIX=64 %_cmake_lib_suffix64 -DLIB_SUFFIX=64
%_cmake_skip_rpath -DCMAKE_SKIP_RPATH:BOOL=ON
%__cmake %{_bindir}/cmake %__cmake %{_bindir}/cmake
%cmake \ %cmake \
@ -19,4 +20,5 @@
%if "%{?_lib}" == "lib64" \ %if "%{?_lib}" == "lib64" \
%{?_cmake_lib_suffix64} \\\ %{?_cmake_lib_suffix64} \\\
%endif \ %endif \
%{?_cmake_skip_rpath} \\\
-DBUILD_SHARED_LIBS:BOOL=ON -DBUILD_SHARED_LIBS:BOOL=ON