SPECS: ql2500-firmware.spec (NEW) - initial

arekm arekm at pld-linux.org
Tue Jan 22 15:02:20 CET 2008


Author: arekm                        Date: Tue Jan 22 14:02:20 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial

---- Files affected:
SPECS:
   ql2500-firmware.spec (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SPECS/ql2500-firmware.spec
diff -u /dev/null SPECS/ql2500-firmware.spec:1.1
--- /dev/null	Tue Jan 22 15:02:20 2008
+++ SPECS/ql2500-firmware.spec	Tue Jan 22 15:02:15 2008
@@ -0,0 +1,47 @@
+# $Revision$, $Date$
+#
+%define		nameprog ql2500
+
+Summary:	Firmware for the QLogic %{nameprog} HBA
+Summary(pl.UTF-8):	Firmware dla HBA QLogic %{nameprog}
+Name:		%{nameprog}-firmware
+Version:	4.03.00
+Release:	1
+License:	distributable
+Group:		Base/Kernel
+Source0:	ftp://ftp.qlogic.com/outgoing/linux/firmware/%{nameprog}_fw.bin
+# Source0-md5:	cc0c7b6e40421849b46b401b69f211a9
+BuildArch:	noarch
+BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This package contains the firmware for the QLogic %{nameprog} driver.
+
+%description -l pl.UTF-8
+Ten pakiet zawiera firmware dla sterownika QLogic %{nameprog}.
+
+%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/*
+
+%define date	%(echo `LC_ALL="C" date +"%a %b %d %Y"`)
+%changelog
+* %{date} PLD Team <feedback at pld-linux.org>
+All persons listed below can be reached at <cvs_login>@pld-linux.org
+
+$Log$
+Revision 1.1  2008-01-22 14:02:15  arekm
+- initial
+
================================================================


More information about the pld-cvs-commit mailing list