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