File lv2-HarmonicExciter.spec of Package lv2-HarmonicExciter
# spec file for package lv2-HarmonicExciter
#
# Copyright (c) 2022 Fabio Pesari
#
# 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 http://bugs.opensuse.org/
%define pname HarmonicExciter
Name: lv2-%{pname}
Version: git.master.20220102
Release: 0
Summary: Harmonic Exciter Plugin
License: 0BSD
Group: Productivity/Multimedia/Sound/Utilities
URL: https://github.com/brummer10/HarmonicExciter
Source0: %{pname}-%{version}.tar.gz
BuildRequires: gcc gcc-c++
BuildRequires: cairo-devel
BuildRequires: libX11-devel
BuildRequires: lv2-devel
BuildRequires: vim
%description
The HarmonicExciter is based on a half wave clipper,
allow to add harmonics to the source by mix them in.
%prep
%setup -q -n %{pname}-%{version}
%build
%make_build
%install
%make_install INSTALL_DIR=%{_libdir}/lv2
%files
%doc README.md
%license LICENSE
%{_libdir}/lv2/Harmonic_Exciter.lv2
%changelog