forked from pool/cmake
This commit is contained in:
parent
a8d2454d06
commit
d627056265
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e508b1515266b4b747e75835b380536c61fd1b1a75fc158bb8844defc6752ecb
|
||||
size 2687227
|
3
cmake-2.6.1-RC-15.tar.bz2
Normal file
3
cmake-2.6.1-RC-15.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f52b71e205540a47e3f046a9fa6887698fe3954b7dcbb9fc3db7372ff51ffe23
|
||||
size 2690480
|
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 23 13:45:25 CEST 2008 - dmueller@suse.de
|
||||
|
||||
- update to 2.6.1-RC15:
|
||||
* FindMPI: Use the HINTS feature of find_library to find the right
|
||||
libraries for MPI, and act a bit more intelligently when MPI cannot be found.
|
||||
* moved CMAKE_CROSSCOMPILING from "Variables that modify behaviour" to
|
||||
"variables that Provide Information"
|
||||
* handle HTML documentation for single items better: no warning about
|
||||
* ComputeSectionLinkPrefix, don't create an index for only one item.
|
||||
* Better error messages in CPackBundleGenerator
|
||||
* Fix bug 7426 FindJPEG module causes error when setting JPEG_LIBRARY to blank
|
||||
* Fix bug 7414 PackageMaker generator crashes when given components
|
||||
with circular dependencies
|
||||
* Fix source files to not add extra /, and look for extensions for
|
||||
all enabled languages.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 21 14:30:31 CEST 2008 - dmueller@suse.de
|
||||
|
||||
|
28
cmake.spec
28
cmake.spec
@ -13,10 +13,10 @@
|
||||
|
||||
Name: cmake
|
||||
Version: 2.6.1
|
||||
Release: 7
|
||||
Release: 14
|
||||
License: BSD 3-Clause
|
||||
Group: Development/Tools/Building
|
||||
%define tar_version 2.6.1-RC-11
|
||||
%define tar_version 2.6.1-RC-15
|
||||
Url: http://www.cmake.org/
|
||||
Source0: %{name}-%{tar_version}.tar.bz2
|
||||
Patch0: cmake-2.6.0-use_intree_xmlrpc.patch
|
||||
@ -25,7 +25,7 @@ Patch2: cmake-2.6.0-use_shared_python_lib.patch
|
||||
Patch4: cmake-disable-builtin-chrpath.diff
|
||||
Summary: Cross-platform, open-source make system
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
%if 0%{?suse_version} >= 1020
|
||||
%if 0%{?suse_version} > 1020
|
||||
BuildRequires: libexpat-devel libqt4-devel update-desktop-files
|
||||
%endif
|
||||
BuildRequires: curl-devel expat gcc-c++ ncurses-devel openssl-devel zlib-devel
|
||||
@ -40,7 +40,7 @@ Authors:
|
||||
--------
|
||||
Kitware, Inc., Insight Consortium
|
||||
|
||||
%if 0%{?suse_version} >= 1020
|
||||
%if 0%{?suse_version} > 1020
|
||||
|
||||
%package gui
|
||||
License: BSD 3-Clause
|
||||
@ -69,7 +69,7 @@ Authors:
|
||||
|
||||
%build
|
||||
EXTRA_FLAGS=""
|
||||
%if 0%{?suse_version} >= 1020
|
||||
%if 0%{?suse_version} > 1020
|
||||
EXTRA_FLAGS="--qt-gui"
|
||||
%endif
|
||||
export CXXFLAGS="$RPM_OPT_FLAGS"
|
||||
@ -86,7 +86,7 @@ make VERBOSE=1 %{?jobs:-j %jobs}
|
||||
%install
|
||||
make DESTDIR=%{buildroot} install
|
||||
find %{buildroot}/usr/share/cmake -type f -print0 | xargs -0 chmod 644
|
||||
%if 0%{?suse_version} >= 1020
|
||||
%if 0%{?suse_version} > 1020
|
||||
%suse_update_desktop_file CMake Development IDE Tools Qt
|
||||
%endif
|
||||
|
||||
@ -111,7 +111,7 @@ rm -rf %{buildroot}
|
||||
%doc %_mandir/man1/cmakeprops.1.*
|
||||
%doc %_mandir/man1/cmakevars.1.*
|
||||
%doc %_mandir/man1/cpack.1.*
|
||||
%if 0%{?suse_version} >= 1020
|
||||
%if 0%{?suse_version} > 1020
|
||||
|
||||
%files gui
|
||||
%defattr(-,root,root)
|
||||
@ -122,6 +122,20 @@ rm -rf %{buildroot}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Wed Jul 23 2008 dmueller@suse.de
|
||||
- update to 2.6.1-RC15:
|
||||
* FindMPI: Use the HINTS feature of find_library to find the right
|
||||
libraries for MPI, and act a bit more intelligently when MPI cannot be found.
|
||||
* moved CMAKE_CROSSCOMPILING from "Variables that modify behaviour" to
|
||||
"variables that Provide Information"
|
||||
* handle HTML documentation for single items better: no warning about
|
||||
* ComputeSectionLinkPrefix, don't create an index for only one item.
|
||||
* Better error messages in CPackBundleGenerator
|
||||
* Fix bug 7426 FindJPEG module causes error when setting JPEG_LIBRARY to blank
|
||||
* Fix bug 7414 PackageMaker generator crashes when given components
|
||||
with circular dependencies
|
||||
* Fix source files to not add extra /, and look for extensions for
|
||||
all enabled languages.
|
||||
* Mon Jul 21 2008 dmueller@suse.de
|
||||
- update to 2.6.1-RC11:
|
||||
* FindBoost can now find the upcoming Boost 1.46
|
||||
|
Loading…
Reference in New Issue
Block a user