02c9bb8
Summary: Firmware for IntelĀ® PRO/Wireless 2200 network adaptors
02c9bb8
Name: ipw2200-firmware
913d31b
Version: 3.1
04524c5
Release: 10%{?dist}
02c9bb8
License: Redistributable, no modification permitted
02c9bb8
Group: System Environment/Kernel
02c9bb8
URL: http://ipw2200.sourceforge.net/firmware.php
02c9bb8
# License agreement must be displayed before download (referer protection)
02c9bb8
Source0: ipw2200-fw-%{version}.tgz
02c9bb8
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
02c9bb8
BuildArch: noarch
02c9bb8
# This is so that the noarch packages only appears for these archs
1e05341
ExclusiveArch: noarch i386 x86_64
02c9bb8
02c9bb8
%description
02c9bb8
This package contains the firmware files required by the ipw2200 driver for
02c9bb8
Linux. Usage of the firmware is subject to the terms and conditions contained
02c9bb8
in /lib/firmware/LICENSE.ipw2200. Please read it carefully.
02c9bb8
02c9bb8
02c9bb8
%prep
1083677
%setup -q -n ipw2200-fw-%{version}
02c9bb8
02c9bb8
02c9bb8
%build
02c9bb8
02c9bb8
02c9bb8
%install
02c9bb8
%{__rm} -rf %{buildroot}
02c9bb8
%{__mkdir_p} %{buildroot}/lib/firmware
02c9bb8
# Terms state that the LICENSE *must* be in the same directory as the firmware
02c9bb8
%{__install} -p -m 0644 *.fw %{buildroot}/lib/firmware/
1083677
%{__install} -p -m 0644 LICENSE.ipw2200-fw %{buildroot}/lib/firmware/
02c9bb8
02c9bb8
02c9bb8
%clean
02c9bb8
%{__rm} -rf %{buildroot}
02c9bb8
02c9bb8
02c9bb8
%files
02c9bb8
%defattr(-,root,root,-)
1083677
%doc /lib/firmware/LICENSE.ipw2200-fw
02c9bb8
/lib/firmware/*.fw
02c9bb8
02c9bb8
02c9bb8
%changelog
04524c5
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1-10
04524c5
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
04524c5
b772225
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1-9
b772225
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
b772225
074fada
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1-8
074fada
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
074fada
563d1e0
* Thu Jul 19 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1-7
563d1e0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
563d1e0
fe8d509
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1-6
fe8d509
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
fe8d509
93a69d6
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1-5
93a69d6
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
93a69d6
038e0ee
* Thu Jan  7 2010 John W. Linville <linville@redhat.com> - 3.1-4
038e0ee
- Add dist tag
038e0ee
31c66ca
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.1-3
31c66ca
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
31c66ca
6994e26
* Thu Jun 11 2009 Matthias Saou <http://freshrpms.net> 3.1-2
6994e26
- Bump release, the added dist tag in F-10 broke the update path (#505162).
6994e26
39f4094
* Fri Mar 20 2009 John W. Linville <linville@redhat.com> - 3.1-1
913d31b
- Update for release 3.1 of firmware
913d31b
8846063
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3.0-11
8846063
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
8846063
1083677
* Thu Apr 24 2008 Matthias Saou <http://freshrpms.net> 3.0-10
1083677
- Remove LICENSE file from %%doc (was +x), mark the other as %%doc (#440553).
1083677
- Remove the included older 2.4 firmware, since 3.0 has been required by all
1083677
  kernels for a long while now.
1083677
1e05341
* Tue Mar 20 2007 Matthias Saou <http://freshrpms.net> 3.0-9
1e05341
- Add "noarch" to the ExclusiveArchs since plague chokes otherwise.
1e05341
02c9bb8
* Mon Mar  5 2007 Matthias Saou <http://freshrpms.net> 3.0-8
02c9bb8
- Change group and license fields to reflect latest firmware guidelines.
02c9bb8
02c9bb8
* Mon Feb 26 2007 Matthias Saou <http://freshrpms.net> 3.0-7
02c9bb8
- Move from a symlink to using a copy for the LICENSE (cleaner and easier).
02c9bb8
02c9bb8
* Sat Feb 24 2007 Matthias Saou <http://freshrpms.net> 3.0-6
02c9bb8
- Fix group and license tags.
02c9bb8
- Add (partially useful) exclusivearch.
02c9bb8
- Quiet %%setup.
02c9bb8
02c9bb8
* Wed Feb 14 2007 Matthias Saou <http://freshrpms.net> 3.0-5
02c9bb8
- Don't mark the LICENSE in /lib/firmware as %%doc since it could be excluded
02c9bb8
  when using --excludedocs, symlink a file in %%doc to it instead.
02c9bb8
- Remove 2.2 and 2.3 firmwares since only 2.4 and 3.0 are required for FC5+.
02c9bb8
02c9bb8
* Wed Feb 14 2007 Matthias Saou <http://freshrpms.net> 3.0-4
02c9bb8
- Minor spec file cleanup for Fedora inclusion.
02c9bb8
02c9bb8
* Tue Oct 17 2006 Matthias Saou <http://freshrpms.net> 3.0-3
02c9bb8
- Move the LICENSE as LICENSE.ipw2200 in the firmware directory to fully
02c9bb8
  comply to the Intel redistribution terms and conditions.
02c9bb8
02c9bb8
* Sun Jun 25 2006 Matthias Saou <http://freshrpms.net> 3.0-2
02c9bb8
- Fix inclusion of the 3.0 firmware files.
02c9bb8
02c9bb8
* Sat Jun 24 2006 Dag Wieers <dag@wieers.com> - 3.0-1
02c9bb8
- Updated to release 3.0.
02c9bb8
02c9bb8
* Mon Jan  2 2006 Matthias Saou <http://freshrpms.net> 2.4-2
02c9bb8
- Convert spec file to UTF-8.
02c9bb8
02c9bb8
* Thu Oct 27 2005 Matthias Saou <http://freshrpms.net> 2.4-1
02c9bb8
- Update to 2.4, but keep 2.2 and 2.3 included too.
02c9bb8
02c9bb8
* Tue May 31 2005 Matthias Saou <http://freshrpms.net> 2.3-2
02c9bb8
- Also bundle 2.2 firmware : The recent driver downgrade required this :-/
02c9bb8
02c9bb8
* Wed May 25 2005 Matthias Saou <http://freshrpms.net> 2.3-1
02c9bb8
- Update to 2.3, required by latest FC4 dev and 2.6.12rc.
02c9bb8
02c9bb8
* Thu Apr 21 2005 Matthias Saou <http://freshrpms.net> 2.2-3
02c9bb8
- Remove all symlinks, the only useful location is /lib/firmware now.
02c9bb8
- No longer rename all firmware files, recent ipw2200 modules expect the
02c9bb8
  default names now (tested w/ FC3 2.6.11 updates and FC4test).
02c9bb8
02c9bb8
* Thu Feb 17 2005 Matthias Saou <http://freshrpms.net> 2.2-2
02c9bb8
- Rename all files from ipw-2.2-* to ipw2200_* as required.
02c9bb8
02c9bb8
* Wed Feb  9 2005 Matthias Saou <http://freshrpms.net> 2.2-1
02c9bb8
- Update to 2.2, required by latest FC kernels.
02c9bb8
02c9bb8
* Wed Nov  3 2004 Matthias Saou <http://freshrpms.net> 2.0-1
02c9bb8
- Update to 2.0.
02c9bb8
- Now put the files in /lib/firmware and symlinks in other dirs.
02c9bb8
02c9bb8
* Wed Jun 16 2004 Matthias Saou <http://freshrpms.net> 1.2-1
02c9bb8
- Initial RPM release, based on the ipw2100-firmware spec file.
02c9bb8