]> git.pld-linux.org Git - SPECS.git/blob - ql2500-firmware.spec
SPECS updated Wed 28 Jul 14:48:01 CEST 2021
[SPECS.git] / ql2500-firmware.spec
1 #
2 %define         nameprog ql2500
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:        4.04.05
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:  63da48bbd850711229e6ae3ab6980ff5
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.061428 seconds and 3 git commands to generate.