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

John W. Linville linville at fedoraproject.org
Wed Sep 30 14:36:57 UTC 2009


Author: linville

Update of /cvs/pkgs/rpms/iwl1000-firmware/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28197/devel

Modified Files:
	.cvsignore sources 
Added Files:
	import.log iwl1000-firmware.spec 
Log Message:
Initial import...


--- NEW FILE import.log ---
iwl1000-firmware-128_50_3_1-1_fc11:HEAD:iwl1000-firmware-128.50.3.1-1.fc11.src.rpm:1254321327


--- NEW FILE iwl1000-firmware.spec ---
Name:           iwl1000-firmware
Version:        128.50.3.1
Release:        1%{?dist}
Summary:        Firmware for Intel® PRO/Wireless 1000 B/G/N network adaptors

Group:          System Environment/Kernel
License:        Redistributable, no modification permitted
URL:            http://intellinuxwireless.org/
Source0:        http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-1000-ucode-%{version}.tgz
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch


%description
This package contains the firmware required by the iwlagn driver
for Linux to support the iwl1000 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-1000-ucode-%{version}
# Change encoding
sed -i 's/\r//'  LICENSE.iwlwifi-1000-ucode README.iwlwifi-1000-ucode
# Rename docs
mv LICENSE.iwlwifi-1000-ucode ../LICENSE
mv README.iwlwifi-1000-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-1000-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
* Wed Sep 16 2009 John W. Linville <linville at tuxdriver.com> - 128.50.3.1-1
- Initial import


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/iwl1000-firmware/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	29 Sep 2009 20:16:18 -0000	1.1
+++ .cvsignore	30 Sep 2009 14:36:54 -0000	1.2
@@ -0,0 +1 @@
+iwlwifi-1000-ucode-128.50.3.1.tgz


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/iwl1000-firmware/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	29 Sep 2009 20:16:19 -0000	1.1
+++ sources	30 Sep 2009 14:36:56 -0000	1.2
@@ -0,0 +1 @@
+cfad8d5a7651dde665c5c23e8209c35d  iwlwifi-1000-ucode-128.50.3.1.tgz




More information about the fedora-extras-commits mailing list