File pisound.spec of Package pisound

#
# spec file for package pisound
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2022 by Edgar Aichinger
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.

# Please submit bugfixes or comments via https://bugs.opensuse.org/
#


Name:           pisound
Version:        1.0
Release:        0
Summary:        Pisound Driver for Raspberry Pi
License:        GPL-2.0-only
Group:          System/Kernel
URL:            https://blokas.io/pisound/
Source0:        %{name}-%{version}.tar.bz2
BuildRequires:  %{kernel_module_package_buildreqs}
%kernel_module_package -p %{_sourcedir}/preamble

%description
The kernel driver for Blokaslabs Pisound Audio HAT for Raspberry Pi.

%prep
%autosetup -p1
set -- *
mkdir source
mv "$@" source/
mkdir obj

%build
for flavor in %{flavors_to_build}; do
        rm -rf obj/$flavor
        cp -r source obj/$flavor
        %make_build -C %{kernel_source $flavor} modules M=$PWD/obj/$flavor
done

%install
export INSTALL_MOD_PATH=%{buildroot}
export INSTALL_MOD_DIR=updates
for flavor in %{flavors_to_build}; do
        make -C %{kernel_source $flavor} modules_install M=$PWD/obj/$flavor
done

%changelog
openSUSE Build Service is sponsored by