forked from pool/cmake
update to 2.8.4
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=74
This commit is contained in:
parent
49040b3fac
commit
96f80169ff
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:95ac6f0db68c449d946a722b46abcccf0cb9c3437c5c452a45a6fa087192a248
|
||||
size 4165720
|
3
cmake-2.8.4.tar.bz2
Normal file
3
cmake-2.8.4.tar.bz2
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5465a243dce5a6e140a5ce49bf2b5bb07e78eee10310597abac0669c638c053f
|
||||
size 4181332
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package cmake-gui (Version 2.8.3)
|
||||
# spec file for package cmake-gui (Version 2.8.4)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -19,13 +19,12 @@
|
||||
|
||||
|
||||
Name: cmake-gui
|
||||
Version: 2.8.3
|
||||
%define rversion 2.8.4-rc1
|
||||
Release: 2.8.4_rc1.1
|
||||
Version: 2.8.4
|
||||
Release: 1
|
||||
License: BSD3c
|
||||
Group: Development/Tools/Building
|
||||
Url: http://www.cmake.org/
|
||||
Source0: cmake-%{rversion}.tar.bz2
|
||||
Source0: cmake-%{version}.tar.bz2
|
||||
Patch4: cmake-disable-builtin-chrpath.diff
|
||||
Summary: CMake graphical user interface
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||
@ -56,7 +55,7 @@ Authors:
|
||||
|
||||
|
||||
%prep
|
||||
%setup -q -n cmake-%{rversion}
|
||||
%setup -q -n cmake-%{version}
|
||||
%patch4
|
||||
%build
|
||||
EXTRA_FLAGS="--qt-gui"
|
||||
|
@ -1,3 +1,9 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 4 14:17:43 UTC 2011 - puzel@novell.com
|
||||
|
||||
- update to 2.8.4
|
||||
- see /usr/share/doc/packages/cmake/Changelog for changes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Jan 20 22:08:01 CET 2011 - dmueller@suse.de
|
||||
|
||||
|
11
cmake.spec
11
cmake.spec
@ -1,5 +1,5 @@
|
||||
#
|
||||
# spec file for package cmake (Version 2.8.3)
|
||||
# spec file for package cmake (Version 2.8.4)
|
||||
#
|
||||
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
#
|
||||
@ -19,13 +19,12 @@
|
||||
|
||||
|
||||
Name: cmake
|
||||
Version: 2.8.3
|
||||
%define rver 2.8.4-rc1
|
||||
Release: 2.8.4rc1.1
|
||||
Version: 2.8.4
|
||||
Release: 1
|
||||
License: BSD3c
|
||||
Group: Development/Tools/Building
|
||||
Url: http://www.cmake.org/
|
||||
Source0: %{name}-%{rver}.tar.bz2
|
||||
Source0: %{name}-%{version}.tar.bz2
|
||||
Patch4: cmake-disable-builtin-chrpath.diff
|
||||
# Should appear in cmake-2.8.3
|
||||
Summary: Cross-platform, open-source make system
|
||||
@ -54,7 +53,7 @@ Authors:
|
||||
Kitware, Inc., Insight Consortium
|
||||
|
||||
%prep
|
||||
%setup -q -n %{name}-%{rver}
|
||||
%setup -q
|
||||
%patch4
|
||||
|
||||
%build
|
||||
|
Loading…
Reference in New Issue
Block a user