[lv2core] - Update to 4.0

Orcan Ogetbil oget at fedoraproject.org
Sat Oct 2 08:44:42 UTC 2010


commit 0d6de5fc1558bd33263b9cf15310f3f81224d2e5
Author: Orcan Ogetbil <oget.fedora at gmail.com>
Date:   Sat Oct 2 04:44:31 2010 -0400

    - Update to 4.0

 lv2core.spec |   18 +++++++++++++-----
 1 files changed, 13 insertions(+), 5 deletions(-)
---
diff --git a/lv2core.spec b/lv2core.spec
index 9376ed4..60e2f54 100644
--- a/lv2core.spec
+++ b/lv2core.spec
@@ -1,8 +1,8 @@
 %global debug_package %{nil}
 
 Name:           lv2core
-Version:        3.0
-Release:        4%{?dist}
+Version:        4.0
+Release:        1%{?dist}
 
 Summary:        Audio Plugin Standard
 
@@ -11,6 +11,8 @@ License:        LGPLv2+ and MIT
 URL:            http://lv2plug.in
 Source:         http://lv2plug.in/spec/lv2core-%{version}.tar.bz2
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires:  doxygen
+BuildRequires:  graphviz
 BuildRequires:  python
 
 %description
@@ -42,12 +44,14 @@ header file.
 
 %prep
 %setup -q
-# Fix multilib issue
-sed -i 's|/lib|/%{_lib}|' autowaf.py
+
+# Correct docdir build location
+sed -i 's|../upload/doc|doc|' Doxyfile
 
 %build
-./waf configure --prefix=%{_prefix} --libdir=%{_libdir}/
+./waf configure --prefix=%{_prefix} --libdir=%{_libdir}
 ./waf %{?_smp_mflags}
+doxygen
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -63,10 +67,14 @@ rm -rf $RPM_BUILD_ROOT
 
 %files devel
 %defattr(-,root,root,-)
+%doc doc/html/*
 %{_includedir}/lv2.h
 %{_libdir}/pkgconfig/lv2core.pc
 
 %changelog
+* Sat Oct 02 2010 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 4.0-1
+- Update to 4.0
+
 * Sat Jul 25 2009 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 3.0-4
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
 


More information about the scm-commits mailing list