From df8b2de838f5e26a68f1d03baf690f5bed27eb47 Mon Sep 17 00:00:00 2001 From: Brendan Jones Date: Sat, 11 Jan 2014 17:16:20 +0100 Subject: [PATCH] Add numpy BR --- lilv.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lilv.spec b/lilv.spec index e438792..6174f05 100644 --- a/lilv.spec +++ b/lilv.spec @@ -3,7 +3,7 @@ Name: lilv Version: 0.18.0 -Release: 1%{?dist} +Release: 2%{?dist} Summary: An LV2 Resource Description Framework Library Group: System Environment/Libraries @@ -18,6 +18,7 @@ BuildRequires: sratom-devel >= 0.4.4 BuildRequires: lv2-devel >= 1.8.0 BuildRequires: python2-devel BuildRequires: swig +BuildRequires: numpy %filter_setup @@ -100,6 +101,9 @@ chmod +x %{buildroot}%{_libdir}/lib%{name}-0.so.* %{python_sitearch}/_%{name}.so %changelog +* Sat Jan 11 2014 Brendan Jones 0.18.0-2 +- Add numpy BR + * Fri Jan 10 2014 Brendan Jones 0.18.0-1 - New upstream release