From f21370dbfb0c857351c400b5873955347fdcf160 Mon Sep 17 00:00:00 2001 From: Automatic Build System Date: Fri, 5 Jan 2024 23:58:19 +0100 Subject: [PATCH] automatic rebuild by autodist [release 3.0-3mamba;Sun Aug 18 2013] --- README.md | 2 ++ ipw2200-firmware.spec | 53 +++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 55 insertions(+) create mode 100644 ipw2200-firmware.spec diff --git a/README.md b/README.md index 34c0b62..15a7089 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,4 @@ # ipw2200-firmware +Intel PRO/Wireless 2200BG/2915ABG driver firmware. + diff --git a/ipw2200-firmware.spec b/ipw2200-firmware.spec new file mode 100644 index 0000000..cedf5b8 --- /dev/null +++ b/ipw2200-firmware.spec @@ -0,0 +1,53 @@ +Name: ipw2200-firmware +Version: 3.0 +Release: 3mamba +Summary: Intel PRO/Wireless 2200BG/2915ABG driver firmware +Group: System/Kernel and Hardware +Vendor: openmamba +Distribution: openmamba +Packager: Silvan Calarco +URL: http://ipw2200.sourceforge.net/ +Source: http://bughost.org/firmware/ipw2200-fw-%{version}.tgz +License: Intel PRO/Wireless 2100/2200/2915 Firmware License +BuildArch: noarch +BuildRoot: %{_tmppath}/%{name}-%{version}-root + +%description +Intel PRO/Wireless 2200BG/2915ABG driver firmware. + +%prep +%setup -q -c + +%build + +%install +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" +cd ipw2200-fw-%{version} +install -D -p -m 0644 ipw2200-bss.fw \ + %{buildroot}/lib/firmware/ipw2200-bss.fw +install -D -p -m 0644 ipw2200-ibss.fw \ + %{buildroot}/lib/firmware/ipw2200-ibss.fw +install -D -p -m 0644 ipw2200-sniffer.fw \ + %{buildroot}/lib/firmware/ipw2200-sniffer.fw +mv LICENSE* .. + +%clean +[ "%{buildroot}" != / ] && rm -rf "%{buildroot}" + +%files +%defattr(-,root,root) +/lib/firmware/ipw2200-*.fw +%doc LICENSE.ipw2200-fw + +%changelog +* Sun Aug 18 2013 Automatic Build System 3.0-3mamba +- automatic rebuild by autodist + +* Sun Mar 02 2008 Silvan Calarco 3.0-2mamba +- specfile updated + +* Mon Oct 02 2006 Stefano Cotta Ramusino 3.0-1qilnx +- update to version 3.0 by autospec + +* Wed May 03 2006 Silvan Calarco 2.4-1qilnx +- package created by autospec