|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
|
|
|
|
|
Name: lv2
|
|
|
|
|
Version: 1.10.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Summary: Audio Plugin Standard
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
|
|
|
|
@ -14,6 +14,7 @@ URL: http://lv2plug.in
|
|
|
|
|
Source: http://lv2plug.in/spec/lv2-%{version}.tar.bz2
|
|
|
|
|
|
|
|
|
|
BuildRequires: doxygen graphviz python-rdflib
|
|
|
|
|
BuildRequires: libsndfile-devel
|
|
|
|
|
# TODO: it complains about missing this,
|
|
|
|
|
# (Error importing pygments, syntax highlighting disabled)
|
|
|
|
|
# but the syntax-highlighting in the generated docs looks strange
|
|
|
|
@ -119,6 +120,9 @@ rm -rf %buildroot
|
|
|
|
|
%{_pkgdocdir}/
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Tue Aug 19 2014 Brendan Jones <brendan.jones.it@gmail.com> 1.10.0-2
|
|
|
|
|
- Ad miising libsndfile
|
|
|
|
|
|
|
|
|
|
* Tue Aug 19 2014 Brendan Jones <brendan.jones.it@gmail.com> 1.10.0-1
|
|
|
|
|
- Update to 1.10.0
|
|
|
|
|
|
|
|
|
|