- Update to 2.4.8

This commit is contained in:
Orion Poplawski 2008-01-24 23:39:57 +00:00
parent 8d7b1cec44
commit 58f273b2a0
4 changed files with 17 additions and 8 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,13 +1,12 @@
Name: cmake
Version: 2.4.7
Release: 3%{?dist}
Version: 2.4.8
Release: 1%{?dist}
Summary: Cross-platform make system
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,18 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Tue Jan 22 2008 Orion Poplawski <orion@cora.nwra.com> - 2.4.8-1
- Update to 2.4.8
* Wed Jan 16 2008 Orion Poplawski <orion@cora.nwra.com> - 2.4.8-0.rc12
- Update to 2.4.8 RC-12
* Fri Dec 14 2007 Orion Poplawski <orion@cora.nwra.com> - 2.4.8-0.rc4
- Update to 2.4.8 RC-4
* Mon Nov 12 2007 Orion Poplawski <orion@cora.nwra.com> - 2.4.7-4
- No longer set CMAKE_SKIP_RPATH
* Tue Aug 28 2007 Orion Poplawski <orion@cora.nwra.com> - 2.4.7-3
- Rebuild for new expat

View File

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