From d4bd039df5ab4a56a174c9f13800786f960dd916 Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Mon, 10 Aug 2020 11:00:22 +0200 Subject: [PATCH] Fix FTBFS, straight-forward cmake macro fix (rhbz#1863992) --- libebml.spec | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/libebml.spec b/libebml.spec index 5ff7e80..a1a4b9c 100644 --- a/libebml.spec +++ b/libebml.spec @@ -1,7 +1,7 @@ Summary: Extensible Binary Meta Language library Name: libebml Version: 1.4.0 -Release: 3%{?dist} +Release: 4%{?dist} License: LGPLv2+ URL: https://www.matroska.org/ Source: https://dl.matroska.org/downloads/%{name}/%{name}-%{version}.tar.xz @@ -38,12 +38,12 @@ rm -r src/lib/utf8-cpp %build -%cmake3 . -make %{?_smp_mflags} +%cmake3 +%cmake3_build %install -%make_install +%cmake3_install %ldconfig_scriptlets @@ -66,6 +66,9 @@ make %{?_smp_mflags} %changelog +* Mon Aug 10 2020 Hans de Goede - 1.4.0-4 +- Fix FTBFS, straight-forward cmake macro fix (rhbz#1863992) + * Sat Aug 01 2020 Fedora Release Engineering - 1.4.0-3 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild