rpms/iwl6000-firmware/F-11 iwl6000-firmware.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

John W. Linville linville at fedoraproject.org
Wed Nov 11 15:48:42 UTC 2009


Author: linville

Update of /cvs/pkgs/rpms/iwl6000-firmware/F-11
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv29843

Modified Files:
	.cvsignore sources 
Added Files:
	iwl6000-firmware.spec 
Log Message:
Initial import for F-11...


--- NEW FILE iwl6000-firmware.spec ---
Name:           iwl6000-firmware
Version:        9.176.4.1
Release:        2%{?dist}
Summary:        Firmware for Intel(R) Wireless WiFi Link 6000 Series AGN Adapter

Group:          System Environment/Kernel
License:        Redistributable, no modification permitted
URL:            http://intellinuxwireless.org/
Source0:        http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-6000-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 iwl6000 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

pushd iwlwifi-6000-ucode-%{version}
# Change encoding
sed -i 's/\r//'  LICENSE.iwlwifi-6000-ucode README.iwlwifi-6000-ucode
# Rename docs
mv LICENSE.iwlwifi-6000-ucode ../LICENSE
mv README.iwlwifi-6000-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-6000-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
* Tue Nov 10 2009 John W. Linville <linville at tuxdriver.com> - 9.176.4.1-2
- Add Requires for udev

* Mon Nov  9 2009 John W. Linville <linville at tuxdriver.com> - 9.176.4.1-1
- Initial import


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/iwl6000-firmware/F-11/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	11 Nov 2009 03:42:56 -0000	1.1
+++ .cvsignore	11 Nov 2009 15:48:42 -0000	1.2
@@ -0,0 +1 @@
+iwlwifi-6000-ucode-9.176.4.1.tgz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/iwl6000-firmware/F-11/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	11 Nov 2009 03:42:56 -0000	1.1
+++ sources	11 Nov 2009 15:48:42 -0000	1.2
@@ -0,0 +1 @@
+d0489d67d88e681eb3070c57daccfd92  iwlwifi-6000-ucode-9.176.4.1.tgz




More information about the scm-commits mailing list