Added 0001-cmake-VERSION_GREATER_EQUAL-is-not-suppored-by-cmake.patch

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/cmocka?expand=0&rev=38
This commit is contained in:
Andreas Schneider 2018-08-30 08:34:07 +00:00 committed by Git OBS Bridge
parent 5e873d5dbd
commit 540d914817
3 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,25 @@
From 4114b15f01953cbe01c4cbc2018cb982815cb566 Mon Sep 17 00:00:00 2001
From: Andreas Schneider <asn@cryptomilk.org>
Date: Thu, 30 Aug 2018 07:35:22 +0200
Subject: [PATCH] cmake: VERSION_GREATER_EQUAL is not suppored by cmake 3.3
---
doc/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/CMakeLists.txt b/doc/CMakeLists.txt
index 24ed569..8c3426f 100644
--- a/doc/CMakeLists.txt
+++ b/doc/CMakeLists.txt
@@ -1,7 +1,7 @@
#
# Build the documentation
#
-if (${CMAKE_VERSION} VERSION_GREATER_EQUAL "3.9.0")
+if (${CMAKE_VERSION} VERSION_GREATER "3.8.99")
find_package(Doxygen)
--
2.18.0

View File

@ -2,6 +2,7 @@
Thu Aug 30 08:04:05 UTC 2018 - Andreas Schneider <asn@cryptomilk.org>
- Fix packaging the documentation
- Added 0001-cmake-VERSION_GREATER_EQUAL-is-not-suppored-by-cmake.patch
-------------------------------------------------------------------
Wed Aug 29 15:15:03 UTC 2018 - Andreas Schneider <asn@cryptomilk.org>

View File

@ -30,10 +30,14 @@ Summary: Lightweight library to simplify and generalize unit tests for C
License: Apache-2.0
Group: Productivity/Networking/Other
URL: https://cmocka.org
Source0: https://cmocka.org/files/1.1/%{name}-%{version}.tar.xz
Source1: https://cmocka.org/files/1.1/%{name}-%{version}.tar.xz.asc
Source2: %{name}.keyring
Source3: baselibs.conf
Patch0: 0001-cmake-VERSION_GREATER_EQUAL-is-not-suppored-by-cmake.patch
BuildRequires: cmake
BuildRequires: doxygen
BuildRequires: glibc-devel