SHA256
1
0
forked from pool/cmake
2010-11-04 14:02:01 +00:00
committed by Git OBS Bridge
parent cd3c916282
commit 7c768aab57
8 changed files with 33 additions and 59 deletions

View File

@@ -1,5 +1,5 @@
#
# spec file for package cmake-gui (Version 2.8.2)
# spec file for package cmake-gui (Version 2.8.3)
#
# Copyright (c) 2010 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
@@ -19,7 +19,7 @@
Name: cmake-gui
Version: 2.8.2
Version: 2.8.3
Release: 3
License: BSD3c
Group: Development/Tools/Building
@@ -27,6 +27,7 @@ Url: http://www.cmake.org/
Source0: cmake-%{version}.tar.bz2
Patch4: cmake-disable-builtin-chrpath.diff
Patch5: fortify-buffer-overflows.diff
Patch6: cmake-no-system-libarchive.patch
Summary: CMake graphical user interface
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version}
@@ -58,6 +59,7 @@ Authors:
%setup -q -n cmake-%{version}
%patch4
%patch5
%patch6 -p1
%build
EXTRA_FLAGS="--qt-gui"