]> git.pld-linux.org Git - packages/aic94xx-firmware.git/commitdiff
- initial version
authoraflinta <aflinta@pld-linux.org>
Mon, 23 Apr 2007 15:21:46 +0000 (15:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    aic94xx-firmware.spec -> 1.1

aic94xx-firmware.spec [new file with mode: 0644]

diff --git a/aic94xx-firmware.spec b/aic94xx-firmware.spec
new file mode 100644 (file)
index 0000000..82cb255
--- /dev/null
@@ -0,0 +1,29 @@
+Summary:       Firmware for the Adaptec AIC-94xx HBA
+Name:          aic94xx-firmware
+Version:       1.0.0
+Release:       0.V17_10C6
+License:       GPL
+Group:         Base/Kernel
+Source0:       http://kernel.org/pub/linux/kernel/people/jejb/aic94xx-seq.fw
+# Source0-md5: 589f442b43ea0cc42fec275d7a612c2e
+BuildArch:     noarch
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This package contains the firmware for the aic94xx driver.
+
+%prep
+%setup -q -c -T
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT/lib/firmware
+
+install %{SOURCE0} $RPM_BUILD_ROOT/lib/firmware
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+/lib/firmware/*
This page took 0.10837 seconds and 4 git commands to generate.