%global pname osdteletext %global __provides_exclude_from ^%{vdr_plugindir}/.*\\.so.*$ Name: vdr-%{pname} Version: 0.9.5 Release: 5%{?dist} Summary: OSD teletext plugin for VDR License: GPLv2+ URL: http://projects.vdr-developer.org/projects/show/plg-osdteletext Source0: http://projects.vdr-developer.org/attachments/download/1881/%{name}-%{version}.tgz Source1: %{name}.conf BuildRequires: vdr-devel >= 1.7.39 Requires: vdr(abi)%{?_isa} = %{vdr_apiversion} %description The OSD teletext plugin displays teletext directly on VDR's on-screen display, with sound and video from the current channel playing in the background. %prep %setup -q -n %{pname}-%{version} sed -i -e 's|/var/cache/vdr/vtx|%{vdr_rundir}/%{pname}|g' \ osdteletext.c README README.DE rootdir.c %build make %{?_smp_mflags} %install %make_install install -dm 755 $RPM_BUILD_ROOT%{vdr_rundir}/%{pname} install -dm 755 $RPM_BUILD_ROOT%{_prefix}/lib/tmpfiles.d echo "d %{vdr_rundir}/%{pname} 0755 %{vdr_user} root -" > \ $RPM_BUILD_ROOT%{_prefix}/lib/tmpfiles.d/%{name}.conf install -Dpm 644 %{SOURCE1} \ $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/vdr-plugins.d/%{pname}.conf %find_lang %{name} %files -f %{name}.lang %license COPYING %doc HISTORY README* %config(noreplace) %{_sysconfdir}/sysconfig/vdr-plugins.d/%{pname}.conf %{vdr_plugindir}/libvdr-%{pname}.so.%{vdr_apiversion} %{_prefix}/lib/tmpfiles.d/%{name}.conf %attr(-,%{vdr_user},root) %{vdr_rundir}/%{pname}/ %changelog * Fri Feb 05 2016 Fedora Release Engineering - 0.9.5-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild * Fri Jun 19 2015 Fedora Release Engineering - 0.9.5-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild * Sat May 02 2015 Kalev Lember - 0.9.5-3 - Rebuilt for GCC 5 C++11 ABI change * Thu Feb 19 2015 Ville Skyttä - 0.9.5-2 - Rebuild * Tue Feb 17 2015 Ville Skyttä - 0.9.5-1 - Update to 0.9.5 * Sat Jan 31 2015 Ville Skyttä - 0.9.4-9 - Ship COPYING as %%license * Mon Aug 18 2014 Fedora Release Engineering - 0.9.4-8 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild * Sun Jun 08 2014 Fedora Release Engineering - 0.9.4-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild * Thu Apr 24 2014 Ville Skyttä - 0.9.4-6 - Rebuild * Sun Mar 23 2014 Ville Skyttä - 0.9.4-5 - Update README path in .conf * Sun Aug 04 2013 Fedora Release Engineering - 0.9.4-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild * Sun Mar 31 2013 Ville Skyttä - 0.9.4-3 - Rebuild. * Sat Mar 16 2013 Ville Skyttä - 0.9.4-2 - Rebuild. * Wed Mar 13 2013 Ville Skyttä - 0.9.4-1 - Update to 0.9.4. * Sun Mar 3 2013 Ville Skyttä - 0.9.3-8 - Move default cache dir to the by-default tmpfs %%{vdr_rundir}. * Mon Feb 18 2013 Ville Skyttä - 0.9.3-7 - Rebuild. * Fri Feb 15 2013 Fedora Release Engineering - 0.9.3-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild * Tue Oct 02 2012 Ville Skyttä - 0.9.3-5 - Rebuild. * Thu Sep 13 2012 Ville Skyttä - 0.9.3-4 - Rebuild. * Thu Jul 19 2012 Ville Skyttä - 0.9.3-3 - Rebuild. * Wed Jun 27 2012 Ville Skyttä - 0.9.3-2 - Rebuild. * Wed Apr 4 2012 Ville Skyttä - 0.9.3-1 - Update to 0.9.3. * Mon Mar 26 2012 Ville Skyttä - 0.9.2-1 - Update to 0.9.2. * Sun Mar 11 2012 Ville Skyttä - 0.9.1-8 - Apply upstream VDR 1.7.26+ patch. * Tue Mar 6 2012 Ville Skyttä - 0.9.1-7 - Apply Udo Richter's patch taking advantage of new VDR 1.7.25 features. * Mon Feb 20 2012 Ville Skyttä - 0.9.1-6 - Rebuild. * Sun Jan 15 2012 Ville Skyttä - 0.9.1-5 - Rebuild. * Sat Jan 14 2012 Fedora Release Engineering - 0.9.1-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild * Sun Dec 4 2011 Ville Skyttä - 0.9.1-3 - Rebuild. * Sun Nov 6 2011 Ville Skyttä - 0.9.1-2 - Clean up specfile constructs no longer needed with Fedora or EL6+. * Sat Aug 20 2011 Ville Skyttä - 0.9.1-1 - Update to 0.9.1. - Use rpm >= 4.9's Provides filtering instead of the old Fedora way. * Mon Feb 07 2011 Fedora Release Engineering - 0.9.0-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild * Sat Nov 6 2010 Ville Skyttä - 0.9.0-1 - Update to 0.9.0. * Sun Aug 29 2010 Ville Skyttä - 0.8.3-5 - Make built in cache path match default configuration. * Thu Sep 3 2009 Ville Skyttä - 0.8.3-4 - Filter out autoprovided libvdr-*.so.* (if %%filter_setup is available). * Mon Aug 10 2009 Ville Skyttä - 0.8.3-3 - Use ISA qualified dependency to vdr(abi). - Use %%global instead of %%define. * Sun Jul 26 2009 Fedora Release Engineering - 0.8.3-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild * Thu Jun 4 2009 Ville Skyttä - 0.8.3-1 - Update to 0.8.3. * Tue May 26 2009 Ville Skyttä - 0.8.2-1 - Update to 0.8.2. * Wed Feb 25 2009 Fedora Release Engineering - 0.8.1-2 - Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild * Sun Jan 11 2009 Ville Skyttä - 0.8.1-1 - 0.8.1. - Trim pre-Fedora %%changelog entries. * Sun Dec 21 2008 Ville Skyttä - 0.7.0-1 - 0.7.0. * Sun Dec 14 2008 Ville Skyttä - 0.6.0-1 - 0.6.0 (new community upstream), patches applied upstream. * Mon Apr 7 2008 Ville Skyttä - 0.5.1-31 - Apply VDR 1.5+ patch from e-tobi.net Debian package. - Build for VDR 1.6.0. * Sat Feb 16 2008 Ville Skyttä - 0.5.1-30 - Rebuild. * Wed Aug 22 2007 Ville Skyttä - 0.5.1-29 - BuildRequires: gawk for extracting APIVERSION. * Tue Aug 7 2007 Ville Skyttä - 0.5.1-28 - License: GPLv2+ * Sun Jan 7 2007 Ville Skyttä - 0.5.1-27 - Rebuild for VDR 1.4.5. * Sun Nov 12 2006 Ville Skyttä - 0.5.1-26 - First FE build.