- Update to 2.4.8

This commit is contained in:
Orion Poplawski 2008-04-24 19:20:13 +00:00
parent b5756d40b6
commit 7ff7daf1c7
4 changed files with 7 additions and 7 deletions

View File

@ -1 +1 @@
cmake-2.4.7.tar.gz
cmake-2.4.8.tar.gz

View File

@ -1,2 +0,0 @@
SET (CMAKE_SKIP_RPATH "YES" CACHE BOOL
"If set, runtime paths are not added when using shared libraries.")

View File

@ -1,5 +1,5 @@
Name: cmake
Version: 2.4.7
Version: 2.4.8
Release: 1%{?dist}
Summary: Cross-platform make system
@ -7,7 +7,6 @@ Group: Development/Tools
License: BSD
URL: http://www.cmake.org
Source0: http://www.cmake.org/files/v2.4/cmake-%{version}.tar.gz
Source1: cmake-init-fedora
Source2: macros.cmake
Patch0: cmake-2.4.2-fedora.patch
Patch1: cmake-2.4.5-xmlrpc.patch
@ -35,7 +34,7 @@ generation, code generation, and template instantiation.
%build
export CFLAGS="$RPM_OPT_FLAGS"
export CXXFLAGS="$RPM_OPT_FLAGS"
./bootstrap --init=%SOURCE1 --prefix=%{_prefix} --datadir=/share/%{name} \
./bootstrap --prefix=%{_prefix} --datadir=/share/%{name} \
--docdir=/share/doc/%{name}-%{version} --mandir=/share/man \
--system-libs
make VERBOSE=1 %{?_smp_mflags}
@ -71,6 +70,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Thu Apr 24 2008 Orion Poplawski <orion@cora.nwra.com> - 2.4.8-1
- Update to 2.4.8
* Tue Aug 21 2007 Orion Poplawski <orion@cora.nwra.com> - 2.4.7-1
- Update to 2.4.7

View File

@ -1 +1 @@
4476c423b8f74266136964e42ea88028 cmake-2.4.7.tar.gz
f5dd061c31765a49dc17ae8bdc986779 cmake-2.4.8.tar.gz