summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArkadiusz Miƛkiewicz2006-08-14 08:24:32 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitf375056304faed97a29898131b126c8c0ce9f3c2 (patch)
treefc6daf910474f044033fb15735d179867a6d61e9
downloadql2322-firmware-f375056304faed97a29898131b126c8c0ce9f3c2.zip
ql2322-firmware-f375056304faed97a29898131b126c8c0ce9f3c2.tar.gz
- QLogic firmwares; redistibutableauto/th/ql2322-firmware-3_03_20-0_1
Changed files: ql2322-firmware.spec -> 1.1
-rw-r--r--ql2322-firmware.spec32
1 files changed, 32 insertions, 0 deletions
diff --git a/ql2322-firmware.spec b/ql2322-firmware.spec
new file mode 100644
index 0000000..ecb3a09
--- /dev/null
+++ b/ql2322-firmware.spec
@@ -0,0 +1,32 @@
+#
+%define nameprog ql2322
+
+Summary: Firmware for the QLogic %{nameprog} HBA
+Name: %{nameprog}-firmware
+Version: 3.03.20
+Release: 0.1
+License: distributable
+Group: Base/Kernel
+Source0: ftp://ftp.qlogic.com/outgoing/linux/firmware/%{nameprog}_fw.bin
+# Source0-md5: 37d2a8ba7d49fc0fb72483341f559e46
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This package contains the firmware for the QLogic %{nameprog} 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/*