[lilv] Add python bindings

Brendan Jones bsjones at fedoraproject.org
Sat May 12 05:40:09 UTC 2012


commit 2776be5b1b55c56d9a17ce505ae946bce0d319fd
Author: Brendan Jones <brendan.jones.it at gmail.com>
Date:   Sat May 12 07:40:02 2012 +0200

    Add python bindings

 lilv.spec |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)
---
diff --git a/lilv.spec b/lilv.spec
index cc3e382..26a8a10 100644
--- a/lilv.spec
+++ b/lilv.spec
@@ -2,7 +2,7 @@
 
 Name:       lilv
 Version:    0.14.0
-Release:    1%{?dist}
+Release:    2%{?dist}
 Summary:    An LV2 Resource Description Framework Library
 
 Group:      System Environment/Libraries
@@ -14,6 +14,7 @@ BuildRequires:  graphviz
 BuildRequires:  sord-devel >= 0.5.0
 BuildRequires:  sratom-devel >= 0.2.0
 BuildRequires:  lv2-devel >= 1.0.0
+BuildRequires:  python-devel
 BuildRequires:  swig
 
 %filter_setup
@@ -63,7 +64,7 @@ export CFLAGS="%{optflags}" CXXFLAGS="%{optflags}"
     --datadir=%{_datadir} \
     --docdir=%{_docdir}/%{name}-devel-%{version} \
     --configdir=%{_sysconfdir} \
-    --test \
+    --test \ 
     --bindings \
     --docs 
 ./waf build -v %{?_smp_mflags}
@@ -101,9 +102,12 @@ chmod +x %{buildroot}%{_libdir}/lib%{name}-0.so.*
 %{python_sitearch}/_%{name}.so
 
 %changelog
+* Sat May 12 2012 Brendan Jones <brendan.jones.it at gmail.com> - 0.14.0-2
+- Add python binding BR
+ 
 * Fri Apr 20 2012 Brendan Jones <brendan.jones.it at gmail.com> - 0.14.0-1
 - New upstream release 0.14.0
-- 
+ 
 * Wed Feb 29 2012 Brendan Jones <brendan.jones.it at gmail.com> - 0.5.0-3
 - Remove redundant build requires, merge python bindings
 - Move man3 pages to devel package


More information about the scm-commits mailing list