rpms/iwl6050-firmware/devel import.log, NONE, 1.1 iwl6050-firmware.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

John W. Linville linville at fedoraproject.org
Mon Jun 14 17:22:30 UTC 2010


Author: linville

Update of /cvs/pkgs/rpms/iwl6050-firmware/devel
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv9480/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log iwl6050-firmware.spec 
Log Message:
Initial import (#601771).


--- NEW FILE import.log ---
iwl6050-firmware-9_201_4_1-2_fc14:HEAD:iwl6050-firmware-9.201.4.1-2.fc14.src.rpm:1276536126


--- NEW FILE iwl6050-firmware.spec ---
Name:           iwl6050-firmware
Version:        9.201.4.1
Release:        2%{?dist}
Summary:        Firmware for Intel(R) Wireless WiFi Link 6050 Series Adapters

Group:          System Environment/Kernel
License:        Redistributable, no modification permitted
URL:            http://intellinuxwireless.org/
Source0:        http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-6050-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 iwl6050 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-6050-ucode-%{version}
# Change encoding
sed -i 's/\r//'  LICENSE.iwlwifi-6050-ucode README.iwlwifi-6050-ucode
# Rename docs
mv LICENSE.iwlwifi-6050-ucode ../LICENSE
mv README.iwlwifi-6050-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-6050-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 Jun  8 2010 John W. Linville <linville at tuxdriver.com> - 9.201.4.1-2
- Cleanse permissions of extracted files

* Tue Jun  8 2010 John W. Linville <linville at tuxdriver.com> - 9.201.4.1-1
- Initial import


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/iwl6050-firmware/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	11 Jun 2010 05:04:21 -0000	1.1
+++ .cvsignore	14 Jun 2010 17:22:30 -0000	1.2
@@ -0,0 +1 @@
+iwlwifi-6050-ucode-9.201.4.1.tgz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/iwl6050-firmware/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	11 Jun 2010 05:04:21 -0000	1.1
+++ sources	14 Jun 2010 17:22:30 -0000	1.2
@@ -0,0 +1 @@
+12a663e415e76b6c46fcfecaa9f8e40b  iwlwifi-6050-ucode-9.201.4.1.tgz



More information about the scm-commits mailing list