9bb2d33
%global pname   femon
9bb2d33
%global __provides_exclude_from ^%{vdr_plugindir}/.*\\.so.*$
cfafb89
cfafb89
Name:           vdr-%{pname}
3ee471f
Version:        1.7.17
726e6d5
Release:        4%{?dist}
cfafb89
Summary:        DVB frontend status monitor plugin for VDR
cfafb89
f1e51f3
License:        GPLv2+
cfafb89
URL:            http://www.saunalahti.fi/~rahrenbe/vdr/femon/
cfafb89
Source0:        http://www.saunalahti.fi/~rahrenbe/vdr/femon/files/%{name}-%{version}.tgz
cfafb89
Source1:        %{name}.conf
cfafb89
b543fbc
BuildRequires:  vdr-devel >= 1.7.27
9bb2d33
Requires:       vdr(abi)%{?_isa} = %{vdr_apiversion}
12bcb3e
cfafb89
%description
cfafb89
DVB frontend status monitor is a plugin that displays some signal
cfafb89
information parameters of the current tuned channel on VDR's OSD.  You
cfafb89
can zap through all your channels and the plugin should be monitoring
cfafb89
always the right frontend.  The transponder and stream information are
cfafb89
also available in advanced display modes.
cfafb89
cfafb89
cfafb89
%prep
cfafb89
%setup -q -n %{pname}-%{version}
cfafb89
cfafb89
cfafb89
%build
e24e0e3
make %{?_smp_mflags} LIBDIR=. LOCALEDIR=./locale VDRDIR=%{_libdir}/vdr \
e24e0e3
    STRIP=/bin/true
cfafb89
cfafb89
cfafb89
%install
e24e0e3
9bb2d33
install -dm 755 $RPM_BUILD_ROOT%{vdr_plugindir}
9bb2d33
install -pm 755 libvdr-%{pname}.so.%{vdr_apiversion} \
9bb2d33
    $RPM_BUILD_ROOT%{vdr_plugindir}
e24e0e3
cfafb89
install -Dpm 644 %{SOURCE1} \
9bb2d33
    $RPM_BUILD_ROOT%{_sysconfdir}/sysconfig/vdr-plugins.d/%{pname}.conf
