From ac66197e547ba5b47952f1b6092f9c22ece2d5bb Mon Sep 17 00:00:00 2001 From: Guido Aulisi Date: Mon, 19 Feb 2018 07:54:21 +0000 Subject: [PATCH 1/2] Add BR for C++ compiler See https://fedoraproject.org/wiki/Packaging:C_and_C%2B%2B --- amsynth.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/amsynth.spec b/amsynth.spec index 9ffd392..68cc9a0 100644 --- a/amsynth.spec +++ b/amsynth.spec @@ -9,6 +9,8 @@ Source0: https://github.com/nixxcode/%{name}/releases/download/release-%{ Patch0: amsynth.fixConstString.patch Patch1: amsynth.fixMetainfo.patch +# https://fedoraproject.org/wiki/Packaging:C_and_C%2B%2B +BuildRequires: gcc-c++ BuildRequires: gtk2-devel BuildRequires: jack-audio-connection-kit-devel lash-devel libsndfile-devel libsndfile-utils BuildRequires: mesa-libGL-devel mesa-libEGL-devel From 32f4426fbda21ed0637dcfc093669e96e9f9d31f Mon Sep 17 00:00:00 2001 From: Guido Aulisi Date: Mon, 19 Feb 2018 11:13:04 +0000 Subject: [PATCH 2/2] Add BR for C compiler too See https://fedoraproject.org/wiki/Packaging:C_and_C%2B%2B --- amsynth.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/amsynth.spec b/amsynth.spec index 68cc9a0..470b4e0 100644 --- a/amsynth.spec +++ b/amsynth.spec @@ -10,6 +10,7 @@ Patch0: amsynth.fixConstString.patch Patch1: amsynth.fixMetainfo.patch # https://fedoraproject.org/wiki/Packaging:C_and_C%2B%2B +BuildRequires: gcc BuildRequires: gcc-c++ BuildRequires: gtk2-devel BuildRequires: jack-audio-connection-kit-devel lash-devel libsndfile-devel libsndfile-utils