commit 3584b15b09172f7c93fb832a450a9664238a35f2
Author: Sérgio M. Basto <sergio(a)serjux.com>
Date: Mon Apr 11 12:55:26 2022 +0100
Rebuilt for new VDR API version
vdr-weatherforecast.spec | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/vdr-weatherforecast.spec b/vdr-weatherforecast.spec
index 96dd4fe..cf3c052 100644
--- a/vdr-weatherforecast.spec
+++ b/vdr-weatherforecast.spec
@@ -1,4 +1,7 @@
%global pname weatherforecast
+# version we want build against
+%global vdr_version 2.6.1
+
Name: vdr-weatherforecast
Version: 0.2.0
@@ -11,7 +14,7 @@ Source0:
http://projects.vdr-developer.org/git/vdr-plugin-%{pname}.git/sn
Source1: %{name}.conf
BuildRequires: gcc-c++
-BuildRequires: vdr-devel >= 1.7.22
+BuildRequires: vdr-devel >= %{vdr_version}
BuildRequires: libcurl-devel
BuildRequires: jansson-devel
BuildRequires: libskindesignerapi-devel