SHA256
3
0
forked from pool/cmake
Petr Uzel 2011-04-04 14:49:26 +00:00 committed by Git OBS Bridge
parent 49040b3fac
commit 96f80169ff
5 changed files with 19 additions and 15 deletions

View File

@ -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
View File

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

View File

@ -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. # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -19,13 +19,12 @@
Name: cmake-gui Name: cmake-gui
Version: 2.8.3 Version: 2.8.4
%define rversion 2.8.4-rc1 Release: 1
Release: 2.8.4_rc1.1
License: BSD3c License: BSD3c
Group: Development/Tools/Building Group: Development/Tools/Building
Url: http://www.cmake.org/ Url: http://www.cmake.org/
Source0: cmake-%{rversion}.tar.bz2 Source0: cmake-%{version}.tar.bz2
Patch4: cmake-disable-builtin-chrpath.diff Patch4: cmake-disable-builtin-chrpath.diff
Summary: CMake graphical user interface Summary: CMake graphical user interface
BuildRoot: %{_tmppath}/%{name}-%{version}-build BuildRoot: %{_tmppath}/%{name}-%{version}-build
@ -56,7 +55,7 @@ Authors:
%prep %prep
%setup -q -n cmake-%{rversion} %setup -q -n cmake-%{version}
%patch4 %patch4
%build %build
EXTRA_FLAGS="--qt-gui" EXTRA_FLAGS="--qt-gui"

View File

@ -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 Thu Jan 20 22:08:01 CET 2011 - dmueller@suse.de

View File

@ -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. # Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
# #
@ -19,13 +19,12 @@
Name: cmake Name: cmake
Version: 2.8.3 Version: 2.8.4
%define rver 2.8.4-rc1 Release: 1
Release: 2.8.4rc1.1
License: BSD3c License: BSD3c
Group: Development/Tools/Building Group: Development/Tools/Building
Url: http://www.cmake.org/ Url: http://www.cmake.org/
Source0: %{name}-%{rver}.tar.bz2 Source0: %{name}-%{version}.tar.bz2
Patch4: cmake-disable-builtin-chrpath.diff Patch4: cmake-disable-builtin-chrpath.diff
# Should appear in cmake-2.8.3 # Should appear in cmake-2.8.3
Summary: Cross-platform, open-source make system Summary: Cross-platform, open-source make system
@ -54,7 +53,7 @@ Authors:
Kitware, Inc., Insight Consortium Kitware, Inc., Insight Consortium
%prep %prep
%setup -q -n %{name}-%{rver} %setup -q
%patch4 %patch4
%build %build