Add python bindings

epel9
Brendan Jones 13 years ago
parent 89d64b94d1
commit 2776be5b1b

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

Loading…
Cancel
Save