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:
parent
efc7ecc69e
commit
303192ae2e
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user