Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 44e1024c83c66e2be4c1cdd59fb02555 > files > 1

vdr-plugin-vnsiserver-0.9.0-0.git20111227.4.mga3.src.rpm


%define plugin	vnsiserver
%define name	vdr-plugin-%plugin
%define version	0.9.0
%define snap	20111227
%define rel	4

# make sure XBMC VNSI client works after updating

# TODO: update wirbelscan support to work with our upstream
# wirbelscan - vnsiserver currently supports old custom patch only

Summary:	VDR plugin: VDR-Network-Streaming-Interface (VNSI) Server
Name:		%name
Version:	%version
Release:	%mkrel 0.git%snap.%rel
Group:		Video/Utilities
License:	GPLv2+
URL:		http://xbmc.org/
# git://github.com/opdenkamp/xbmc.git
# git archive --prefix=vnsiserver-git20002020/ HEAD:xbmc/pvrclients/vdr-vnsi/vdr-plugin-vnsiserver | xz > vdr-vnsiserver-git20002020.tar.xz
Source:		vdr-%plugin-git%snap.tar.xz
BuildRequires:	vdr-devel >= 1.6.0
Requires:	vdr-abi = %vdr_abi

%description
A VNSI server for VDR, allowing the use of VDR via VNSI PVR addon of XBMC.

%prep
%setup -q -n %plugin-git%snap
%apply_patches
%vdr_plugin_prep

%build
%vdr_plugin_build

%install
%vdr_plugin_install

install -m755 -d %{buildroot}%{_vdr_plugin_cfgdir}/%{plugin}
install -m644 %{plugin}/* %{buildroot}%{_vdr_plugin_cfgdir}/%{plugin}

%files -f %plugin.vdr
%doc README HISTORY
%dir %{_vdr_plugin_cfgdir}/%{plugin}
%config(noreplace) %{_vdr_plugin_cfgdir}/%{plugin}/allowed_hosts.conf


%changelog

* Mon Jan 14 2013 umeabot <umeabot> 0.9.0-0.git20111227.4.mga3
+ Revision: 385367
- Mass Rebuild - https://wiki.mageia.org/en/Feature:Mageia3MassRebuild

* Tue Dec 04 2012 malo <malo> 0.9.0-0.git20111227.3.mga3
+ Revision: 326250
- spec clean-up
- update RPM group

* Wed Mar 07 2012 anssi <anssi> 0.9.0-0.git20111227.2.mga2
+ Revision: 221062
- rebuild for VDR 1.7.25

* Sun Feb 26 2012 anssi <anssi> 0.9.0-0.git20111227.1.mga2
+ Revision: 214976
- new snapshot

* Sat May 14 2011 anssi <anssi> 0.0.1-0.svn32590.2.mga1
+ Revision: 98631
- drop old scriptlets
- add warning about update on .spec
- imported package vdr-plugin-vnsiserver