Accepting request 77455 from devel:tools:building

update to cmake-2.8.5

OBS-URL: https://build.opensuse.org/request/show/77455
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/cmake?expand=0&rev=48
This commit is contained in:
Sascha Peilicke 2011-08-02 06:49:57 +00:00 committed by Git OBS Bridge
commit 5363761af0
6 changed files with 46 additions and 9 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5465a243dce5a6e140a5ce49bf2b5bb07e78eee10310597abac0669c638c053f
size 4181332

3
cmake-2.8.5.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5e18bff75f01656c64f553412a8905527e1b85efaf3163c6fb81ea5aaced0b91
size 5517977

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Fri Jul 29 16:19:45 UTC 2011 - puzel@novell.com
- update to 2.8.5
- see /usr/share/doc/packages/cmake/Changelog for changes
-------------------------------------------------------------------
Thu Nov 11 11:09:03 UTC 2010 - puzel@novell.com

View File

@ -19,12 +19,12 @@
Name: cmake-gui
Version: 2.8.4
Version: 2.8.5
Release: 1
License: BSD3c
Group: Development/Tools/Building
Url: http://www.cmake.org/
Source0: cmake-%{version}.tar.bz2
Source0: http://www.cmake.org/files/v2.8/cmake-%{version}.tar.gz
Patch4: cmake-disable-builtin-chrpath.diff
Summary: CMake graphical user interface
BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -39,10 +39,12 @@ BuildRequires: expat-devel
BuildRequires: curl-devel
BuildRequires: gcc-c++
BuildRequires: libqt4-devel
BuildRequires: libarchive-devel
BuildRequires: openssl-devel
BuildRequires: update-desktop-files
BuildRequires: zlib-devel
%if 0%{?suse_version} > 1130
BuildRequires: libarchive-devel
%endif
Requires: cmake
%description
@ -67,7 +69,15 @@ export CFLAGS="$CXXFLAGS"
--datadir=/share/cmake \
--docdir=/share/doc/packages/cmake \
--mandir=/share/man \
%if 0%{?suse_version} > 1130
--system-libs \
%else
--system-curl \
--system-expat \
--system-zlib \
--system-bzip2 \
--no-system-libarchive \
%endif
--parallel=0%jobs \
--qt-gui
make VERBOSE=1 %{?jobs:-j %jobs}

View File

@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Jul 29 16:19:27 UTC 2011 - puzel@novell.com
- update to 2.8.5
- see /usr/share/doc/packages/cmake/Changelog for changes
-------------------------------------------------------------------
Tue Apr 5 10:49:54 UTC 2011 - puzel@novell.com
- use --no-system-libarchive for openSUSE < 11.3
-------------------------------------------------------------------
Mon Apr 4 14:17:43 UTC 2011 - puzel@novell.com

View File

@ -19,12 +19,12 @@
Name: cmake
Version: 2.8.4
Version: 2.8.5
Release: 1
License: BSD3c
Group: Development/Tools/Building
Url: http://www.cmake.org/
Source0: %{name}-%{version}.tar.bz2
Source0: http://www.cmake.org/files/v2.8/%{name}-%{version}.tar.gz
Patch4: cmake-disable-builtin-chrpath.diff
# Should appear in cmake-2.8.3
Summary: Cross-platform, open-source make system
@ -39,10 +39,12 @@ BuildRequires: expat-devel
%endif
BuildRequires: curl-devel
BuildRequires: gcc-c++
BuildRequires: libarchive-devel
BuildRequires: ncurses-devel
BuildRequires: openssl-devel
BuildRequires: zlib-devel
%if 0%{?suse_version} > 1130
BuildRequires: libarchive-devel
%endif
Requires: make
%description
@ -64,7 +66,15 @@ export CFLAGS="$CXXFLAGS"
--datadir=/share/%{name} \
--docdir=/share/doc/packages/%{name} \
--mandir=/share/man \
%if 0%{?suse_version} > 1130
--system-libs \
%else
--system-curl \
--system-expat \
--system-zlib \
--system-bzip2 \
--no-system-libarchive \
%endif
--parallel=0%jobs \
--no-qt-gui
make VERBOSE=1 %{?jobs:-j %jobs}