rpms/ql23xx-firmware/F-8 ql23xx-firmware.spec, NONE, 1.1 sources, 1.1, 1.2

Tom Callaway (spot) fedora-extras-commits at redhat.com
Wed Oct 24 20:11:23 UTC 2007


Author: spot

Update of /cvs/pkgs/rpms/ql23xx-firmware/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv3066/F-8

Modified Files:
	sources 
Added Files:
	ql23xx-firmware.spec 
Log Message:

initial commit



--- NEW FILE ql23xx-firmware.spec ---
Name:		ql23xx-firmware
Summary: 	Firmware for qlogic 23xx devices
Version:	3.03.20
Release:	1%{?dist}
License:	Redistributable, no modification permitted
Group:		System Environment/Kernel
Source0:	ftp://ftp.qlogic.com/outgoing/linux/firmware/ql2300_fw.bin
Source1:	ftp://ftp.qlogic.com/outgoing/linux/firmware/ql2322_fw.bin
Source2:	ftp://ftp.qlogic.com/outgoing/linux/firmware/LICENSE
URL:		ftp://ftp.qlogic.com/outgoing/linux/firmware/
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildArch:	noarch

%description
Firmware for qlogic 2300 and 2322 devices.

%prep
%setup -n %{name} -c -T
cp %{SOURCE0} .
cp %{SOURCE1} .
cp %{SOURCE2} .

%build
# Firmware, do nothing.

%install
rm -rf $RPM_BUILD_ROOT
mkdir -p $RPM_BUILD_ROOT/lib/firmware/
install -m0644 ql2300_fw.bin $RPM_BUILD_ROOT/lib/firmware/
install -m0644 ql2322_fw.bin $RPM_BUILD_ROOT/lib/firmware/

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root)
%doc LICENSE
/lib/firmware/ql2300_fw.bin
/lib/firmware/ql2322_fw.bin

%changelog
* Wed Oct 24 2007 Tom "spot" Callaway <tcallawa at redhat.com> 3.03.20-1
- Initial package for Fedora


Index: sources
===================================================================
RCS file: /cvs/pkgs/rpms/ql23xx-firmware/F-8/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	24 Oct 2007 19:53:46 -0000	1.1
+++ sources	24 Oct 2007 20:10:50 -0000	1.2
@@ -0,0 +1,2 @@
+e27385f97c2f5ad2d5eb07a38081320a  ql2300_fw.bin
+37d2a8ba7d49fc0fb72483341f559e46  ql2322_fw.bin




More information about the fedora-extras-commits mailing list