- Update to 2.8.0 RC 2

- Use parallel ctest in %check
This commit is contained in:
Orion Poplawski 2009-10-08 23:05:19 +00:00
parent 886d5a2242
commit 77429848cc
3 changed files with 9 additions and 5 deletions

View File

@ -1 +1 @@
cmake-2.8.0-rc1.tar.gz
cmake-2.8.0-rc2.tar.gz

View File

@ -4,11 +4,11 @@
# Set to bcond_with or use --without gui to disable qt4 gui build
%bcond_without gui
# Set to RC version if building RC, else %{nil}
%define rcver -rc1
%define rcver -rc2
Name: cmake
Version: 2.8.0
Release: 0.1.rc1%{?dist}
Release: 0.2.rc2%{?dist}
Summary: Cross-platform make system
Group: Development/Tools
@ -91,7 +91,7 @@ desktop-file-install --delete-original \
%check
unset DISPLAY
bin/ctest -V
bin/ctest -V %{?_smp_mflags}
%clean
@ -132,6 +132,10 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
%changelog
* Thu Oct 8 2009 Orion Poplawski <orion@cora.nwra.com> - 2.8.0-0.1.rc2
- Update to 2.8.0 RC 2
- Use parallel ctest in %%check
* Tue Sep 29 2009 Orion Poplawski <orion@cora.nwra.com> - 2.8.0-0.1.rc1
- Update to 2.8.0 RC 1

View File

@ -1 +1 @@
d849a05aa043d0e28193ae3d03928c8f cmake-2.8.0-rc1.tar.gz
85c51602dd00184cdc6b15db0164330d cmake-2.8.0-rc2.tar.gz