]> git.pld-linux.org Git - SPECS.git/blob - ql2100-firmware.spec
SPECS updated Sat 31 Jul 20:27:02 CEST 2021
[SPECS.git] / ql2100-firmware.spec
1 #
2 %define         nameprog ql2100
3
4 Summary:        Firmware for the QLogic %{nameprog} HBA
5 Summary(pl.UTF-8):      Firmware dla HBA QLogic %{nameprog}
6 Name:           %{nameprog}-firmware
7 Version:        1.19.38
8 Release:        1
9 License:        distributable
10 Group:          Base/Kernel
11 Source0:        ftp://ftp.qlogic.com/outgoing/linux/firmware/%{nameprog}_fw.bin
12 # Source0-md5:  12c35a92429131323f9ed2764fc457df
13 BuildArch:      noarch
14 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
15
16 %description
17 This package contains the firmware for the QLogic %{nameprog} driver.
18
19 %description -l pl.UTF-8
20 Ten pakiet zawiera firmware dla sterownika QLogic %{nameprog}.
21
22 %prep
23 %setup -q -c -T
24
25 %install
26 rm -rf $RPM_BUILD_ROOT
27 install -d $RPM_BUILD_ROOT/lib/firmware
28
29 install %{SOURCE0} $RPM_BUILD_ROOT/lib/firmware
30
31 %clean
32 rm -rf $RPM_BUILD_ROOT
33
34 %files
35 %defattr(644,root,root,755)
36 /lib/firmware/*
This page took 0.642265 seconds and 3 git commands to generate.