diff --git a/lv2-sorcer.spec b/lv2-sorcer.spec index e1bb37a..685de4b 100644 --- a/lv2-sorcer.spec +++ b/lv2-sorcer.spec @@ -12,6 +12,7 @@ License: GPLv3+ URL: http://openavproductions.com/sorcer/ Source0: https://github.com/harryhaaren/openAV-Sorcer/archive/%{shortcommit}.zip Patch0: lv2-sorcer-lv2dir.patch +BuildRequires: gcc-c++ BuildRequires: lv2-devel BuildRequires: faust BuildRequires: python2 @@ -51,7 +52,8 @@ make install DESTDIR=%{buildroot}%{_libdir}/lv2 chmod 644 %{buildroot}%{_libdir}/lv2/*/*.ttl %files -%doc README LICENSE +%doc README +%license LICENSE %{_libdir}/lv2/* %changelog