head 1.18;
access;
symbols
OPENPKG_E1_MP_HEAD:1.6
OPENPKG_E1_MP:1.6
OPENPKG_E1_MP_2_STABLE:1.3.2.2
OPENPKG_E1_FP:1.3.2.2
OPENPKG_2_STABLE_MP:1.3
OPENPKG_2_STABLE_20061018:1.3.2.2
OPENPKG_2_STABLE:1.3.0.2;
locks; strict;
comment @-- @;
1.18
date 2009.11.15.15.53.07; author rse; state Exp;
branches;
next 1.17;
commitid pDHVGxsPXI5naDbu;
1.17
date 2009.11.08.08.57.43; author rse; state Exp;
branches;
next 1.16;
commitid haesguQLyDWO5Hau;
1.16
date 2009.05.02.11.44.10; author rse; state Exp;
branches;
next 1.15;
commitid PxT6mqt3slMz7iMt;
1.15
date 2009.04.18.13.09.21; author rse; state Exp;
branches;
next 1.14;
commitid 4pHXU27WTIGCZuKt;
1.14
date 2009.02.23.21.18.55; author rse; state Exp;
branches;
next 1.13;
commitid 1HWpr1Z0dNHguBDt;
1.13
date 2008.09.26.17.09.42; author rse; state Exp;
branches;
next 1.12;
commitid FPyAegH7vxAHVikt;
1.12
date 2008.08.02.07.35.07; author rse; state Exp;
branches;
next 1.11;
commitid 4h9fxABZ1Rxbwbdt;
1.11
date 2008.05.07.07.06.47; author rse; state Exp;
branches;
next 1.10;
commitid gw9IcaNp5GFQ902t;
1.10
date 2008.01.24.11.48.37; author rse; state Exp;
branches;
next 1.9;
commitid 1gLnKGUSp2rN3FOs;
1.9
date 2008.01.01.14.52.02; author rse; state Exp;
branches;
next 1.8;
commitid B8esaHJHoduuKILs;
1.8
date 2007.07.18.04.36.26; author cs; state Exp;
branches;
next 1.7;
commitid 5T5oOeIyZVubMcqs;
1.7
date 2007.01.12.07.18.46; author rse; state Exp;
branches;
next 1.6;
commitid TVcbPaEyIveyGb2s;
1.6
date 2007.01.01.17.37.06; author rse; state Exp;
branches;
next 1.5;
commitid BicZD6VUl7GuqP0s;
1.5
date 2006.12.05.07.30.11; author rse; state Exp;
branches;
next 1.4;
commitid IB6kKJ6osFacYiXr;
1.4
date 2006.11.22.09.03.25; author rse; state Exp;
branches;
next 1.3;
commitid cNhQQX2W34H5UDVr;
1.3
date 2006.10.13.17.27.18; author thl; state Exp;
branches
1.3.2.1;
next 1.2;
commitid q5GSxzsSDX29XxQr;
1.2
date 2006.09.23.11.13.34; author rse; state Exp;
branches;
next 1.1;
commitid FKoQw0yT0baiyWNr;
1.1
date 2006.08.20.18.50.37; author rse; state Exp;
branches;
next ;
commitid KFoHVaqsZlNRaCJr;
1.3.2.1
date 2006.10.13.17.27.18; author rse; state dead;
branches;
next 1.3.2.2;
commitid iZxwRSmmWscPXUQr;
1.3.2.2
date 2006.10.16.14.48.59; author rse; state Exp;
branches;
next ;
commitid iZxwRSmmWscPXUQr;
desc
@@
1.18
log
@upgrading package: cmake 2.8.0rc5 -> 2.8.0
@
text
@##
## cmake.spec -- OpenPKG RPM Package Specification
## Copyright (c) 2000-2009 OpenPKG Foundation e.V.
##
## Permission to use, copy, modify, and distribute this software for
## any purpose with or without fee is hereby granted, provided that
## the above copyright notice and this permission notice appear in all
## copies.
##
## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
## SUCH DAMAGE.
##
# package version
%define V_major 2.8
%define V_opkg 2.8.0
%define V_dist 2.8.0
# package information
Name: cmake
Summary: Cross-Platform Build System
URL: http://www.cmake.org/
Vendor: Kitware Inc., Insight Consortium
Packager: OpenPKG Foundation e.V.
Distribution: OpenPKG Community
Class: EVAL
Group: Building
License: MIT-style
Version: %{V_opkg}
Release: 20091115
# list of sources
Source0: http://www.cmake.org/files/v%{V_major}/cmake-%{V_dist}.tar.gz
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20040130, gcc, gcc::with_cxx = yes, make
PreReq: OpenPKG, openpkg >= 20040130
AutoReq: no
AutoReqProv: no
%description
CMake is an extensible, open-source system that manages the build
process in an operating system and compiler independent manner.
Unlike many cross-platform systems, CMake is designed to be used in
conjunction with the native build environment. Simple configuration
files placed in each source directory (called CMakeLists.txt files)
are used to generate standard build files (e.g., makefiles on Unix
and projects/workspaces in Windows MSVC) which are used in the usual
way. CMake can compile source code, create libraries, generate
wrappers, and build executables in arbitrary combinations. CMake
supports in-place and out-of-place builds, and can therefore support
multiple builds from a single source tree. CMake also supports
static and dynamic library builds. Another nice feature of CMake is
that it generates a cache file that is designed to be used with a
graphical editor. For example, when CMake runs, it locates include
files, libraries, and executable, and may encounter optional build
directives. This information is gathered into the cache, which may
be changed by the user prior to the generation of the native build
files.
%track
prog cmake = {
version = %{V_dist}
url = http://www.cmake.org/cmake/resources/software.html
regex = cmake-(__VER__)\.tar\.gz
}
%prep
%setup -q -n cmake-%{V_dist}
%build
CC="%{l_cc}" \
CXX="%{l_cxx}" \
CFLAGS="%{l_cflags -O}" \
CXXFLAGS="%{l_cxxflags -O}" \
./configure \
--prefix=%{l_prefix} \
--datadir=/share/cmake \
--docdir=/share/cmake/doc
%{l_make} %{l_mflags}
%install
rm -rf $RPM_BUILD_ROOT
bin/cmake -D CMAKE_INSTALL_PREFIX=$RPM_BUILD_ROOT%{l_prefix} -P cmake_install.cmake
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
%{l_shtool} mkdir -f -p -m 755 $RPM_BUILD_ROOT%{l_prefix}/man/man1
%{l_shtool} install -c -m 644 Docs/*.1 $RPM_BUILD_ROOT%{l_prefix}/man/man1/
rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/cmake/doc
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
%files -f files
%clean
rm -rf $RPM_BUILD_ROOT
@
1.17
log
@upgrading package: cmake 2.6.4 -> 2.8.0rc5
@
text
@d26 2
a27 2
%define V_opkg 2.8.0rc5
%define V_dist 2.8.0-rc5
d40 1
a40 1
Release: 20091108
@
1.16
log
@upgrading package: cmake 2.6.3 -> 2.6.4
@
text
@d25 3
a27 2
%define V_major 2.6
%define V_minor 4
d39 2
a40 2
Version: %{V_major}.%{V_minor}
Release: 20090502
d43 1
a43 1
Source0: http://www.cmake.org/files/v%{V_major}/cmake-%{V_major}.%{V_minor}.tar.gz
d75 2
a76 2
version = %{version}
url = http://www.cmake.org/HTML/Download.html
d81 1
a81 1
%setup -q
@
1.15
log
@bump years in copyright messages
@
text
@d26 1
a26 1
%define V_minor 3
d39 1
a39 1
Release: 20090223
@
1.14
log
@upgrading package: cmake 2.6.2 -> 2.6.3
@
text
@d3 1
a3 1
## Copyright (c) 2000-2008 OpenPKG Foundation e.V.
@
1.13
log
@upgrading package: cmake 2.6.1 -> 2.6.2
@
text
@d26 1
a26 1
%define V_minor 2
d39 1
a39 1
Release: 20080926
@
1.12
log
@upgrading package: cmake 2.6.0 -> 2.6.1
@
text
@d26 1
a26 1
%define V_minor 1
d39 1
a39 1
Release: 20080802
@
1.11
log
@upgrading package: cmake 2.4.8 -> 2.6.0
@
text
@d26 1
a26 1
%define V_minor 0
d39 1
a39 1
Release: 20080507
@
1.10
log
@upgrading package: cmake 2.4.7 -> 2.4.8
@
text
@d25 2
a26 2
%define V_major 2.4
%define V_minor 8
d39 1
a39 1
Release: 20080124
@
1.9
log
@Update package specifications according to OpenPKG year 2008 world order:
http://www.mail-archive.com/openpkg-announce@@openpkg.org/msg00221.html
@
text
@d26 1
a26 1
%define V_minor 7
d39 1
a39 1
Release: 20080101
@
1.8
log
@upgrading package: cmake 2.4.6 -> 2.4.7
@
text
@d3 1
a3 2
## Copyright (c) 2000-2007 OpenPKG Foundation e.V.
## Copyright (c) 2000-2007 Ralf S. Engelschall
d39 1
a39 1
Release: 20070718
@
1.7
log
@upgrading package: cmake 2.4.5 -> 2.4.6
@
text
@d27 1
a27 1
%define V_minor 6
d40 1
a40 1
Release: 20070112
d48 1
a48 1
BuildPreReq: OpenPKG, openpkg >= 20040130, gcc, make
@
1.6
log
@Welcome Year 2007!
@
text
@d27 1
a27 1
%define V_minor 5
d40 1
a40 1
Release: 20061205
@
1.5
log
@upgrading package: cmake 2.4.4 -> 2.4.5
@
text
@d3 2
a4 2
## Copyright (c) 2000-2006 OpenPKG Foundation e.V.
## Copyright (c) 2000-2006 Ralf S. Engelschall
@
1.4
log
@upgrading package: cmake 2.4.3 -> 2.4.4
@
text
@d27 1
a27 1
%define V_minor 4
d40 1
a40 1
Release: 20061122
@
1.3
log
@new world order for "Packager" and "Distribution" headers
@
text
@d27 1
a27 1
%define V_minor 3
d40 1
a40 1
Release: 20061013
@
1.3.2.1
log
@file cmake.spec was added on branch OPENPKG_2_STABLE on 2006-10-16 14:48:59 +0000
@
text
@d1 107
@
1.3.2.2
log
@Mass merge from CURRENT to 2-STABLE (all packages except those of JUNK class)
@
text
@a0 107
##
## cmake.spec -- OpenPKG RPM Package Specification
## Copyright (c) 2000-2006 OpenPKG Foundation e.V.
## Copyright (c) 2000-2006 Ralf S. Engelschall
##
## Permission to use, copy, modify, and distribute this software for
## any purpose with or without fee is hereby granted, provided that
## the above copyright notice and this permission notice appear in all
## copies.
##
## THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
## WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
## MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
## IN NO EVENT SHALL THE AUTHORS AND COPYRIGHT HOLDERS AND THEIR
## CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
## SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
## LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
## USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
## ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
## OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
## OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
## SUCH DAMAGE.
##
# package version
%define V_major 2.4
%define V_minor 3
# package information
Name: cmake
Summary: Cross-Platform Build System
URL: http://www.cmake.org/
Vendor: Kitware Inc., Insight Consortium
Packager: OpenPKG Foundation e.V.
Distribution: OpenPKG Community
Class: EVAL
Group: Building
License: MIT-style
Version: %{V_major}.%{V_minor}
Release: 2.20061018
# list of sources
Source0: http://www.cmake.org/files/v%{V_major}/cmake-%{V_major}.%{V_minor}.tar.gz
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 2.20061018, gcc, make
PreReq: OpenPKG, openpkg >= 2.20061018
AutoReq: no
AutoReqProv: no
%description
CMake is an extensible, open-source system that manages the build
process in an operating system and compiler independent manner.
Unlike many cross-platform systems, CMake is designed to be used in
conjunction with the native build environment. Simple configuration
files placed in each source directory (called CMakeLists.txt files)
are used to generate standard build files (e.g., makefiles on Unix
and projects/workspaces in Windows MSVC) which are used in the usual
way. CMake can compile source code, create libraries, generate
wrappers, and build executables in arbitrary combinations. CMake
supports in-place and out-of-place builds, and can therefore support
multiple builds from a single source tree. CMake also supports
static and dynamic library builds. Another nice feature of CMake is
that it generates a cache file that is designed to be used with a
graphical editor. For example, when CMake runs, it locates include
files, libraries, and executable, and may encounter optional build
directives. This information is gathered into the cache, which may
be changed by the user prior to the generation of the native build
files.
%track
prog cmake = {
version = %{version}
url = http://www.cmake.org/HTML/Download.html
regex = cmake-(__VER__)\.tar\.gz
}
%prep
%setup -q
%build
CC="%{l_cc}" \
CXX="%{l_cxx}" \
CFLAGS="%{l_cflags -O}" \
CXXFLAGS="%{l_cxxflags -O}" \
./configure \
--prefix=%{l_prefix} \
--datadir=/share/cmake \
--docdir=/share/cmake/doc
%{l_make} %{l_mflags}
%install
rm -rf $RPM_BUILD_ROOT
bin/cmake -D CMAKE_INSTALL_PREFIX=$RPM_BUILD_ROOT%{l_prefix} -P cmake_install.cmake
strip $RPM_BUILD_ROOT%{l_prefix}/bin/* >/dev/null 2>&1 || true
%{l_shtool} mkdir -f -p -m 755 $RPM_BUILD_ROOT%{l_prefix}/man/man1
%{l_shtool} install -c -m 644 Docs/*.1 $RPM_BUILD_ROOT%{l_prefix}/man/man1/
rm -rf $RPM_BUILD_ROOT%{l_prefix}/share/cmake/doc
%{l_rpmtool} files -v -ofiles -r$RPM_BUILD_ROOT %{l_files_std}
%files -f files
%clean
rm -rf $RPM_BUILD_ROOT
@
1.2
log
@adjust Group header
@
text
@d34 2
a35 2
Packager: OpenPKG
Distribution: OpenPKG
d40 1
a40 1
Release: 20060923
@
1.1
log
@package cmake, the rather sophisticated build system KDE 4 will use
@
text
@d37 1
a37 1
Group: Development
d40 1
a40 1
Release: 20060820
@