|
|
|
@ -3,8 +3,8 @@
|
|
|
|
|
%{!?_pkgdocdir: %global _pkgdocdir %{_docdir}/%{name}-%{version}}
|
|
|
|
|
|
|
|
|
|
Name: lv2
|
|
|
|
|
Version: 1.6.0
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 1.8.0
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Audio Plugin Standard
|
|
|
|
|
Group: System Environment/Libraries
|
|
|
|
|
|
|
|
|
@ -67,12 +67,20 @@ Provides: %{name}-docs = %{version}-%{release}
|
|
|
|
|
%description doc
|
|
|
|
|
Documentation for the LV2 plugin API.
|
|
|
|
|
|
|
|
|
|
%package example-plugins
|
|
|
|
|
Summary: Examples of the LV2 Audio Plugin Standard
|
|
|
|
|
Group: Audio/Multimedia
|
|
|
|
|
|
|
|
|
|
%description example-plugins
|
|
|
|
|
Example LV2 audio plugins
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%setup -q
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
|
export CFLAGS="%{optflags}"
|
|
|
|
|
./waf configure -vv --prefix=%{_prefix} --libdir=%{_libdir} --debug \
|
|
|
|
|
--docs --docdir=%{_pkgdocdir} --no-plugins
|
|
|
|
|
--docs --docdir=%{_pkgdocdir}
|
|
|
|
|
./waf -vv %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
%install
|
|
|
|
@ -94,11 +102,15 @@ rm -rf %buildroot
|
|
|
|
|
%{_pkgdocdir}/NEWS
|
|
|
|
|
%{_pkgdocdir}/README
|
|
|
|
|
%{_libdir}/%{name}/
|
|
|
|
|
|
|
|
|
|
%exclude %{_libdir}/%{name}/*/*.[ch]
|
|
|
|
|
|
|
|
|
|
%files devel
|
|
|
|
|
%{_bindir}/lv2specgen.py
|
|
|
|
|
%{_datadir}/lv2specgen
|
|
|
|
|
%{_includedir}/%{name}.h
|
|
|
|
|
%{_includedir}/%{name}/
|
|
|
|
|
%{_libdir}/%{name}/eg-*
|
|
|
|
|
%{_libdir}/%{name}/*/*.[hc]
|
|
|
|
|
%{_libdir}/pkgconfig/lv2core.pc
|
|
|
|
|
%{_libdir}/pkgconfig/%{name}.pc
|
|
|
|
@ -107,6 +119,10 @@ rm -rf %buildroot
|
|
|
|
|
%{_pkgdocdir}/
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Thu Jan 09 2014 Brendan Jones <brendan.jones.it@gmail.com> 1.8.0-1
|
|
|
|
|
- Upstream maintenance release
|
|
|
|
|
- Add example plugins
|
|
|
|
|
|
|
|
|
|
* Sun Sep 22 2013 Michael Schwendt <mschwendt@fedoraproject.org> - 1.6.0-2
|
|
|
|
|
- Don't duplicate -doc package contents in base package (#913540).
|
|
|
|
|
- Define and use %%_pkgdocdir as suggested by the Unversioned Docdirs
|
|
|
|
|