technisat-usb2-firmware/technisat-usb2-firmware.spec

52 lines
1.7 KiB
RPMSpec

#
# spec file for package technisat-usb2-firmware
#
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
# upon. The license for this file, and modifications and additions to the
# file, is the same license as for the pristine package itself (unless the
# license for the pristine package is not an Open Source License, in which
# case the license is the MIT License). An "Open Source License" is a
# license that conforms to the Open Source Definition (Version 1.9)
# published by the Open Source Initiative.
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
Name: technisat-usb2-firmware
Summary: Firmware for Technisat SkyStar USB HD
License: SUSE-Firmware
Group: Hardware/TV
Version: 17.63
Release: 0
Url: http://kernellabs.com/firmware/technisat-usb2/
Source0: dvb-usb-SkyStar_USB_HD_FW_v17_63.HEX.fw
Source1: dvb-usb-SkyStar_USB_HD_FW_v17_63.HEX.fw.license.txt
BuildRoot: %{_tmppath}/%{name}-%{version}-build
BuildArch: noarch
Supplements: modalias(usb:v14F7p0500d*dc*dsc*dp*ic*isc*ip*)
%description
This package provides the firmware images that should be automatically loaded
as needed by the hotplug system.
%prep
%setup -c -n firmware -T
cp -a %{S:0} .
cp -a %{S:1} .
%build
%install
mkdir -p -m 755 %{buildroot}/lib/firmware
cp dvb-usb-SkyStar_USB_HD_FW_v17_63.HEX.fw %{buildroot}/lib/firmware/
%files
%defattr(-,root,root)
%doc dvb-usb-SkyStar_USB_HD_FW_v17_63.HEX.fw.license.txt
/lib/firmware/*
%changelog