rpms/iwl4965-firmware/devel iwl4965-firmware.spec,1.2,1.3

Chauvet (kwizart) fedora-extras-commits at redhat.com
Tue Apr 8 21:44:11 UTC 2008


Author: kwizart

Update of /cvs/pkgs/rpms/iwl4965-firmware/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6458

Modified Files:
	iwl4965-firmware.spec 
Log Message:
- Drop the old 4.44.17 firmware



Index: iwl4965-firmware.spec
===================================================================
RCS file: /cvs/pkgs/rpms/iwl4965-firmware/devel/iwl4965-firmware.spec,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- iwl4965-firmware.spec	18 Dec 2007 12:23:44 -0000	1.2
+++ iwl4965-firmware.spec	8 Apr 2008 21:43:22 -0000	1.3
@@ -1,17 +1,12 @@
-%define iwl4965_v          4.44.17
-%define iwl4965_v1         4.44.1.20
-%define iwl4965_list       %{iwl4965_v} %{iwl4965_v1}
-
 Name:           iwl4965-firmware
-Version:        %{iwl4965_v1}
-Release:        1
+Version:        4.44.1.20
+Release:        2
 Summary:        Firmware for Intel® PRO/Wireless 4965 A/G/N network adaptors
 
 Group:          System Environment/Kernel
 License:        Redistributable, no modification permitted
 URL:            http://intellinuxwireless.org/
-Source0:        http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-4965-ucode-%{iwl4965_v}.tgz
-Source1:        http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-4965-ucode-%{iwl4965_v1}.tgz
+Source0:        http://intellinuxwireless.org/iwlwifi/downloads/iwlwifi-4965-ucode-%{version}.tgz
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 
 BuildArch:      noarch
@@ -26,7 +21,6 @@
 
 %prep
 %setup -c -q
-%setup -c -q -D -T -a 1
 
 # Change permission
 find . -type f -exec chmod 0644 {} ';'
@@ -50,11 +44,9 @@
 %install
 rm -rf $RPM_BUILD_ROOT
 mkdir -p $RPM_BUILD_ROOT/lib/firmware
-for f in %{iwl4965_list} ; do
-pushd iwlwifi-4965-ucode-$f
+pushd iwlwifi-4965-ucode-%{version}
 install -pm 0644 *.ucode $RPM_BUILD_ROOT/lib/firmware/
 popd
-done
 
 
 
@@ -69,6 +61,9 @@
 
 
 %changelog
+* Tue Apr  8 2008 kwizart < kwizart at gmail.com > - 4.44.1.20-2
+- Drop the old 4.44.17 firmware
+
 * Tue Dec 18 2007 kwizart < kwizart at gmail.com > - 4.44.1.20-1
 - Update v1 to 4.44.1.20
 - Improve keep timestramps




More information about the scm-commits mailing list