[iwl6000g2b-firmware] - Initial import

John W. Linville linville at fedoraproject.org
Thu Jan 6 18:18:19 UTC 2011


commit 52e6bf7d70f24c4f64f8df19ac745f515d3a786b
Author: John W. Linville <linville at tuxdriver.com>
Date:   Thu Jan 6 13:18:02 2011 -0500

    - Initial import

 iwl6000g2b-firmware.spec             |   64 ++++++++++++++++++++++++++++++++++
 iwlwifi-6000g2b-ucode-17.168.5.1.tgz |  Bin 0 -> 221067 bytes
 2 files changed, 64 insertions(+), 0 deletions(-)
---
diff --git a/iwl6000g2b-firmware.spec b/iwl6000g2b-firmware.spec
new file mode 100644
index 0000000..057f13f
--- /dev/null
+++ b/iwl6000g2b-firmware.spec
@@ -0,0 +1,64 @@
+Name:           iwl6000g2b-firmware
+Version:        17.168.5.1
+Release:        1%{?dist}
+Summary:        Firmware for Intel(R) Wireless WiFi Link 6030 Series Adapters
+
+Group:          System Environment/Kernel
+License:        Redistributable, no modification permitted
+URL:            http://intellinuxwireless.org/
+Source0:        http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-6000g2b-ucode-%{version}.tgz
+BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+
+BuildArch:      noarch
+
+Requires:       udev
+
+
+%description
+This package contains the firmware required by the iwlagn driver
+for Linux to support the iwl6000g2b hardware.  Usage of the firmware
+is subject to the terms and conditions contained inside the provided
+LICENSE file. Please read it carefully.
+
+%prep
+%setup -c -q
+
+# Change permission
+find . -type f -exec chmod 0644 {} ';'
+
+pushd iwlwifi-6000g2b-ucode-%{version}
+# Change encoding
+sed -i 's/\r//'  LICENSE.iwlwifi-6000g2b-ucode README.iwlwifi-6000g2b-ucode
+# Rename docs
+mv LICENSE.iwlwifi-6000g2b-ucode ../LICENSE
+mv README.iwlwifi-6000g2b-ucode ../README
+# Preserve timestamp
+touch -r *.ucode ../LICENSE ../README
+popd
+
+
+%build
+# Nothing to build
+
+
+%install
+rm -rf $RPM_BUILD_ROOT
+mkdir -p $RPM_BUILD_ROOT/lib/firmware
+pushd iwlwifi-6000g2b-ucode-%{version}
+install -pm 0644 *.ucode $RPM_BUILD_ROOT/lib/firmware/
+popd
+
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+
+%files
+%defattr(-,root,root,-)
+%doc LICENSE README
+/lib/firmware/*.ucode
+
+
+%changelog
+* Mon Dec 20 2010 John W. Linville <linville at redhat.com> - 17.168.5.1-1
+- Initial import
diff --git a/iwlwifi-6000g2b-ucode-17.168.5.1.tgz b/iwlwifi-6000g2b-ucode-17.168.5.1.tgz
new file mode 100644
index 0000000..71b1b2e
Binary files /dev/null and b/iwlwifi-6000g2b-ucode-17.168.5.1.tgz differ


More information about the scm-commits mailing list