rpms/linux-firmware/devel linux-firmware.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

David Woodhouse dwmw2 at fedoraproject.org
Thu Jan 7 02:00:34 UTC 2010


Author: dwmw2

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

Modified Files:
	.cvsignore sources 
Added Files:
	linux-firmware.spec 
Log Message:
import


--- NEW FILE linux-firmware.spec ---
Name:		linux-firmware
Version:	20100106
Release:	1%{?dist}
Summary:	Firmware files used by the Linux kernel

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
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:	noarch
Provides:	kernel-firmware = %{version}
Obsoletes:	kernel-firmware < %{version}
Requires:	udev

%description
Kernel-firmware includes firmware files required for some devices to
operate.

%prep
%setup -q -n linux-firmware-%{version}


%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 -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

# Remove source files we don't need to install
rm -f usbdux/*dux */*.asm

%install
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.*}

%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc WHENCE LICENCE.*
/lib/firmware/*

%changelog
* Wed Jan 06 2010 David Woodhouse <David.Woodhouse at intel.com> 20090106-1
- Update

* Fri Aug 21 2009 David Woodhouse <David.Woodhouse at intel.com> 20090821-1
- Update, fix typos, remove some files which conflict with other packages.

* Thu Mar 19 2009 David Woodhouse <David.Woodhouse at intel.com> 20090319-1
- First standalone kernel-firmware package.


Index: .cvsignore
===================================================================
RCS file: /cvs/pkgs/rpms/linux-firmware/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- .cvsignore	6 Jan 2010 21:37:30 -0000	1.1
+++ .cvsignore	7 Jan 2010 02:00:34 -0000	1.2
@@ -0,0 +1 @@
+linux-firmware-20100106.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/linux-firmware/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -p -r1.1 -r1.2
--- sources	6 Jan 2010 21:37:30 -0000	1.1
+++ sources	7 Jan 2010 02:00:34 -0000	1.2
@@ -0,0 +1 @@
+9c34690e02b5a284a546c0aae7ef0599  linux-firmware-20100106.tar.bz2




More information about the fedora-extras-commits mailing list