forked from pool/cmake
This commit is contained in:
commit
fa22c58c95
23
.gitattributes
vendored
Normal file
23
.gitattributes
vendored
Normal file
@ -0,0 +1,23 @@
|
|||||||
|
## Default LFS
|
||||||
|
*.7z filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bsp filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gem filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.gz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.jar filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.lzma filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.obscpio filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.oxt filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.pdf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.png filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.rpm filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tbz2 filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.tgz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.ttf filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.txz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.whl filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.xz filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zip filter=lfs diff=lfs merge=lfs -text
|
||||||
|
*.zst filter=lfs diff=lfs merge=lfs -text
|
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
.osc
|
3
cmake-2.4.5.tar.bz2
Normal file
3
cmake-2.4.5.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6ac92ff6185bf0e579972bdddc606a89e7d6c9356f0a33d91ef82fe4929bc3ee
|
||||||
|
size 1934138
|
12
cmake-2.4.5_use_intree_xmlrpc.patch
Normal file
12
cmake-2.4.5_use_intree_xmlrpc.patch
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
Index: CMakeLists.txt
|
||||||
|
===================================================================
|
||||||
|
--- CMakeLists.txt.orig
|
||||||
|
+++ CMakeLists.txt
|
||||||
|
@@ -128,6 +128,7 @@ ELSE(CMAKE_ALLOW_SYSTEM_LIBRARIES)
|
||||||
|
SET(CMAKE_USE_SYSTEM_XMLRPC 0)
|
||||||
|
SET(CMAKE_USE_SYSTEM_ZLIB 0)
|
||||||
|
ENDIF(CMAKE_ALLOW_SYSTEM_LIBRARIES)
|
||||||
|
+SET(CMAKE_USE_SYSTEM_XMLRPC 0)
|
||||||
|
|
||||||
|
# Inform utility library header wrappers whether to use system versions.
|
||||||
|
CONFIGURE_FILE(${CMake_SOURCE_DIR}/Utilities/cmThirdParty.h.in
|
140
cmake.changes
Normal file
140
cmake.changes
Normal file
@ -0,0 +1,140 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Dec 19 18:20:48 CET 2006 - mrueckert@suse.de
|
||||||
|
|
||||||
|
- added cmake-2.4.5_use_intree_xmlrpc.patch:
|
||||||
|
the xmlrpc-c check seems broken. and on 10.2 we dont have the lib
|
||||||
|
anyways. so disable the systemwide xmlrpc for now.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Dec 15 17:09:39 CET 2006 - mrueckert@suse.de
|
||||||
|
|
||||||
|
- update to version 2.4.5:
|
||||||
|
* Fix for seg fault when a macro runs a bad command BUG# 3815
|
||||||
|
* Fix fix for foo.dll.lib that does not break -L/usr/lib in
|
||||||
|
link names
|
||||||
|
* Fix problem with LIBRARY_OUTPUT_PATH and linking to a dll
|
||||||
|
foo.dll.lib instead of foo.lib
|
||||||
|
* Do not depend on optimized libraries for a debug build and
|
||||||
|
visa versa.
|
||||||
|
* Fix target name matching custom command output conflict.
|
||||||
|
* Fix FindQt3 so that it does not find qt4
|
||||||
|
* Fix FindKDE4 so that it only looks for kde4-config
|
||||||
|
- disabled all patches -> applied upstream
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Oct 2 18:09:21 CEST 2006 - dmueller@suse.de
|
||||||
|
|
||||||
|
- detect shared python library instead of static variant
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Sep 26 19:58:32 CEST 2006 - dmueller@suse.de
|
||||||
|
|
||||||
|
- add python 2.5 support
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sun Sep 10 00:10:46 CEST 2006 - dmueller@suse.de
|
||||||
|
|
||||||
|
- build against system zlib / libcurl
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 28 10:44:55 CEST 2006 - coolo@suse.de
|
||||||
|
|
||||||
|
- fix Qt3 configure check for lib64
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Aug 26 15:31:41 CEST 2006 - coolo@suse.de
|
||||||
|
|
||||||
|
- respect DESTDIR on installing kde3 icons
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 14 13:34:34 CEST 2006 - coolo@suse.de
|
||||||
|
|
||||||
|
- add SUSE default paths for Qt3
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 31 23:21:23 CEST 2006 - dmueller@suse.de
|
||||||
|
|
||||||
|
- 2.4.3 update:
|
||||||
|
* progress is now reported with makefiles
|
||||||
|
* Fix relative path problems in ADD_SUBDIRECTORY
|
||||||
|
* Fix crash in CMakeSetup when status line is long
|
||||||
|
* make sure try compile files have a newline at the end
|
||||||
|
* add rxvt-unicode, cygwin, and screen terminal support for color
|
||||||
|
output
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu May 18 00:30:02 CEST 2006 - dmueller@suse.de
|
||||||
|
|
||||||
|
- 2.4.2 update:
|
||||||
|
* Run symlink command from correct directory for executable versions
|
||||||
|
* Fix for universal binaries and Xcode depend problem
|
||||||
|
* Changes to LIST command, see --help-command LIST
|
||||||
|
* Fix FindQT to be able to use full paths to source files
|
||||||
|
* Fix CPack ZIP on windows command line problem
|
||||||
|
* Find executables with no extension on windows mingw
|
||||||
|
* Fix FindQt3 to use QTDIR over path
|
||||||
|
* Significant speedup in try-compile for nmake
|
||||||
|
* CPack improvements including tar bzip2
|
||||||
|
* FindQt4 windows path fix
|
||||||
|
* Sunos cc optimize flags are correct
|
||||||
|
* Fix crash with ${} empty variable
|
||||||
|
* Increase depend speed on Mac OS.
|
||||||
|
* install command CONFIGURATIONS option.
|
||||||
|
* Fix MSVC60, MSVC70, MSVC71, MSVC80 definitions for IDE builds
|
||||||
|
* Fix for C++ compiler being used for c code in VS IDE
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed May 10 10:32:17 CEST 2006 - dmueller@suse.de
|
||||||
|
|
||||||
|
- 2.4.1 update :
|
||||||
|
* Several ctest and cpack bug fixes
|
||||||
|
* Many updates and fixes for FindQt4.cmake
|
||||||
|
* Fix CMAKE_REQUIRED_FLAGS in CheckCXXSourceCompiles.cmake
|
||||||
|
* Handle running make from a symlinked build tree
|
||||||
|
* Automatic color ouput detection for shells building with make
|
||||||
|
* Kdevelop generator handles CMakeFiles directory better
|
||||||
|
* add correct depend information for fluid
|
||||||
|
* allow the cache to be saved even if a fatal error occurs
|
||||||
|
* fix bug in relative path subdir and add_subdirectoy commands
|
||||||
|
* support in vs for two object files with the same name
|
||||||
|
* short file names used for library paths in visual studio
|
||||||
|
* package target only shows up when you have cpack config files
|
||||||
|
* Use dl and not -ldl for adding in the dynamic library
|
||||||
|
* Fix check c/cxx source compiles macros to not clobber log files
|
||||||
|
* Fix nmake version detection of cl and create correct pdb files
|
||||||
|
* Fix msys bootstrap
|
||||||
|
* Change color output to be more readable
|
||||||
|
* Fix vs6 library naming
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 19 01:01:52 CEST 2006 - dmueller@suse.de
|
||||||
|
|
||||||
|
- update to 2.4.0, fixes -L/-I compiler flag ordering
|
||||||
|
needed for building KDE 4 trunk.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 14 00:00:48 CEST 2006 - dmueller@suse.de
|
||||||
|
|
||||||
|
- fix --help-modules / --help-module <module>
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 27 12:13:22 CEST 2006 - dmueller@suse.de
|
||||||
|
|
||||||
|
- compile with RPM_OPT_FLAGS (#160857)
|
||||||
|
- fix permissions of installed files (#160856)
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Mar 24 18:05:56 CET 2006 - dmueller@suse.de
|
||||||
|
|
||||||
|
- drop rpath patch, no longer necessary
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 20 16:33:52 CET 2006 - dmueller@suse.de
|
||||||
|
|
||||||
|
- CVS snapshot update, fixes RPATH handling
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 15 11:43:31 CET 2006 - dmueller@suse.de
|
||||||
|
|
||||||
|
- Initial package (2.3 CVS snapshot 20060210)
|
||||||
|
|
156
cmake.spec
Normal file
156
cmake.spec
Normal file
@ -0,0 +1,156 @@
|
|||||||
|
#
|
||||||
|
# spec file for package cmake (Version 2.4.5)
|
||||||
|
#
|
||||||
|
# Copyright (c) 2006 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
|
# This file and all modifications and additions to the pristine
|
||||||
|
# package are under the same license as the package itself.
|
||||||
|
#
|
||||||
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||||
|
#
|
||||||
|
|
||||||
|
# norootforbuild
|
||||||
|
|
||||||
|
Name: cmake
|
||||||
|
Version: 2.4.5
|
||||||
|
Release: 1
|
||||||
|
#
|
||||||
|
License: Other License(s), see package
|
||||||
|
Group: Development/Tools/Building
|
||||||
|
#
|
||||||
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
|
BuildRequires: curl-devel expat gcc-c++ libstdc++-devel
|
||||||
|
#
|
||||||
|
URL: http://www.cmake.org/
|
||||||
|
Source0: %{name}-%{version}.tar.bz2
|
||||||
|
Patch: cmake-2.4.5_use_intree_xmlrpc.patch
|
||||||
|
#
|
||||||
|
Summary: Cross-platform, open-source make system
|
||||||
|
|
||||||
|
%description
|
||||||
|
CMake is a cross-platform, open-source make system
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Authors:
|
||||||
|
--------
|
||||||
|
Kitware, Inc., Insight Consortium
|
||||||
|
|
||||||
|
%prep
|
||||||
|
%setup -q -n %name-%version
|
||||||
|
%patch
|
||||||
|
|
||||||
|
%build
|
||||||
|
export CXXFLAGS="$RPM_OPT_FLAGS"
|
||||||
|
export CFLAGS=$CXXFLAGS
|
||||||
|
./configure --prefix=/usr --datadir=/share/%name --docdir=/share/doc/packages/%name --mandir=/share/man --system-libs
|
||||||
|
make VERBOSE=1 %{?jobs:-j %jobs}
|
||||||
|
|
||||||
|
%install
|
||||||
|
make DESTDIR=$RPM_BUILD_ROOT install
|
||||||
|
find $RPM_BUILD_ROOT/usr/share/cmake -type f -print0 | xargs -0 chmod 644
|
||||||
|
|
||||||
|
%clean
|
||||||
|
rm -rf $RPM_BUILD_ROOT
|
||||||
|
|
||||||
|
%files
|
||||||
|
%defattr(-,root,root)
|
||||||
|
/usr/bin/cpack
|
||||||
|
/usr/bin/ccmake
|
||||||
|
/usr/bin/cmake
|
||||||
|
/usr/bin/ctest
|
||||||
|
/usr/share/cmake
|
||||||
|
%doc /usr/share/doc/packages/%name
|
||||||
|
/usr/share/man/man1/ccmake.1.gz
|
||||||
|
/usr/share/man/man1/cmake.1.gz
|
||||||
|
/usr/share/man/man1/ctest.1.gz
|
||||||
|
|
||||||
|
%changelog -n cmake
|
||||||
|
* Tue Dec 19 2006 - mrueckert@suse.de
|
||||||
|
- added cmake-2.4.5_use_intree_xmlrpc.patch:
|
||||||
|
the xmlrpc-c check seems broken. and on 10.2 we dont have the lib
|
||||||
|
anyways. so disable the systemwide xmlrpc for now.
|
||||||
|
* Fri Dec 15 2006 - mrueckert@suse.de
|
||||||
|
- update to version 2.4.5:
|
||||||
|
* Fix for seg fault when a macro runs a bad command BUG# 3815
|
||||||
|
* Fix fix for foo.dll.lib that does not break -L/usr/lib in
|
||||||
|
link names
|
||||||
|
* Fix problem with LIBRARY_OUTPUT_PATH and linking to a dll
|
||||||
|
foo.dll.lib instead of foo.lib
|
||||||
|
* Do not depend on optimized libraries for a debug build and
|
||||||
|
visa versa.
|
||||||
|
* Fix target name matching custom command output conflict.
|
||||||
|
* Fix FindQt3 so that it does not find qt4
|
||||||
|
* Fix FindKDE4 so that it only looks for kde4-config
|
||||||
|
- disabled all patches -> applied upstream
|
||||||
|
* Mon Oct 02 2006 - dmueller@suse.de
|
||||||
|
- detect shared python library instead of static variant
|
||||||
|
* Tue Sep 26 2006 - dmueller@suse.de
|
||||||
|
- add python 2.5 support
|
||||||
|
* Sun Sep 10 2006 - dmueller@suse.de
|
||||||
|
- build against system zlib / libcurl
|
||||||
|
* Mon Aug 28 2006 - coolo@suse.de
|
||||||
|
- fix Qt3 configure check for lib64
|
||||||
|
* Sat Aug 26 2006 - coolo@suse.de
|
||||||
|
- respect DESTDIR on installing kde3 icons
|
||||||
|
* Mon Aug 14 2006 - coolo@suse.de
|
||||||
|
- add SUSE default paths for Qt3
|
||||||
|
* Mon Jul 31 2006 - dmueller@suse.de
|
||||||
|
- 2.4.3 update:
|
||||||
|
* progress is now reported with makefiles
|
||||||
|
* Fix relative path problems in ADD_SUBDIRECTORY
|
||||||
|
* Fix crash in CMakeSetup when status line is long
|
||||||
|
* make sure try compile files have a newline at the end
|
||||||
|
* add rxvt-unicode, cygwin, and screen terminal support for color
|
||||||
|
output
|
||||||
|
* Thu May 18 2006 - dmueller@suse.de
|
||||||
|
- 2.4.2 update:
|
||||||
|
* Run symlink command from correct directory for executable versions
|
||||||
|
* Fix for universal binaries and Xcode depend problem
|
||||||
|
* Changes to LIST command, see --help-command LIST
|
||||||
|
* Fix FindQT to be able to use full paths to source files
|
||||||
|
* Fix CPack ZIP on windows command line problem
|
||||||
|
* Find executables with no extension on windows mingw
|
||||||
|
* Fix FindQt3 to use QTDIR over path
|
||||||
|
* Significant speedup in try-compile for nmake
|
||||||
|
* CPack improvements including tar bzip2
|
||||||
|
* FindQt4 windows path fix
|
||||||
|
* Sunos cc optimize flags are correct
|
||||||
|
* Fix crash with ${} empty variable
|
||||||
|
* Increase depend speed on Mac OS.
|
||||||
|
* install command CONFIGURATIONS option.
|
||||||
|
* Fix MSVC60, MSVC70, MSVC71, MSVC80 definitions for IDE builds
|
||||||
|
* Fix for C++ compiler being used for c code in VS IDE
|
||||||
|
* Wed May 10 2006 - dmueller@suse.de
|
||||||
|
- 2.4.1 update :
|
||||||
|
* Several ctest and cpack bug fixes
|
||||||
|
* Many updates and fixes for FindQt4.cmake
|
||||||
|
* Fix CMAKE_REQUIRED_FLAGS in CheckCXXSourceCompiles.cmake
|
||||||
|
* Handle running make from a symlinked build tree
|
||||||
|
* Automatic color ouput detection for shells building with make
|
||||||
|
* Kdevelop generator handles CMakeFiles directory better
|
||||||
|
* add correct depend information for fluid
|
||||||
|
* allow the cache to be saved even if a fatal error occurs
|
||||||
|
* fix bug in relative path subdir and add_subdirectoy commands
|
||||||
|
* support in vs for two object files with the same name
|
||||||
|
* short file names used for library paths in visual studio
|
||||||
|
* package target only shows up when you have cpack config files
|
||||||
|
* Use dl and not -ldl for adding in the dynamic library
|
||||||
|
* Fix check c/cxx source compiles macros to not clobber log files
|
||||||
|
* Fix nmake version detection of cl and create correct pdb files
|
||||||
|
* Fix msys bootstrap
|
||||||
|
* Change color output to be more readable
|
||||||
|
* Fix vs6 library naming
|
||||||
|
* Wed Apr 19 2006 - dmueller@suse.de
|
||||||
|
- update to 2.4.0, fixes -L/-I compiler flag ordering
|
||||||
|
needed for building KDE 4 trunk.
|
||||||
|
* Fri Apr 14 2006 - dmueller@suse.de
|
||||||
|
- fix --help-modules / --help-module <module>
|
||||||
|
* Mon Mar 27 2006 - dmueller@suse.de
|
||||||
|
- compile with RPM_OPT_FLAGS (#160857)
|
||||||
|
- fix permissions of installed files (#160856)
|
||||||
|
* Fri Mar 24 2006 - dmueller@suse.de
|
||||||
|
- drop rpath patch, no longer necessary
|
||||||
|
* Mon Mar 20 2006 - dmueller@suse.de
|
||||||
|
- CVS snapshot update, fixes RPATH handling
|
||||||
|
* Wed Feb 15 2006 - dmueller@suse.de
|
||||||
|
- Initial package (2.3 CVS snapshot 20060210)
|
Loading…
Reference in New Issue
Block a user