]> git.pld-linux.org Git - packages/aic94xx-firmware.git/blob - aic94xx-firmware.spec
- initial version
[packages/aic94xx-firmware.git] / aic94xx-firmware.spec
1 Summary:        Firmware for the Adaptec AIC-94xx HBA
2 Name:           aic94xx-firmware
3 Version:        1.0.0
4 Release:        0.V17_10C6
5 License:        GPL
6 Group:          Base/Kernel
7 Source0:        http://kernel.org/pub/linux/kernel/people/jejb/aic94xx-seq.fw
8 # Source0-md5:  589f442b43ea0cc42fec275d7a612c2e
9 BuildArch:      noarch
10 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
11
12 %description
13 This package contains the firmware for the aic94xx driver.
14
15 %prep
16 %setup -q -c -T
17
18 %install
19 rm -rf $RPM_BUILD_ROOT
20 install -d $RPM_BUILD_ROOT/lib/firmware
21
22 install %{SOURCE0} $RPM_BUILD_ROOT/lib/firmware
23
24 %clean
25 rm -rf $RPM_BUILD_ROOT
26
27 %files
28 %defattr(644,root,root,755)
29 /lib/firmware/*
This page took 0.053088 seconds and 3 git commands to generate.