packages: linux-firmware/linux-firmware.spec - up to 20120418, contains bnx...

glen glen at pld-linux.org
Mon Apr 30 17:29:23 CEST 2012


Author: glen                         Date: Mon Apr 30 15:29:23 2012 GMT
Module: packages                      Tag: HEAD
---- Log message:
- up to 20120418, contains bnx2-mips-09-6.2.1b.fw

---- Files affected:
packages/linux-firmware:
   linux-firmware.spec (1.8 -> 1.9) 

---- Diffs:

================================================================
Index: packages/linux-firmware/linux-firmware.spec
diff -u packages/linux-firmware/linux-firmware.spec:1.8 packages/linux-firmware/linux-firmware.spec:1.9
--- packages/linux-firmware/linux-firmware.spec:1.8	Sat Oct 29 09:35:56 2011
+++ packages/linux-firmware/linux-firmware.spec	Mon Apr 30 17:29:17 2012
@@ -1,12 +1,12 @@
 # $Revision$, $Date$
 Summary:	Firmware files used by the Linux kernel
 Name:		linux-firmware
-Version:	20110705
-Release:	3
+Version:	20120418
+Release:	1
 License:	GPL+ and GPLv2+ and MIT and Redistributable, no modification permitted
 Group:		Base/Kernel
 URL:		http://www.kernel.org/
-Source0:	ftp://ftp.kernel.org/pub/linux/kernel/people/dwmw2/firmware/%{name}-%{version}.tar.bz2
+Source0:	ftp://ftp.kernel.org/pub/linux/kernel/people/dwmw2/firmware/%{name}-%{version}.tar.gz
 # Source0-md5:	404fa9eb047a932138a5eaeeac30c4cc
 BuildArch:	noarch
 BuildRoot:	%{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -16,22 +16,31 @@
 operate.
 
 %prep
-%setup -q
+%setup -qc
+mv linux-firmware-*/* .
+rmdir linux-firmware-*
 
 %build
 # Remove firmware shipped in separate packages already
 # Perhaps these should be built as subpackages of linux-firmware?
-rm ql2???_fw.bin LICENCE.qla2xxx
-rm iwlwifi-*.ucode LICENCE.iwlwifi_firmware
+%{__rm} ql2???_fw.bin LICENCE.qla2xxx
+%{__rm} iwlwifi-*.ucode LICENCE.iwlwifi_firmware
+%{__rm} -rf ess korg sb16 yamaha
+# We have _some_ ralink firmware in separate packages already.
+%{__rm} rt73.bin rt2561.bin rt2561s.bin rt2661.bin
+# And _some_ conexant firmware.
+%{__rm} v4l-cx23418-apu.fw v4l-cx23418-cpu.fw v4l-cx23418-dig.fw v4l-cx25840.fw
+# Netxen firmware
+%{__rm} phanfw.bin LICENCE.phanfw
 
 # Remove source files we don't need to install
-rm -f usbdux/*dux */*.asm
+%{__rm} usbdux/*dux */*.asm
 
 %install
 rm -rf $RPM_BUILD_ROOT
 install -d $RPM_BUILD_ROOT/lib/firmware
 cp -a . $RPM_BUILD_ROOT/lib/firmware
-%{__rm} $RPM_BUILD_ROOT/lib/firmware/{WHENCE,LICENCE.*}
+%{__rm} $RPM_BUILD_ROOT/lib/firmware/{WHENCE,LICENCE.*,LICENSE.*}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -47,6 +56,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.9  2012/04/30 15:29:17  glen
+- up to 20120418, contains bnx2-mips-09-6.2.1b.fw
+
 Revision 1.8  2011/10/29 07:35:56  arekm
 - rel 3; drop R udev-core (rc-scripts provide fallback script); drop P kernel-firmware (since kernel obsoletes this)
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/packages/linux-firmware/linux-firmware.spec?r1=1.8&r2=1.9



More information about the pld-cvs-commit mailing list