From cc603ad04812f92330bbe826083aa6f086c56cc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ralf=20Cors=C3=A9pius?= Date: Mon, 3 Aug 2020 19:43:06 +0200 Subject: [PATCH] Work around cmake madness (RHBZ#1863716). --- qhull.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/qhull.spec b/qhull.spec index c693dc1..3281e1a 100644 --- a/qhull.spec +++ b/qhull.spec @@ -5,7 +5,7 @@ Version: 7.2.1 # - Older releases used year.month # - Newer releases use x.y.z Epoch: 1 -Release: 5%{?dist} +Release: 6%{?dist} License: Qhull Source0: https://github.com/qhull/qhull/archive/v%{version}.tar.gz#/qhull-%{version}.tar.gz @@ -65,7 +65,7 @@ about a point. %build mkdir -p build cd build -%cmake .. +%cmake -S .. -B . make VERBOSE=1 %{?_smp_mflags} cd .. @@ -114,6 +114,9 @@ chrpath --delete ${RPM_BUILD_ROOT}%{_libdir}/lib*.so.* %changelog +* Mon Aug 03 2020 Ralf Corsépius - 1:7.2.1-6 +- Work around cmake madness (RHBZ#1863716). + * Sat Aug 01 2020 Fedora Release Engineering - 1:7.2.1-5 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild