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