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
|
Mon Jul 21 14:30:31 CEST 2008 - dmueller@suse.de
|
||||||
|
|
||||||
|
28
cmake.spec
28
cmake.spec
@ -13,10 +13,10 @@
|
|||||||
|
|
||||||
Name: cmake
|
Name: cmake
|
||||||
Version: 2.6.1
|
Version: 2.6.1
|
||||||
Release: 7
|
Release: 14
|
||||||
License: BSD 3-Clause
|
License: BSD 3-Clause
|
||||||
Group: Development/Tools/Building
|
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/
|
Url: http://www.cmake.org/
|
||||||
Source0: %{name}-%{tar_version}.tar.bz2
|
Source0: %{name}-%{tar_version}.tar.bz2
|
||||||
Patch0: cmake-2.6.0-use_intree_xmlrpc.patch
|
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
|
Patch4: cmake-disable-builtin-chrpath.diff
|
||||||
Summary: Cross-platform, open-source make system
|
Summary: Cross-platform, open-source make system
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
%if 0%{?suse_version} >= 1020
|
%if 0%{?suse_version} > 1020
|
||||||
BuildRequires: libexpat-devel libqt4-devel update-desktop-files
|
BuildRequires: libexpat-devel libqt4-devel update-desktop-files
|
||||||
%endif
|
%endif
|
||||||
BuildRequires: curl-devel expat gcc-c++ ncurses-devel openssl-devel zlib-devel
|
BuildRequires: curl-devel expat gcc-c++ ncurses-devel openssl-devel zlib-devel
|
||||||
@ -40,7 +40,7 @@ Authors:
|
|||||||
--------
|
--------
|
||||||
Kitware, Inc., Insight Consortium
|
Kitware, Inc., Insight Consortium
|
||||||
|
|
||||||
%if 0%{?suse_version} >= 1020
|
%if 0%{?suse_version} > 1020
|
||||||
|
|
||||||
%package gui
|
%package gui
|
||||||
License: BSD 3-Clause
|
License: BSD 3-Clause
|
||||||
@ -69,7 +69,7 @@ Authors:
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
EXTRA_FLAGS=""
|
EXTRA_FLAGS=""
|
||||||
%if 0%{?suse_version} >= 1020
|
%if 0%{?suse_version} > 1020
|
||||||
EXTRA_FLAGS="--qt-gui"
|
EXTRA_FLAGS="--qt-gui"
|
||||||
%endif
|
%endif
|
||||||
export CXXFLAGS="$RPM_OPT_FLAGS"
|
export CXXFLAGS="$RPM_OPT_FLAGS"
|
||||||
@ -86,7 +86,7 @@ make VERBOSE=1 %{?jobs:-j %jobs}
|
|||||||
%install
|
%install
|
||||||
make DESTDIR=%{buildroot} install
|
make DESTDIR=%{buildroot} install
|
||||||
find %{buildroot}/usr/share/cmake -type f -print0 | xargs -0 chmod 644
|
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
|
%suse_update_desktop_file CMake Development IDE Tools Qt
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -111,7 +111,7 @@ rm -rf %{buildroot}
|
|||||||
%doc %_mandir/man1/cmakeprops.1.*
|
%doc %_mandir/man1/cmakeprops.1.*
|
||||||
%doc %_mandir/man1/cmakevars.1.*
|
%doc %_mandir/man1/cmakevars.1.*
|
||||||
%doc %_mandir/man1/cpack.1.*
|
%doc %_mandir/man1/cpack.1.*
|
||||||
%if 0%{?suse_version} >= 1020
|
%if 0%{?suse_version} > 1020
|
||||||
|
|
||||||
%files gui
|
%files gui
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
@ -122,6 +122,20 @@ rm -rf %{buildroot}
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%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
|
* Mon Jul 21 2008 dmueller@suse.de
|
||||||
- update to 2.6.1-RC11:
|
- update to 2.6.1-RC11:
|
||||||
* FindBoost can now find the upcoming Boost 1.46
|
* FindBoost can now find the upcoming Boost 1.46
|
||||||
|
Loading…
Reference in New Issue
Block a user