cfafb89
e24e0e3
install -dm 755 $RPM_BUILD_ROOT%{_datadir}/locale
e24e0e3
cp -pR locale/* $RPM_BUILD_ROOT%{_datadir}/locale
e24e0e3
%find_lang %{name}
e24e0e3
cfafb89
e24e0e3
%files -f %{name}.lang
cfafb89
%doc COPYING HISTORY README
cfafb89
%config(noreplace) %{_sysconfdir}/sysconfig/vdr-plugins.d/%{pname}.conf
9bb2d33
%{vdr_plugindir}/libvdr-%{pname}.so.%{vdr_apiversion}
cfafb89
cfafb89
cfafb89
%changelog
726e6d5
* Thu Sep 13 2012 Ville Skyttä <ville.skytta@iki.fi> - 1.7.17-4
726e6d5
- Rebuild.
726e6d5
448d05a
* Thu Jul 19 2012 Ville Skyttä <ville.skytta@iki.fi> - 1.7.17-3
448d05a
- Rebuild.
448d05a
aea51be
* Wed Jun 27 2012 Ville Skyttä <ville.skytta@iki.fi> - 1.7.17-2
aea51be
- Rebuild.
aea51be
3ee471f
* Wed Apr  4 2012 Ville Skyttä <ville.skytta@iki.fi> - 1.7.17-1
3ee471f
- Update to 1.7.17.
3ee471f
b543fbc
* Mon Mar 26 2012 Ville Skyttä <ville.skytta@iki.fi> - 1.7.16-1
b543fbc
- Update to 1.7.16.
b543fbc
17adb2f
* Sat Mar 17 2012 Ville Skyttä <ville.skytta@iki.fi> - 1.7.15-1
17adb2f
- Update to 1.7.15.
17adb2f
89ea27b
* Sun Mar 11 2012 Ville Skyttä <ville.skytta@iki.fi> - 1.7.14-1
89ea27b
- Update to 1.7.14.
89ea27b
5a8eb21
* Tue Mar  6 2012 Ville Skyttä <ville.skytta@iki.fi> - 1.7.13-3
5a8eb21
- Rebuild.
5a8eb21
3842f8d
* Mon Feb 20 2012 Ville Skyttä <ville.skytta@iki.fi> - 1.7.13-2
3842f8d
- Rebuild.
3842f8d
f9a22dd
* Mon Feb  6 2012 Ville Skyttä <ville.skytta@iki.fi> - 1.7.13-1
f9a22dd
- Update to 1.7.13.
f9a22dd
9035fd0
* Mon Jan 16 2012 Ville Skyttä <ville.skytta@iki.fi> - 1.7.12-1
9035fd0
- Update to 1.7.12.
9035fd0
d482316
* Sun Jan 15 2012 Ville Skyttä <ville.skytta@iki.fi> - 1.7.11-4
d482316
- Fix build with VDR 1.7.23.
f4d6f4a
c38d1f2
* Sat Jan 14 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.11-2
c38d1f2
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
c38d1f2
bb5c5ca
* Sun Dec  4 2011 Ville Skyttä <ville.skytta@iki.fi> - 1.7.11-1
bb5c5ca
- Update to 1.7.11.
bb5c5ca
9bb2d33
* Sun Nov  6 2011 Ville Skyttä <ville.skytta@iki.fi> - 1.7.10-1
9bb2d33
- Update to 1.7.10.
9bb2d33
- Clean up specfile constructs no longer needed with Fedora or EL6+.
9bb2d33
a3b1efa
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.7-5
a3b1efa
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
a3b1efa
12bcb3e
* Thu Sep  3 2009 Ville Skyttä <ville.skytta@iki.fi> - 1.6.7-4
12bcb3e
- Filter out autoprovided libvdr-*.so.* (if %%filter_setup is available).
12bcb3e
c287de0
* Mon Aug 10 2009 Ville Skyttä <ville.skytta@iki.fi> - 1.6.7-3
c287de0
- Use ISA qualified dependency to vdr(abi).
c287de0
- Use %%global instead of %%define.
c287de0
6dd1913
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.7-2
6dd1913
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
6dd1913
c287de0
* Sun Jun 21 2009 Ville Skyttä <ville.skytta@iki.fi> - 1.6.7-1
18699ae
- Update to 1.6.7.
18699ae
- Trim pre-1.6.0 %%changelog entries.
18699ae
9cf9844
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.6-2
9cf9844
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
9cf9844
c287de0
* Wed Jan  7 2009 Ville Skyttä <ville.skytta@iki.fi> - 1.6.6-1
637e6dc
- 1.6.6.
637e6dc
c287de0
* Wed Dec 17 2008 Ville Skyttä <ville.skytta@iki.fi> - 1.6.5-1
3b7c235
- 1.6.5.
3b7c235
c287de0
* Sun Nov 30 2008 Ville Skyttä <ville.skytta@iki.fi> - 1.6.4-1
452c06c
- 1.6.4.
452c06c
c287de0
* Mon Nov 10 2008 Ville Skyttä <ville.skytta@iki.fi> - 1.6.3-1
b76abee
- 1.6.3.
b76abee
c287de0
* Tue Oct 14 2008 Ville Skyttä <ville.skytta@iki.fi> - 1.6.2-1
1041b77
- 1.6.2.
1041b77
c287de0
* Sun Jun 22 2008 Ville Skyttä <ville.skytta@iki.fi> - 1.6.1-1
983dec7
- 1.6.1.
983dec7
c287de0
* Mon Apr  7 2008 Ville Skyttä <ville.skytta@iki.fi> - 1.6.0-1
e24e0e3
- 1.6.0.
97d03ef
- Build for VDR 1.6.0.