From 2c519f87a800a5e17959b7fbea76a9a62b3ba66f Mon Sep 17 00:00:00 2001 From: Parag Nemade Date: Aug 03 2020 12:36:15 +0000 Subject: Fix as per https://fedoraproject.org/wiki/Changes/CMake_to_do_out-of-source_builds#Migration --- diff --git a/fntsample.spec b/fntsample.spec index f7a0847..5f69542 100644 --- a/fntsample.spec +++ b/fntsample.spec @@ -1,6 +1,6 @@ Name: fntsample Version: 5.3 -Release: 7%{?dist} +Release: 8%{?dist} Summary: A program for making font samples that show Unicode coverage of the font License: GPLv3+ @@ -21,13 +21,12 @@ Samples can be saved as PDF or PostScript files. %prep %autosetup -n %{name}-release-%{version} - %build -%cmake -DUNICODE_BLOCKS=%{_datadir}/unicode/ucd/Blocks.txt . -%make_build +%cmake -DUNICODE_BLOCKS=%{_datadir}/unicode/ucd/Blocks.txt +%cmake_build %install -%make_install +%cmake_install %check ctest -V %{?_smp_flags} @@ -42,6 +41,9 @@ ctest -V %{?_smp_flags} %{_mandir}/man1/*.gz %changelog +* Mon Aug 03 12:32:07 GMT 2020 Parag Nemade - 5.3-8 +- Fix as per https://fedoraproject.org/wiki/Changes/CMake_to_do_out-of-source_builds#Migration + * Sat Aug 01 2020 Fedora Release Engineering - 5.3-7 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild