- macro.cmake: prefixes cmake with the package being builts bindir
(#523878)
This commit is contained in:
parent
6686773796
commit
4a777e4934
@ -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 <rdieter@fedoraproject.org> - 2.6.4-4
|
||||
- macro.cmake: prefixes cmake with the package being builts bindir (#523878)
|
||||
|
||||
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 2.6.4-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
||||
|
||||
|
@ -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 ; \
|
||||
|
Loading…
Reference in New Issue
Block a user