File vdr-plugin-epgsearch.spec of Package vdr-plugin-epgsearch
Name: vdr-plugin-epgsearch
BuildRequires: gcc-c++ vdr-devel pcre-devel
License: GPL v2
Group: Hardware/TV
Summary: A plugin for the VDR to replace the schedule and extend this by many functions
Url: http://winni.vdr-developer.org/epgsearch/
Version: 1.0.0
Release: 0.0
Source0: vdr-epgsearch-%{version}.tar.bz2
Requires: vdrapi = %{vdrapi}
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%define srcdir epgsearch-%{version}
%description
EPGSearch is a plugin for the Video-Disc-Recorder (VDR). It can be used to replace the standard schedule and extends this by many useful functions:
* Search for repeats
* Command menu for schedule entries, that can be extended with user defined commands
* Function to search the EPG
* Progressbar for running events
* up to four user defined times besides "Now" and "Next" and a favorites menu
* Look and content of menus adjustable
Besides extending the OSD EPGSearch will handle some tasks in the background:
* Search for defined events in the background and auto create timers for them
* Avoid double recordings
* Check for timer conflicts and help to resolve them
* Mail notifications about timer changes and conflicts
%debug_package
%prep
%{vdr_plugin_prepare}
tar xvfj %SOURCE0
%build
%{vdr_plugin_make}
%install
%{vdr_plugin_install}
%{vdr_find_locale}
%post -p /sbin/ldconfig
%postun -p /sbin/ldconfig
%clean
rm -rf $RPM_BUILD_ROOT
%files -f vdrlocale.files
%defattr(-,root,root)
%{_libdir}/vdr/*
%{vdr_dirs}
%doc %srcdir/COPYING %srcdir/HISTORY %srcdir/HISTORY.DE %srcdir/INSTALL %srcdir/INSTALL.DE %srcdir/MANUAL %srcdir/README %srcdir/README.DE %srcdir/README.Translators
%changelog