File vdr-plugin-vdrmanager.spec of Package vdr-plugin-vdrmanager
#
# spec file for package vdr-plugin-vdrmanager
#
# Copyright (c) 2014 B1 Systems GmbH, Vohburg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: vdr-plugin-vdrmanager
Version: 0.14
Release: 0
Summary: API plugin for access from the Android App vdrmanager
License: GPL-2.0
Group: Hardware/TV
Url: http://projects.vdr-developer.org/projects/vdr-manager/files
Source: vdr-vdrmanager-0.14.tgz
BuildRequires: gcc-c++
BuildRequires: pkg-config
BuildRequires: vdr-devel
BuildRequires: zlib-devel
BuildRequires: pkgconfig(openssl)
# Requires(pre) is not enough, as it does not work on updates
Requires: vdr(abi) = %{vdr_apiversion}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%description
With VDR-Manager you can program VDR using mobile devices running Android.
So you can browse the EPG, manage timers and wakeup your VDR from anywhere.
%prep
%setup -q -n vdr-vdrmanager-%{version}
%build
# use msgmerge wrapper
export PATH=%{_datadir}/vdr:$PATH
make %{?_smp_mflags}
%install
%make_install
%files
%defattr(-,root,root)
%doc HISTORY README COPYING
%{_libdir}/vdr/libvdr-vdrmanager.so.*
%changelog