Accepting request 261295 from multimedia:libs
1 OBS-URL: https://build.opensuse.org/request/show/261295 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lv2?expand=0&rev=8
This commit is contained in:
commit
285cec564f
@ -1,3 +1,10 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Nov 11 11:51:45 UTC 2014 - olaf@aepfle.de
|
||||||
|
|
||||||
|
- Fix build in SLE_11
|
||||||
|
cairo is too old for scope files
|
||||||
|
doc macro behaves different
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Jul 11 16:53:57 UTC 2014 - reddwarf@opensuse.org
|
Fri Jul 11 16:53:57 UTC 2014 - reddwarf@opensuse.org
|
||||||
|
|
||||||
|
10
lv2.spec
10
lv2.spec
@ -174,21 +174,23 @@ export CXXFLAGS='%{optflags}'
|
|||||||
|
|
||||||
%install
|
%install
|
||||||
./waf install --destdir=%{buildroot}
|
./waf install --destdir=%{buildroot}
|
||||||
|
mv -t . %{buildroot}%{_defaultdocdir}/lv2/lv2plug.in
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(0644,root,root,0755)
|
%defattr(0644,root,root,0755)
|
||||||
%doc COPYING NEWS README
|
%doc COPYING NEWS README
|
||||||
%exclude %{_defaultdocdir}/lv2/lv2plug.in/
|
|
||||||
%{_libdir}/lv2/
|
%{_libdir}/lv2/
|
||||||
%exclude %{_libdir}/lv2/eg-amp.lv2/
|
%exclude %{_libdir}/lv2/eg-amp.lv2/
|
||||||
%exclude %{_libdir}/lv2/eg-metro.lv2/
|
%exclude %{_libdir}/lv2/eg-metro.lv2/
|
||||||
%exclude %{_libdir}/lv2/eg-midigate.lv2/
|
%exclude %{_libdir}/lv2/eg-midigate.lv2/
|
||||||
%exclude %{_libdir}/lv2/eg-sampler.lv2/
|
%exclude %{_libdir}/lv2/eg-sampler.lv2/
|
||||||
|
%if 0%{?suse_version} > 1110
|
||||||
%exclude %{_libdir}/lv2/eg-scope.lv2/
|
%exclude %{_libdir}/lv2/eg-scope.lv2/
|
||||||
|
%endif
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%defattr(0644,root,root,0755)
|
%defattr(0644,root,root,0755)
|
||||||
%attr(0755,-,-) %{_bindir}/lv2specgen.py
|
%attr(0755,root,root) %{_bindir}/lv2specgen.py
|
||||||
%{_datadir}/lv2specgen
|
%{_datadir}/lv2specgen
|
||||||
%{_includedir}/lv2.h
|
%{_includedir}/lv2.h
|
||||||
%{_includedir}/lv2/
|
%{_includedir}/lv2/
|
||||||
@ -201,10 +203,12 @@ export CXXFLAGS='%{optflags}'
|
|||||||
%{_libdir}/lv2/eg-metro.lv2/
|
%{_libdir}/lv2/eg-metro.lv2/
|
||||||
%{_libdir}/lv2/eg-midigate.lv2/
|
%{_libdir}/lv2/eg-midigate.lv2/
|
||||||
%{_libdir}/lv2/eg-sampler.lv2/
|
%{_libdir}/lv2/eg-sampler.lv2/
|
||||||
|
%if 0%{?suse_version} > 1110
|
||||||
%{_libdir}/lv2/eg-scope.lv2/
|
%{_libdir}/lv2/eg-scope.lv2/
|
||||||
|
%endif
|
||||||
|
|
||||||
%files docs
|
%files docs
|
||||||
%defattr(0644,root,root,0755)
|
%defattr(0644,root,root,0755)
|
||||||
%{_defaultdocdir}/lv2/lv2plug.in/
|
%doc lv2plug.in/
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
Loading…
Reference in New Issue
Block a user