From f375056304faed97a29898131b126c8c0ce9f3c2 Mon Sep 17 00:00:00 2001 From: Arkadiusz Miƛkiewicz Date: Mon, 14 Aug 2006 08:24:32 +0000 Subject: - QLogic firmwares; redistibutable Changed files: ql2322-firmware.spec -> 1.1 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/* -- cgit v0.10.2