From c763ef54bc657eeb3bda84c61b6d4ea5b8ee2a22 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Fri, 5 Jan 2024 23:58:19 +0100 Subject: [PATCH] update to 3.1 [release 3.1-1mamba;Sun Jan 09 2022] --- ipw2200-firmware.spec | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/ipw2200-firmware.spec b/ipw2200-firmware.spec index cedf5b8..9c27616 100644 --- a/ipw2200-firmware.spec +++ b/ipw2200-firmware.spec @@ -1,45 +1,48 @@ Name: ipw2200-firmware -Version: 3.0 -Release: 3mamba +Version: 3.1 +Release: 1mamba 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 +Source: https://sources.archlinux.org/other/packages/ipw2200-fw/ipw2200-fw-%{version}.tgz +#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 +## AUTOBUILDREQ-BEGIN +## AUTOBUILDREQ-END %description Intel PRO/Wireless 2200BG/2915ABG driver firmware. %prep -%setup -q -c +%setup -q -n ipw2200-fw-%{version} %build %install [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" -cd ipw2200-fw-%{version} install -D -p -m 0644 ipw2200-bss.fw \ - %{buildroot}/lib/firmware/ipw2200-bss.fw + %{buildroot}%{_prefix}/lib/firmware/ipw2200-bss.fw install -D -p -m 0644 ipw2200-ibss.fw \ - %{buildroot}/lib/firmware/ipw2200-ibss.fw + %{buildroot}%{_prefix}/lib/firmware/ipw2200-ibss.fw install -D -p -m 0644 ipw2200-sniffer.fw \ - %{buildroot}/lib/firmware/ipw2200-sniffer.fw -mv LICENSE* .. + %{buildroot}%{_prefix}/lib/firmware/ipw2200-sniffer.fw %clean [ "%{buildroot}" != / ] && rm -rf "%{buildroot}" %files %defattr(-,root,root) -/lib/firmware/ipw2200-*.fw +%{_prefix}/lib/firmware/ipw2200-*.fw %doc LICENSE.ipw2200-fw %changelog +* Sun Jan 09 2022 Silvan Calarco 3.1-1mamba +- update to 3.1 + * Sun Aug 18 2013 Automatic Build System 3.0-3mamba - automatic rebuild by autodist