12
0

Accepting request 156329 from home:oertel:branches:hardware

add package to hardware (bnc#804076)

OBS-URL: https://build.opensuse.org/request/show/156329
OBS-URL: https://build.opensuse.org/package/show/hardware/technisat-usb2-firmware?expand=0&rev=1
This commit is contained in:
Ismail Dönmez
2013-02-25 14:19:50 +00:00
committed by Git OBS Bridge
commit d27a8824bd
6 changed files with 113 additions and 0 deletions

25
.gitattributes vendored Normal file
View File

@@ -0,0 +1,25 @@
## Default LFS
*.7z filter=lfs diff=lfs merge=lfs -text
*.bsp filter=lfs diff=lfs merge=lfs -text
*.bz2 filter=lfs diff=lfs merge=lfs -text
*.gem filter=lfs diff=lfs merge=lfs -text
*.gz filter=lfs diff=lfs merge=lfs -text
*.jar filter=lfs diff=lfs merge=lfs -text
*.lz filter=lfs diff=lfs merge=lfs -text
*.lzma filter=lfs diff=lfs merge=lfs -text
*.obscpio filter=lfs diff=lfs merge=lfs -text
*.oxt filter=lfs diff=lfs merge=lfs -text
*.pdf filter=lfs diff=lfs merge=lfs -text
*.png filter=lfs diff=lfs merge=lfs -text
*.rpm filter=lfs diff=lfs merge=lfs -text
*.tbz filter=lfs diff=lfs merge=lfs -text
*.tbz2 filter=lfs diff=lfs merge=lfs -text
*.tgz filter=lfs diff=lfs merge=lfs -text
*.ttf filter=lfs diff=lfs merge=lfs -text
*.txz filter=lfs diff=lfs merge=lfs -text
*.whl filter=lfs diff=lfs merge=lfs -text
*.xz filter=lfs diff=lfs merge=lfs -text
*.zip filter=lfs diff=lfs merge=lfs -text
*.zst filter=lfs diff=lfs merge=lfs -text
## Specific LFS patterns
dvb-usb-SkyStar_USB_HD_FW_v17_63.HEX.fw filter=lfs diff=lfs merge=lfs -text

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
.osc

View File

@@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a81cd3b448fed1cd83105a2df32b5817a33f2583ac92a00e0341f1cf17b0c6ef
size 9214

View File

@@ -0,0 +1,28 @@
This firmware is provided by TechniSat Digital UK Ltd whose registered
office is Witan Gate House 500 - 600 Witan Gate West, Milton Keynes,
MK9 1SH on 10 October 2010.
The USB firmware file "dvb-usb-SkyStar_USB_HD_FW_v17_63.HEX.fw" for TechniSat's
SkyStar USB HD product, used together with the Linux driver module
"dvb-usb-technisat-usb2" is provided under the following licensing
terms:
Copyright (C) 2010, TechniSat Digital UK Limited
Permission to use, copy, modify and/or distribute this software for
use with TechniSat's SkyStar USB HD product, with or without a fee is
hereby granted, provided that the above copyright notice and this
permission notice appear in all copies.
THIS SOFTWARE IS PROVIDED "AS IS" AND THE COPYRIGHT HOLDER DISCLAIMS
ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED
WARRANTIES OF MERCHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE,
EXCEPT THAT NOTHING IN THIS DISCLAIMER EXCLUDES OR LIMITS THE IMPLIED
WARRANTY AS TO TITLE UNDER SECTION 12 OF THE SALE OF GOODS ACT 1979.
IN NO EVENT SHALL THE COPYRIGHT HOLDER BE LIABLE FOR ANY SPECIAL,
DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER
RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF
CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN
CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. NOTHING IN
THIS DISCLAIMER SHALL BE INTERPRETED AS EXCLUDING OR LIMITING
LIABILITY FOR DEATH, PERSONAL INJURY OR FRAUD.

View File

@@ -0,0 +1,5 @@
-------------------------------------------------------------------
Mon Feb 25 15:11:19 CET 2013 - ro@suse.de
- created package (bnc#804076)

View File

@@ -0,0 +1,51 @@
#
# 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