- Update to 2.8.0 RC 2
- Use parallel ctest in %check
This commit is contained in:
parent
886d5a2242
commit
77429848cc
@ -1 +1 @@
|
|||||||
cmake-2.8.0-rc1.tar.gz
|
cmake-2.8.0-rc2.tar.gz
|
||||||
|
10
cmake.spec
10
cmake.spec
@ -4,11 +4,11 @@
|
|||||||
# Set to bcond_with or use --without gui to disable qt4 gui build
|
# Set to bcond_with or use --without gui to disable qt4 gui build
|
||||||
%bcond_without gui
|
%bcond_without gui
|
||||||
# Set to RC version if building RC, else %{nil}
|
# Set to RC version if building RC, else %{nil}
|
||||||
%define rcver -rc1
|
%define rcver -rc2
|
||||||
|
|
||||||
Name: cmake
|
Name: cmake
|
||||||
Version: 2.8.0
|
Version: 2.8.0
|
||||||
Release: 0.1.rc1%{?dist}
|
Release: 0.2.rc2%{?dist}
|
||||||
Summary: Cross-platform make system
|
Summary: Cross-platform make system
|
||||||
|
|
||||||
Group: Development/Tools
|
Group: Development/Tools
|
||||||
@ -91,7 +91,7 @@ desktop-file-install --delete-original \
|
|||||||
|
|
||||||
%check
|
%check
|
||||||
unset DISPLAY
|
unset DISPLAY
|
||||||
bin/ctest -V
|
bin/ctest -V %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
%clean
|
%clean
|
||||||
@ -132,6 +132,10 @@ update-mime-database %{_datadir}/mime &> /dev/null || :
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Tue Sep 29 2009 Orion Poplawski <orion@cora.nwra.com> - 2.8.0-0.1.rc1
|
||||||
- Update to 2.8.0 RC 1
|
- Update to 2.8.0 RC 1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user