fix the license for alsa-ucm and alsa-topology packages (BSD)

This commit is contained in:
Jaroslav Kysela 2019-11-14 13:15:20 +01:00
parent 47b7323709
commit 2c612e6db8

View File

@ -49,6 +49,7 @@ against the ALSA libraries and interfaces.
%package -n alsa-ucm %package -n alsa-ucm
Summary: ALSA Use Case Manager configuration Summary: ALSA Use Case Manager configuration
BuildArch: noarch BuildArch: noarch
License: BSD
Requires: %{name} >= %{version_alsa_ucm} Requires: %{name} >= %{version_alsa_ucm}
%description -n alsa-ucm %description -n alsa-ucm
@ -58,6 +59,7 @@ contains alsa-lib configuration of Audio input/output names and routing
%package -n alsa-topology %package -n alsa-topology
Summary: ALSA Topology configuration Summary: ALSA Topology configuration
BuildArch: noarch BuildArch: noarch
License: BSD
Requires: %{name} >= %{version_alsa_tplg} Requires: %{name} >= %{version_alsa_tplg}
%description -n alsa-topology %description -n alsa-topology
@ -150,10 +152,12 @@ rm %{buildroot}/%{_includedir}/asoundlib.h
%{_datadir}/aclocal/alsa.m4 %{_datadir}/aclocal/alsa.m4
%files -n alsa-ucm %files -n alsa-ucm
# BSD
%{_datadir}/alsa/ucm %{_datadir}/alsa/ucm
%{_datadir}/alsa/ucm2 %{_datadir}/alsa/ucm2
%files -n alsa-topology %files -n alsa-topology
# BSD
%{_datadir}/alsa/topology %{_datadir}/alsa/topology
%changelog %changelog