diff --git a/audacity.spec b/audacity.spec index e53a21c..a402295 100644 --- a/audacity.spec +++ b/audacity.spec @@ -29,7 +29,7 @@ Source: https://github.com/audacity/audacity/archive/Audacity-%{version} Source1: audacity-license-nyquist Source2: audacity-rpmlintrc %if %{with vst3} -Source3: vst3sdk-3.7.12_build_20.tar.xz +#Source3: vst3sdk-3.7.12_build_20.tar.xz %endif # PATCH-FIX-OPENSUSE audacity-no_buildstamp.patch davejplater@gmail.com -- Remove the buildstamp. Patch0: audacity-no_buildstamp.patch @@ -39,7 +39,7 @@ Patch1: audacity-no_return_in_nonvoid.patch Patch3: lib64-plugins-default-path.patch BuildRequires: cmake >= 3.16 BuildRequires: desktop-file-utils -%if 0%{?suse_version} <= 1600 +%if 0%{?suse_version} < 1600 BuildRequires: gcc12 BuildRequires: gcc12-c++ %else @@ -142,7 +142,7 @@ tar xf %{SOURCE3} --strip-components=1 --one-top-level=vst3sdk %endif %build -%if 0%{?suse_version} <= 1600 +%if 0%{?suse_version} < 1600 export CC=gcc-12 export CXX=g++-12 %endif