SPECS: aic94xx-firmware.spec (NEW) - initial version

aflinta aflinta at pld-linux.org
Mon Apr 23 17:21:52 CEST 2007


Author: aflinta                      Date: Mon Apr 23 15:21:52 2007 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- initial version

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

---- Diffs:

================================================================
Index: SPECS/aic94xx-firmware.spec
diff -u /dev/null SPECS/aic94xx-firmware.spec:1.1
--- /dev/null	Mon Apr 23 17:21:52 2007
+++ SPECS/aic94xx-firmware.spec	Mon Apr 23 17:21:46 2007
@@ -0,0 +1,40 @@
+# $Revision$, $Date$
+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/*
+
+%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  2007/04/23 15:21:46  aflinta
+- initial version
+
================================================================


More information about the pld-cvs-commit mailing list