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