From 5f4e643c8cfea58e1535f803de4275919cebda87 Mon Sep 17 00:00:00 2001 From: Jeff Law Date: Jul 24 2020 17:17:52 +0000 Subject: Use __cmake_in_source_build --- diff --git a/indi-gphoto.spec b/indi-gphoto.spec index 072a8cd..47d9b2f 100644 --- a/indi-gphoto.spec +++ b/indi-gphoto.spec @@ -1,8 +1,10 @@ +%global __cmake_in_source_build 1 + %global driver gphoto Name: indi-%{driver} Version: 1.8.5 -Release: 1%{?dist} +Release: 2%{?dist} Summary: INDI driver providing support for gPhoto License: LGPLv2+ @@ -63,6 +65,9 @@ make install DESTDIR=%{buildroot} %{_udevrulesdir}/*.rules %changelog +* Fri Jul 24 2020 Jeff Law - 1.8.5-2 +- Use __cmake_in_source_build + * Sat Jul 18 2020 Christian Dersch - 1.8.5-1 - new version