chore (juce): use proper license identifier, use %conf (#11614) (#11624)

This commit is contained in:
Raboneko
2026-04-22 08:08:26 -05:00
committed by GitHub
parent b66e3bded6
commit 2d41f41e75
+5 -3
View File
@@ -1,7 +1,7 @@
Name: juce
Version: 8.0.12
Release: 3%{?dist}
License: AGPL-3.0
Release: 4%{?dist}
License: AGPL-3.0-or-later
Summary: framework for audio application and plug-in development
URL: https://juce.com
Source: https://github.com/juce-framework/JUCE/archive/refs/tags/%{version}.tar.gz
@@ -46,10 +46,12 @@ Documentation files for %{name}
%prep
%autosetup -p1 -n JUCE-%{version}
%build
%conf
%cmake -DJUCER_ENABLE_GPL_MODE=1 \
-DJUCE_BUILD_EXTRAS=ON \
-DJUCE_TOOL_INSTALL_DIR=bin
%build
%cmake_build
pushd docs/doxygen