Accepting request 850285 from hardware
OBS-URL: https://build.opensuse.org/request/show/850285 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/technisat-usb2-firmware?expand=0&rev=4
This commit is contained in:
commit
dc46307bd2
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 19 13:06:05 UTC 2020 - Ludwig Nussel <lnussel@suse.de>
|
||||
|
||||
- use %_firmwaredir
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 25 15:11:19 CET 2013 - ro@suse.de
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package technisat-usb2-firmware
|
||||
#
|
||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -12,16 +12,17 @@
|
||||
# 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/
|
||||
# Please submit bugfixes or comments via https://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/
|
||||
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
|
||||
@ -40,12 +41,12 @@ 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/
|
||||
mkdir -p -m 755 %{buildroot}%{_firmwaredir}
|
||||
cp dvb-usb-SkyStar_USB_HD_FW_v17_63.HEX.fw %{buildroot}%{_firmwaredir}/
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc dvb-usb-SkyStar_USB_HD_FW_v17_63.HEX.fw.license.txt
|
||||
/lib/firmware/*
|
||||
%{_firmwaredir}/*
|
||||
|
||||
%changelog
|
||||
|
Loading…
x
Reference in New Issue
Block a user