From fb7249b576cf197807b44e775b775f4bdc54e77c Mon Sep 17 00:00:00 2001 From: Alexandre Moine Date: Tue, 1 Aug 2017 19:37:29 +0200 Subject: [PATCH] Fix RHBGZ #1476525 --- amsynth.spec | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/amsynth.spec b/amsynth.spec index 0615da8..9ffd392 100644 --- a/amsynth.spec +++ b/amsynth.spec @@ -1,6 +1,6 @@ Name: amsynth Version: 1.8.0 -Release: 2%{?dist} +Release: 3%{?dist} Summary: A classic synthesizer with dual oscillators License: GPLv2+ @@ -58,7 +58,7 @@ Obsoletes: dssi-amsynth-plugins Amsynth plugin for the dssi audio API %package -n vst-amsynth-plugin -Summary: Amsynth lv2 plugin +Summary: Amsynth vst plugin Requires: %{name}-data = %{version}-%{release} Obsoletes: vst-amsynth-plugins @@ -72,12 +72,8 @@ Amsynth plugin for the vst protocl %patch1 -p1 %build -# Build in C++11 mode as glibmm headers use C++11 features. This can be dropped -# when GCC in Fedora switches to C++11 by default (with GCC 6, most likely). -export CXXFLAGS="%{optflags} -std=c++11" - %configure --with-jack --with-alsa --with-jack --with-sndfile --with-lash --with-dssi --prefix=/usr -make %{?_smp_mflags} +%make_build %install @@ -131,6 +127,10 @@ fi %changelog +* Tue Aug 01 2017 Alexandre Moine - 1.8.0-3 +- Fix RHBGZ #1476525 +- Spec cleanup + * Wed Jul 26 2017 Fedora Release Engineering - 1.8.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild