SPECS: wimax-i2400m-fw.spec (NEW) - initial
arekm
arekm at pld-linux.org
Fri Mar 20 01:45:43 CET 2009
Author: arekm Date: Fri Mar 20 00:45:43 2009 GMT
Module: SPECS Tag: HEAD
---- Log message:
- initial
---- Files affected:
SPECS:
wimax-i2400m-fw.spec (NONE -> 1.1) (NEW)
---- Diffs:
================================================================
Index: SPECS/wimax-i2400m-fw.spec
diff -u /dev/null SPECS/wimax-i2400m-fw.spec:1.1
--- /dev/null Fri Mar 20 01:45:43 2009
+++ SPECS/wimax-i2400m-fw.spec Fri Mar 20 01:45:37 2009
@@ -0,0 +1,46 @@
+# $Revision$, $Date$
+%define _module i2400m
+Summary: Microcode image for Intel Wireless WiFi Link 5000AGN Adapter
+Summary(pl.UTF-8): Obraz mikrokodu dla układów bezprzewodowych Intel Wireless WiFi Link 5000AGN
+Name: wimax-%{_module}-fw
+Version: 1.4.0
+Release: 1
+License: distributable
+Group: Base/Kernel
+Source0: http://www.linuxwimax.org/Download?action=AttachFile&do=get&target=%{_module}-fw-%{version}.tar.bz2
+# Source0-md5: d2aa2da73926fc23d5ff748f64bd520d
+URL: http://www.linuxwimax.org/
+BuildArch: noarch
+BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+The file provided in this package must be present on your system in
+order for the Intel WiMAX/WiFi devices to operate on your system.
+
+%prep
+%setup -q -n %{_module}-fw-%{version}
+
+%install
+rm -rf $RPM_BUILD_ROOT
+install -d $RPM_BUILD_ROOT/lib/firmware
+
+install i2400m-fw-usb-1.4.sbcf $RPM_BUILD_ROOT/lib/firmware
+install LICENSE $RPM_BUILD_ROOT/lib/firmware/%{name}-LICENSE
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+/lib/firmware/%{name}-LICENSE
+/lib/firmware/*.sbcf
+
+%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 2009/03/20 00:45:37 arekm
+- initial
+
================================================================
More information about the pld-cvs-commit
mailing list