File project.diff of Package cmake
--- cmake-gui.spec.orig
+++ cmake-gui.spec
@@ -1,7 +1,7 @@
#
# spec file for package cmake-gui
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
--- cmake.changes.orig
+++ cmake.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Wed Feb 28 15:17:25 UTC 2018 - aplanas@suse.com
+
+- Recommends only for SUSE
+
+-------------------------------------------------------------------
Fri Aug 26 11:49:27 UTC 2016 - tchvatal@suse.com
- Allow definition of builddir and builder to be overridable
--- cmake.spec.orig
+++ cmake.spec
@@ -1,7 +1,7 @@
#
# spec file for package cmake
#
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -50,7 +50,9 @@ BuildRequires: zlib-devel
BuildRequires: pkgconfig(liblzma)
Requires: make
Requires: python-base
+%if 0%{?suse_version} >= 1000
Recommends: cmake-mans
+%endif
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildRequires: libarchive-devel >= 3.0.2
BuildRequires: libbz2-devel
@@ -74,7 +76,7 @@ export CFLAGS="%{optflags}"
./configure \
--prefix=%{_prefix} \
--datadir=/share/%{name} \
- --docdir=/share/doc/packages/%{name} \
+ --docdir=/share/doc/%{name} \
--mandir=/share/man \
--system-libs \
%if 0%{?suse_version} <= 1110