[lv2] New upstream 1.2.0

Brendan Jones bsjones at fedoraproject.org
Sat Oct 20 20:51:46 UTC 2012


commit 5186754c15fe61133994d13bb9e6bc8856ef94f1
Author: Brendan Jones <brendan.jones.it at gmail.com>
Date:   Sat Oct 20 22:51:40 2012 +0200

    New upstream 1.2.0

 .gitignore                          |    1 +
 lv2-1.0.0-doxy-no-date-footer.patch |   22 ----------------------
 lv2.spec                            |   26 +++++++++++++++++++++-----
 sources                             |    2 +-
 4 files changed, 23 insertions(+), 28 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index cd23917..d875b4a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 /lv2-1.0.0.tar.bz2
+/lv2-1.2.0.tar.bz2
diff --git a/lv2.spec b/lv2.spec
index 849591d..16750ed 100644
--- a/lv2.spec
+++ b/lv2.spec
@@ -1,8 +1,8 @@
 %global debug_package %{nil}
 
 Name:           lv2
-Version:        1.0.0
-Release:        8%{?dist}
+Version:        1.2.0
+Release:        1%{?dist}
 Summary:        Audio Plugin Standard
 Group:          System Environment/Libraries
 
@@ -10,8 +10,8 @@ Group:          System Environment/Libraries
 License:        ISC
 URL:            http://lv2plug.in
 Source:         http://lv2plug.in/spec/lv2-%{version}.tar.bz2
-Patch0:         lv2-1.0.0-doxy-no-date-footer.patch
 
+BuildRequires:  doxygen
 # this package replaces lv2core 
 Provides:       lv2core = 6.0-4
 Obsoletes:      lv2core < 6.0-4
@@ -50,17 +50,27 @@ Definitive technical documentation on LV2 plug-ins for both the host
 and plug-in is contained within copious comments within the lv2.h
 header file.
 
+%package        docs
+Summary:        Documentation for the LV2 Audio Plugin Standard
+Group:          Development/Libraries
+Requires:       %{name} = %{version}-%{release}
+BuildArch:      noarch
+
+%description    docs
+Documentation for the LV2 plugin API.
+
 %prep
 %setup -q
-%patch0 -p1
 
 %build
-./waf configure -vv --prefix=%{_prefix} --libdir=%{_libdir} --debug --no-plugins
+./waf configure -vv --prefix=%{_prefix} --libdir=%{_libdir} --debug \
+  --docs --no-plugins
 ./waf -vv %{?_smp_mflags}
 
 %install
 rm -rf %buildroot
 DESTDIR=%buildroot ./waf -vv install
+mv %{buildroot}%{_docdir}/%name/* %{buildroot}%{_docdir}/%{name}-%{version}
 
 %clean
 rm -rf %buildroot
@@ -77,7 +87,13 @@ rm -rf %buildroot
 %{_libdir}/pkgconfig/lv2core.pc
 %{_libdir}/pkgconfig/%{name}.pc
 
+%files docs
+%{_docdir}/%{name}-%{version}/*
+
 %changelog
+* Sat Oct 20 2012 Brendan Jones <brendan.jones.it at gmail.com> 1.2.0-1
+- New upstream release
+
 * Thu Jul 19 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.0.0-8
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
 
diff --git a/sources b/sources
index 486f8ea..3810b10 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-af98a50d8dfa8318a69800ea48b421f6  lv2-1.0.0.tar.bz2
+323b851563b4da1ad2c0faf5c76f0e3a  lv2-1.2.0.tar.bz2


More information about the scm-commits mailing list