|
|
|
@ -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@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
|
|
|
|
|
- New upstream release 0.14.0
|
|
|
|
|
-
|
|
|
|
|
|
|
|
|
|
* Wed Feb 29 2012 Brendan Jones <brendan.jones.it@gmail.com> - 0.5.0-3
|
|
|
|
|
- Remove redundant build requires, merge python bindings
|
|
|
|
|
- Move man3 pages to devel package
|
|
|
|
|