General
Start
APT/YUM/Smart config
List of packages
GPG key
Mirrors
Recent changes
How you can help
Pydar2
Thanks:
Primary buildsystem hosted at ithomi
SUSE and Mandrake builds made by the openSUSE build service
Static site hosted at ULYSSIS
Primary mirrors hosted at BELNET, HEAnet, 3TI
Varia:
Random picture!
Looking for a java job?
Leuven blogt

ipw2100-firmware spec file : Dries RPM Repository

Back to the ipw2100-firmware rpms

Current spec in pydar2:


# $Id: ipw2100-firmware.spec 5002 2006-12-18 16:35:37Z thias $
# Authority: matthias
# Dist: nodist

Summary: Firmware for Intel® PRO/Wireless 2100 network adaptors
Name: ipw2100-firmware
Version: 1.3
Release: 3
License: Distributable
Group: System Environment/Kernel
URL: http://ipw2100.sourceforge.net/firmware.php
# License agreement must be displayed before download (referer protection)
Source: ipw2100-fw-%{version}.tgz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildArch: noarch

%description
This package contains the firmware files required by the Intel® PRO/Wireless
2100 (ipw2100) driver for Linux.

IMPORTANT NOTICE : This package is covered by the Intel® license found in the
/lib/firmware/LICENSE.ipw2100 file. Usage of this package requires agreeing
to the terms of the Intel® license.


%prep
%setup -c


%build


%install
%{__rm} -rf %{buildroot}
%{__mkdir_p} %{buildroot}/lib/firmware
# Terms state that the LICENSE *must* be in the same directory as the firmware
%{__install} -p -m 0644 *.fw %{buildroot}/lib/firmware/
%{__install} -p -m 0644 LICENSE %{buildroot}/lib/firmware/LICENSE.ipw2100


%clean
%{__rm} -rf %{buildroot}


%files
%defattr(-, root, root, 0755)
%doc /lib/firmware/LICENSE.ipw2100
/lib/firmware/*.fw


%changelog
* Tue Oct 17 2006 Matthias Saou  1.3-3
- Move the LICENSE as LICENSE.ipw2100 in the firmware directory to fully
  comply to the Intel redistribution terms and conditions.

* Mon Jan  2 2006 Matthias Saou  1.3-2
- Convert spec file to UTF-8.
- Remove all symlinks to keep only /lib/firmware like in ipw2200-firmware.

* Wed Nov  3 2004 Matthias Saou  1.3-1
- Now put the files in /lib/firmware and symlinks in other dirs.

* Tue Sep 28 2004 Matthias Saou  1.3-1
- Update to 1.3.

* Wed Aug 25 2004 Matthias Saou  1.2-1
- Update to 1.2.

* Wed Jun 16 2004 Matthias Saou  1.1-1
- Cosmetic spec file changes.

* Tue May 11 2004 Axel Thimm 
- Update to firmware version 1.1.

* Tue May 11 2004 Axel Thimm 
- Change description to explicitly point to the LICENSE file.

* Sat May  8 2004 Axel Thimm 
- Initial build.