From a2a3fc2ae7238f2556e5ee998f6afcaed76d00fa Mon Sep 17 00:00:00 2001 From: Germano Massullo Date: Feb 28 2018 21:27:03 +0000 Subject: added cmake 3 macro for EPEL 7 --- diff --git a/libdigidocpp.spec b/libdigidocpp.spec index 20a29b8..ce7e751 100644 --- a/libdigidocpp.spec +++ b/libdigidocpp.spec @@ -2,14 +2,18 @@ Name: libdigidocpp Version: 3.13.2 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Library offers creating, signing and verification of digitally signed documents License: LGPLv2+ URL: https://github.com/open-eid/libdigidocpp Source0: %{url}/releases/download/v%{version}/%{name}-%{version}.tar.gz -BuildRequires: cmake +%if 0%{?el7} +BuildRequires: cmake3 +%else +BuildRequires: cmake +%endif BuildRequires: pkgconfig(openssl) BuildRequires: xml-security-c-devel BuildRequires: xsd @@ -103,6 +107,9 @@ rm -rf src/openssl %changelog +* Wed Feb 28 2018 Germano Massullo - 3.13.2-4 +- added macros for cmake 3 in EPEL 7 + * Fri Feb 09 2018 Igor Gnatenko - 3.13.2-3 - Escape macros in %%changelog