|
|
|
@ -2,7 +2,7 @@
|
|
|
|
|
|
|
|
|
|
Name: lv2
|
|
|
|
|
Version: 1.14.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Audio Plugin Standard
|
|
|
|
|
|
|
|
|
|
# lv2specgen template.html is CC-AT-SA
|
|
|
|
@ -14,6 +14,7 @@ BuildRequires: doxygen graphviz python-rdflib
|
|
|
|
|
BuildRequires: libsndfile-devel
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: python-pygments
|
|
|
|
|
BuildRequires: python2-devel
|
|
|
|
|
|
|
|
|
|
# this package replaces lv2core
|
|
|
|
|
Provides: lv2core = 6.0-4
|
|
|
|
@ -69,6 +70,8 @@ Example LV2 audio plugins
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
# Fix wrong interpreter in lv2specgen.py
|
|
|
|
|
sed -i '1s|^#!.*|#!%{__python2}|' lv2specgen/lv2specgen.py
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
export CFLAGS="%{optflags}"
|
|
|
|
@ -118,6 +121,9 @@ rm -rf %buildroot
|
|
|
|
|
%{_pkgdocdir}/
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Mar 27 2017 Guido Aulisi <guido.aulisi@gmail.com> - 1.14.0-2
|
|
|
|
|
- Fix wrong interpreter in lv2specgen.py
|
|
|
|
|
|
|
|
|
|
* Mon Mar 13 2017 Guido Aulisi <guido.aulisi@gmail.com> - 1.14.0-1
|
|
|
|
|
- Update to 1.14.0
|
|
|
|
|
- Move examples to the example-plugins subpackage
|
|
|
|
|