commit 872fd9712e8058c79182103a6af9352c450b8b5b
Author: Martin Gansser <mgansser(a)online.de>
Date: Tue Apr 12 11:00:30 2022 +0200
Set flag POCO_UNBUNDLED
vdr-plex.spec | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/vdr-plex.spec b/vdr-plex.spec
index baddbc3..e3274c9 100644
--- a/vdr-plex.spec
+++ b/vdr-plex.spec
@@ -3,7 +3,7 @@
Name: vdr-plex
Version: 0.4.0
-Release: 26%{?dist}
+Release: 27%{?dist}
Summary: A Plex Client for the VDR
License: GPLv2
URL:
http://projects.vdr-developer.org/projects/plg-plex
@@ -31,7 +31,7 @@ Cast Vimeo, Youtube, Apple-Trailers, and many other Plexchannels to your
VDR.
%autosetup -p1 -n vdr-plugin-plex-%{version}
%build
-%make_build CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC"
all
+%make_build CFLAGS="%{optflags} -fPIC" CXXFLAGS="%{optflags} -fPIC
-DPOCO_UNBUNDLED=true" all
%install
%make_install
@@ -44,6 +44,9 @@ Cast Vimeo, Youtube, Apple-Trailers, and many other Plexchannels to your
VDR.
%{vdr_plugindir}/libvdr-*.so.%{vdr_apiversion}
%changelog
+* Tue Apr 12 2022 Martin Gansser <martinkg(a)fedoraproject.org> - 0.4.0-27
+- Set flag POCO_UNBUNDLED
+
* Mon Apr 11 2022 Sérgio Basto <sergio(a)serjux.com> - 0.4.0-26
- Rebuilt for VDR 2.6.x