From c2d5bc49d94c97f3b272eb8761fbb62801e0b9e3 Mon Sep 17 00:00:00 2001 From: Robin Lee Date: Aug 07 2020 01:55:30 +0000 Subject: Improve compatibility with new CMake macro --- diff --git a/deepin-terminal.spec b/deepin-terminal.spec index bbf54b2..58ee4d1 100644 --- a/deepin-terminal.spec +++ b/deepin-terminal.spec @@ -60,12 +60,11 @@ sed -i '/es_419/d' deepin-terminal.desktop %cmake -DCMAKE_BUILD_TYPE=Release \ -DTEST_BUILD=OFF \ -DUSE_VENDOR_LIB=OFF \ - -DVERSION=%{version} \ - . -%make_build + -DVERSION=%{version} +%cmake_build %install -%make_install +%cmake_install %find_lang %{name} @@ -111,6 +110,9 @@ fi %{_datadir}/applications/%{name}.desktop %changelog +* Fri Aug 7 2020 Robin Lee - 5.0.4.1-3 +- Improve compatibility with new CMake macro + * Sat Aug 01 2020 Fedora Release Engineering - 5.0.4.1-3 - Second attempt - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild