From c68954dbf16229942da770478945125da0a7d27b Mon Sep 17 00:00:00 2001 From: Mattia Verga Date: Sun, 5 Nov 2017 18:20:35 +0100 Subject: [PATCH] Change BR and macros to cmake3 for EPEL branch --- libindi.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/libindi.spec b/libindi.spec index f925f06..00bb1ad 100644 --- a/libindi.spec +++ b/libindi.spec @@ -1,6 +1,6 @@ Name: libindi Version: 1.5.0 -Release: 1%{?dist} +Release: 1.1%{?dist} Summary: Instrument Neutral Distributed Interface License: LGPLv2+ and GPLv2+ @@ -13,7 +13,7 @@ URL: http://www.indilib.org Source0: %{name}-%{version}.tar.gz Source1: %{name}-generate-tarball.sh -BuildRequires: cmake +BuildRequires: cmake3 BuildRequires: libfli-devel BuildRequires: libnova-devel BuildRequires: qt5-qtbase-devel @@ -56,7 +56,7 @@ chmod -x drivers/telescope/lx200fs2.h chmod -x drivers/telescope/lx200fs2.cpp %build -%cmake +%cmake3 . make VERBOSE=1 %{?_smp_mflags} %install @@ -84,6 +84,9 @@ make install DESTDIR=%{buildroot} %{_libdir}/*.a %changelog +* Sun Nov 05 2017 Mattia Verga - 1.5.0-1.1 +- Change BR and macros to cmake3 for EPEL branch + * Sat Oct 07 2017 Christian Dersch - 1.5.0-1 - new version