Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > a91b0d999afe9115a2cfaffe0c64adde > files > 1

vdr-plugin-zaphistory-0.9.5-4mdv2008.0.src.rpm


%define plugin	zaphistory
%define name	vdr-plugin-%plugin
%define version	0.9.5
%define rel	4

Summary:	VDR plugin: History of the last zapped channels
Name:		%name
Version:	%version
Release:	%mkrel %rel
Group:		Video
License:	GPL
URL:		http://www.unterbrecher.de/vdr/developer.php
Source:		http://www.unterbrecher.de/vdr/download/vdr-%plugin-%version.tar.bz2
BuildRoot:	%{_tmppath}/%{name}-buildroot
BuildRequires:	vdr-devel >= 1.4.1-6
Requires:	vdr-abi = %vdr_abi

%description
Originally the plugins provided a history of the latest viewed
channels. Since version 0.0.3 statistics (zaps and watchtime) are
collected for each channel. History can be sorted by latest viewed,
zap count and watch time. The idea is a self-learning favourites
list. The history provides a channel name + EPG view and a channel
name + statistics view. Statistics and history entries can be
deleted or reseted from the menu.

%prep
%setup -q -n %plugin-%version

%build
%vdr_plugin_build

%install
rm -rf %{buildroot}
%vdr_plugin_install

%clean
rm -rf %{buildroot}

%post
%vdr_plugin_post %plugin

%postun
%vdr_plugin_postun %plugin

%files -f %plugin.vdr
%defattr(-,root,root)
%doc README HISTORY


%changelog
* Sun Jul 08 2007 Anssi Hannula <anssi@mandriva.org> 0.9.5-4mdv2008.0
+ Revision: 50066
- rebuild for new vdr

* Thu Jun 21 2007 Anssi Hannula <anssi@mandriva.org> 0.9.5-3mdv2008.0
+ Revision: 42149
- rebuild for new vdr

* Sat May 05 2007 Anssi Hannula <anssi@mandriva.org> 0.9.5-2mdv2008.0
+ Revision: 22730
- rebuild for new vdr

* Sat Apr 21 2007 Anssi Hannula <anssi@mandriva.org> 0.9.5-1mdv2008.0
+ Revision: 16458
- initial Mandriva release
- Created package structure for vdr-plugin-zaphistory.