update to 0.0.51
renamed to openelec-dvb-firmware [release 0.0.51-1mamba;Fri Feb 05 2021]
This commit is contained in:
parent
44ca711634
commit
0d3337fbcc
@ -1,2 +1,4 @@
|
||||
# openelec-dvb-firmware
|
||||
|
||||
Source package to build firmware files for the Linux DVB drivers that require such (except for dvb-ttpci which is in separate package).
|
||||
|
||||
|
57
openelec-dvb-firmware.spec
Normal file
57
openelec-dvb-firmware.spec
Normal file
@ -0,0 +1,57 @@
|
||||
Name: openelec-dvb-firmware
|
||||
Version: 0.0.51
|
||||
Release: 1mamba
|
||||
Summary: DVB firmware from OpenELEC project
|
||||
Group: System/Kernel and Hardware
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
URL: https://github.com/OpenELEC/dvb-firmware
|
||||
Source0: https://github.com/OpenELEC/dvb-firmware.git/%{version}/dvb-firmware-%{version}.tar.bz2
|
||||
License: PLF
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
## AUTOBUILDREQ-END
|
||||
BuildRequires: linux-firmware
|
||||
Provides: dvb-firmware
|
||||
Obsoletes: dvb-firmware == 20061120
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
||||
|
||||
|
||||
%description
|
||||
Source package to build firmware files for the Linux DVB drivers that require such (except for dvb-ttpci which is in separate package).
|
||||
|
||||
%prep
|
||||
%setup -q -n dvb-firmware-%{version}
|
||||
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
cd firmware
|
||||
for _file in $(find -type f); do
|
||||
if [[ ! -f /lib/firmware/$_file ]]; then
|
||||
install -Dm644 "$_file" %{buildroot}/lib/firmware/$_file
|
||||
fi
|
||||
done
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(0644,root,root)
|
||||
/lib/firmware/*
|
||||
|
||||
%changelog
|
||||
* Fri Feb 05 2021 Silvan Calarco <silvan.calarco@mambasoft.it> 0.0.51-1mamba
|
||||
- update to 0.0.51
|
||||
- renamed to openelec-dvb-firmware
|
||||
|
||||
* Fri Feb 05 2021 Automatic Build System <autodist@mambasoft.it> 20170329-1mamba
|
||||
- automatic version update by autodist
|
||||
|
||||
* Tue Aug 25 2015 Automatic Build System <autodist@mambasoft.it> 20061120-3mamba
|
||||
- automatic rebuild by autodist
|
||||
|
||||
* Sat Nov 07 2009 Silvan Calarco <silvan.calarco@mambasoft.it> 20061120-2mamba
|
||||
- fixed group
|
||||
|
||||
* Sun May 11 2008 gil <puntogil@libero.it> 20061120-1mamba
|
||||
- package created by autospec
|
Loading…
Reference in New Issue
Block a user