[lv2core] Update to 6.0

Orcan Ogetbil oget at fedoraproject.org
Sun Dec 25 22:28:43 UTC 2011


commit 1e7e79f772c37b18fc5b378e5e6ad449e8ffaa41
Author: Orcan Ogetbil <oget.fedora at gmail.com>
Date:   Sun Dec 25 17:28:36 2011 -0500

    Update to 6.0

 .gitignore   |    1 +
 lv2core.spec |   34 ++++++++++++----------------------
 sources      |    2 +-
 3 files changed, 14 insertions(+), 23 deletions(-)
---
diff --git a/.gitignore b/.gitignore
index b787cb0..a3b1302 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 lv2core-3.0.tar.bz2
 /lv2core-4.0.tar.bz2
+/lv2core-6.0.tar.bz2
diff --git a/lv2core.spec b/lv2core.spec
index 5df533b..4f27987 100644
--- a/lv2core.spec
+++ b/lv2core.spec
@@ -1,17 +1,15 @@
-Name:           lv2core
-Version:        4.0
-Release:        3%{?dist}
+%global debug_package %{nil}
 
+Name:           lv2core
+Version:        6.0
+Release:        1%{?dist}
 Summary:        Audio Plugin Standard
-
 Group:          System Environment/Libraries
-License:        LGPLv2+ and MIT
+License:        ISC
 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
+BuildRequires:  python2
 
 %description
 LV2 is a standard for plugins and matching host applications, mainly
@@ -31,7 +29,6 @@ LADSPA which many hosts have outgrown.
 Summary:        API for the LV2 Audio Plugin Standard
 Group:          Development/Libraries
 Requires:       %{name} = %{version}-%{release}
-Requires:       pkgconfig
 
 %description    devel
 lv2-devel contains the lv2.h header file.
@@ -43,16 +40,9 @@ header file.
 %prep
 %setup -q
 
-# Correct docdir build location
-sed -i 's|../upload/doc|doc|' Doxyfile
-
-# Enforce Fedora specific build flags
-sed -i 's|c99|c99 %{optflags}|' wscript
-
 %build
 ./waf configure -vv --prefix=%{_prefix} --libdir=%{_libdir}
 ./waf -vv %{?_smp_mflags}
-doxygen
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -62,18 +52,18 @@ DESTDIR=$RPM_BUILD_ROOT ./waf -vv install
 rm -rf $RPM_BUILD_ROOT
 
 %files
-%defattr(-,root,root,-)
-%doc AUTHORS ChangeLog COPYING README
-%{_libdir}/lv2
+%doc AUTHORS COPYING NEWS README
+%{_libdir}/lv2/
 
 %files devel
-%defattr(-,root,root,-)
-%doc doc/html/*
-%{_bindir}/lv2config
 %{_includedir}/lv2.h
+%{_includedir}/lv2/
 %{_libdir}/pkgconfig/lv2core.pc
 
 %changelog
+* Sun Dec 25 2011 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 6.0-1
+- Update to 6.0
+
 * Sun Mar 27 2011 Orcan Ogetbil <oget[DOT]fedora[AT]gmail[DOT]com> - 4.0-3
 - New tarball. Upstream released another 4.0 version. *sigh*
 
diff --git a/sources b/sources
index 89cecf8..f6bf34a 100644
--- a/sources
+++ b/sources
@@ -1 +1 @@
-5097d964f3559a1ecec2d2fc822ef53a  lv2core-4.0.tar.bz2
+433b195a13b230e302d9e2e2fea37383  lv2core-6.0.tar.bz2


More information about the scm-commits mailing list