From 01f9274b621c6f60af4851014d735984141d366c Mon Sep 17 00:00:00 2001 From: Garret Rumohr Date: Apr 02 2021 04:07:23 +0000 Subject: lrn 2 macro --- diff --git a/trenchbroom.spec b/trenchbroom.spec index 53a8db6..a2bd7f1 100644 --- a/trenchbroom.spec +++ b/trenchbroom.spec @@ -7,7 +7,7 @@ License: GPLv3 URL: https://trenchbroom.github.io/ Source0: https://github.com/TrenchBroom/TrenchBroom.git -BuildRequires: g++ cmake +BuildRequires: g++ cmake git BuildRequires: qt5-qtbase-devel qt5-qtsvg-devel BuildRequires: ninja-build freetype-devel freeimage-devel pandoc mesa-libGLU-devel @@ -18,7 +18,7 @@ provides many simple and advanced tools to create complex and interesting levels with ease. %prep -git clone -b v%{version} --recursive ${Source0} +git clone -b v%{version} --recursive %{Source0} cd TrenchBroom %autosetup