4525a3c
Name:           dtv-scan-tables
4525a3c
Version:        0
4525a3c
Release:        3.20130713gitd913405%{?dist}
4525a3c
Summary:        Digital TV scan tables
4525a3c
4525a3c
#2013-07-19: License discussed in: https://bugzilla.redhat.com/show_bug.cgi?id=986051#c4
4525a3c
License:        Public Domain
4525a3c
URL:            http://git.linuxtv.org/dtv-scan-tables.git
4525a3c
Source0:        http://linuxtv.org/downloads/dtv-scan-tables/dtv-scan-tables-2013-07-03-d913405.tar.bz2
4525a3c
BuildArch:      noarch
4525a3c
# FPC permission for Conflicts:
4525a3c
# https://lists.fedoraproject.org/pipermail/packaging/2013-July/009346.html
4525a3c
# https://fedorahosted.org/fpc/ticket/316
4525a3c
Conflicts:      dvb-apps <= 1.1.2-4.1488.f3a70b206f0f%{?dist}
4525a3c
4525a3c
%description
4525a3c
This package contains digital TV scan tables that are used by TV applications
4525a3c
to scan for channels.
4525a3c
4525a3c
%prep
4525a3c
# The data just needs to be extracted to /, therfore nothing to do here
4525a3c
4525a3c
%build
4525a3c
# No build required
4525a3c
4525a3c
4525a3c
%install
4525a3c
tar --directory="$RPM_BUILD_ROOT" --file="%{SOURCE0}" --extract
4525a3c
4525a3c
%files
4525a3c
%doc %{_datadir}/dvb/COPYING
4525a3c
%doc %{_datadir}/dvb/COPYING.LGPL
4525a3c
%{_datadir}/dvb/
4525a3c
4525a3c
%changelog
4525a3c
* Fri Nov 08 2013 Till Maas <opensource@till.name> - 0-3.20130713gitd913405
4525a3c
- Include date and git hash in changelog
4525a3c
- Update Conflicts
4525a3c
4525a3c
* Fri Nov 01 2013 Till Maas <opensource@till.name> - 0-2
4525a3c
- Update license
4525a3c
4525a3c
* Thu Jul 18 2013 Till Maas <opensource@till.name> - 0-1
4525a3c
- initial Package