update to 3.1 [release 3.1-1mamba;Sun Jan 09 2022]
This commit is contained in:
parent
f21370dbfb
commit
c763ef54bc
@ -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 <silvan.calarco@mambasoft.it>
|
||||
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 <silvan.calarco@mambasoft.it> 3.1-1mamba
|
||||
- update to 3.1
|
||||
|
||||
* Sun Aug 18 2013 Automatic Build System <autodist@mambasoft.it> 3.0-3mamba
|
||||
- automatic rebuild by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user