From 1dcc7c442f2f0ba1ff94b774fbebb88eade98f57 Mon Sep 17 00:00:00 2001 From: Artem Egorenkov Date: Aug 10 2020 12:11:13 +0000 Subject: cmake macros are used instead of make --- diff --git a/stubby.spec b/stubby.spec index 17ea1f6..75ac47b 100644 --- a/stubby.spec +++ b/stubby.spec @@ -7,7 +7,7 @@ Name: stubby Version: 0.3.1 -Release: 0.4.%{git_suffix}%{?dist} +Release: 0.5.%{git_suffix}%{?dist} Summary: Application that act as a local DNS Privacy stub resolver License: BSD @@ -39,11 +39,11 @@ DNS Privacy resolver increasing end user privacy. %build %cmake -DCMAKE_BUILD_TYPE:STRING=Release . -%make_build +%cmake_build %install -%make_install +%cmake_install find %{buildroot} -size 0 -delete mkdir -p %{buildroot}%{_unitdir} install -pm 0644 systemd/stubby.service %{buildroot}%{_unitdir}/stubby.service @@ -62,6 +62,9 @@ install -pm 0644 systemd/stubby.service %{buildroot}%{_unitdir}/stubby.service %changelog +* Mon Aug 10 2020 Artem Egorenkov - 0.3.1-0.5.20200318git7939e965 +- cmake macros are used instead of make + * Sat Aug 01 2020 Fedora Release Engineering - 0.3.1-0.4.20200318git7939e965 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild