|
@@ -2,13 +2,13 @@ Summary: Firmware files used by the Linux kernel
|
|
|
Summary(ja): Linux Kernel で利用されるファームウェアファイル
|
|
|
|
|
|
Name: linux-firmware
|
|
|
-Version: 20110731
|
|
|
+Version: 20120709
|
|
|
Release: 1%{?_dist_release}
|
|
|
|
|
|
Group: System Environment/Kernel
|
|
|
License: GPL+ and GPLv2+ and MIT and Redistributable, no modification permitted
|
|
|
-URL: http://www.kernel.org/
|
|
|
-Source0: ftp://ftp.kernel.org/pub/linux/kernel/people/dwmw2/firmware/%{name}-%{version}.tar.bz2
|
|
|
+URL: http://git.kernel.org/?p=linux/kernel/git/dwmw2/linux-firmware.git;a=summary
|
|
|
+Source0: %{name}-%{version}.tar.xz
|
|
|
|
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
|
|
|
BuildArch: noarch
|
|
@@ -29,8 +29,6 @@ operate.
|
|
|
# Remove firmware shipped in separate packages already
|
|
|
# Perhaps these should be built as subpackages of linux-firmware?
|
|
|
rm iwlwifi-*.ucode LICENCE.iwlwifi_firmware
|
|
|
-# And _some_ conexant firmware.
|
|
|
-rm v4l-cx23418-apu.fw v4l-cx23418-cpu.fw v4l-cx23418-dig.fw v4l-cx25840.fw
|
|
|
|
|
|
# Remove source files we don't need to install
|
|
|
rm -f usbdux/*dux */*.asm
|
|
@@ -39,7 +37,7 @@ rm -f usbdux/*dux */*.asm
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
|
mkdir -p $RPM_BUILD_ROOT/lib/firmware
|
|
|
cp -r * $RPM_BUILD_ROOT/lib/firmware
|
|
|
-rm $RPM_BUILD_ROOT/lib/firmware/{WHENCE,LICENCE.*,LICENSE.*}
|
|
|
+rm $RPM_BUILD_ROOT/lib/firmware/{WHENCE,LICENCE.*,LICENSE.*,README*}
|
|
|
|
|
|
%clean
|
|
|
rm -rf $RPM_BUILD_ROOT
|
|
@@ -51,6 +49,9 @@ rm -rf $RPM_BUILD_ROOT
|
|
|
/lib/firmware/*
|
|
|
|
|
|
%changelog
|
|
|
+* Wed Jul 18 2012 Daisuke SUZUKI <daisuke@linux.or.jp> 20120709-1
|
|
|
+- update to new git snapshot (20120709)
|
|
|
+
|
|
|
* Sun Aug 14 2011 MATSUBAYASHI Kohji <shaolin@vinelinux.org> - 20110731-1
|
|
|
- new upstream release
|
|
|
- add Obsoletes: rt2870-firmware
|