File BShapr.spec of Package BShapr
#
# spec file for package BShapr
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
#
# 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: BShapr
Version: 0.10+git0.1a6c6f9
Release: 0
Summary: Beat/envelope shaper LV2 plugin
License: GPL-3.0
URL: https://github.com/sjaehn/BShapr
Source0: https://github.com/sjaehn/BShapr/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
BuildRequires: gcc-c++
BuildRequires: pkgconfig(x11)
BuildRequires: pkgconfig(cairo)
BuildRequires: pkgconfig(lv2)
BuildRequires: fdupes
%description
B.Shapr is an envelope plugin for time or beat position-dependent effects.
%package -n lv2-%{name}
Summary: Beat / envelope shaper LV2 plugin
%description -n lv2-%{name}
B.Shapr is an envelope plugin for time or beat position-dependent effects.
%prep
%setup -q
%build
make %{?_smp_mflags}
%install
%make_install LV2DIR=%{_libdir}/lv2
%fdupes -s %{buildroot}%{_libdir}
%files -n lv2-%{name}
%license LICENSE
%doc README.md
%dir %{_libdir}/lv2
%dir %{_libdir}/lv2/BShapr.lv2
%{_libdir}/lv2/BShapr.lv2/*
%changelog