diff --git a/.gitignore b/.gitignore index e819b86..3600510 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ /lv2-1.2.0.tar.bz2 /lv2-1.4.0.tar.bz2 /lv2-1.6.0.tar.bz2 +/lv2-1.8.0.tar.bz2 diff --git a/lv2.spec b/lv2.spec index 84e4ffd..1ef0cd2 100644 --- a/lv2.spec +++ b/lv2.spec @@ -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 1.8.0-1 +- Upstream maintenance release +- Add example plugins + * Sun Sep 22 2013 Michael Schwendt - 1.6.0-2 - Don't duplicate -doc package contents in base package (#913540). - Define and use %%_pkgdocdir as suggested by the Unversioned Docdirs diff --git a/sources b/sources index ea5ad39..9887b95 100644 --- a/sources +++ b/sources @@ -1 +1 @@ -943c3a62ec9b4e62139d83f8dd095fab lv2-1.6.0.tar.bz2 +2bdcf01f24fa567448afbf6b8be17044 lv2-1.8.0.tar.bz2