SHA256
3
0
forked from pool/cmake

Accepting request 48120 from systemsmanagement:wbem

OBS-URL: https://build.opensuse.org/request/show/48120
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/cmake?expand=0&rev=68
This commit is contained in:
Stephan Kulow 2010-09-14 14:03:41 +00:00 committed by Git OBS Bridge
parent efc7ecc69e
commit 303192ae2e
4 changed files with 24 additions and 4 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Sep 13 18:09:02 UTC 2010 - kkaempf@novell.com
- fix build on RHEL/Fedora
-------------------------------------------------------------------
Tue Jul 20 20:37:51 UTC 2010 - puzel@novell.com

View File

@ -29,10 +29,16 @@ Patch4: cmake-disable-builtin-chrpath.diff
Patch5: fortify-buffer-overflows.diff
Summary: CMake graphical user interface
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: curl-devel
BuildRequires: fdupes
BuildRequires: gcc-c++
%if 0%{?suse_version}
BuildRequires: libexpat-devel
%if 0%{?suse_version} > 1110
BuildRequires: fdupes
%endif
%else
BuildRequires: expat-devel
%endif
BuildRequires: curl-devel
BuildRequires: gcc-c++
BuildRequires: libqt4-devel
BuildRequires: openssl-devel
BuildRequires: update-desktop-files

View File

@ -3,6 +3,11 @@ Tue Sep 14 12:39:36 UTC 2010 - puzel@novell.com
- add cmake-FindGTK2-gdk-pixbuf.patch (bnc#635439)
-------------------------------------------------------------------
Mon Sep 13 18:09:02 UTC 2010 - kkaempf@novell.com
- fix build on RHEL/Fedora
-------------------------------------------------------------------
Tue Sep 7 08:57:01 UTC 2010 - coolo@novell.com

View File

@ -32,12 +32,16 @@ Patch6: cmake-support-new-python.diff
Patch7: cmake-FindGTK2-gdk-pixbuf.patch
Summary: Cross-platform, open-source make system
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%if 0%{?suse_version}
BuildRequires: libexpat-devel
%if 0%{?suse_version} > 1110
BuildRequires: fdupes
%endif
%else
BuildRequires: expat-devel
%endif
BuildRequires: curl-devel
BuildRequires: gcc-c++
BuildRequires: libexpat-devel
BuildRequires: ncurses-devel
BuildRequires: openssl-devel
BuildRequires: zlib-devel