rebuilt with specfile fixes [release 1.3-4mamba;Tue Jan 04 2022]
This commit is contained in:
parent
490c5310f2
commit
049cf960e2
@ -1,16 +1,17 @@
|
||||
Name: ipw2100-firmware
|
||||
Version: 1.3
|
||||
Release: 3mamba
|
||||
Release: 4mamba
|
||||
Summary: Intel PRO/Wireless 2100 driver firmware
|
||||
Group: System/Kernel and Hardware
|
||||
Vendor: openmamba
|
||||
Distribution: openmamba
|
||||
Packager: Stefano Cotta Ramusino <stefano.cotta@qilinux.it>
|
||||
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||
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
|
||||
## AUTOBUILDREQ-BEGIN
|
||||
## AUTOBUILDREQ-END
|
||||
|
||||
%description
|
||||
Intel PRO/Wireless 2100 driver firmware.
|
||||
@ -23,21 +24,24 @@ Intel PRO/Wireless 2100 driver firmware.
|
||||
%install
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
install -D -p -m 0644 ipw2100-%{version}.fw \
|
||||
%{buildroot}/lib/firmware/ipw2100-%{version}.fw
|
||||
%{buildroot}%{_prefix}/lib/firmware/ipw2100-%{version}.fw
|
||||
install -D -p -m 0644 ipw2100-%{version}-i.fw \
|
||||
%{buildroot}/lib/firmware/ipw2100-%{version}-i.fw
|
||||
%{buildroot}%{_prefix}/lib/firmware/ipw2100-%{version}-i.fw
|
||||
install -D -p -m 0644 ipw2100-%{version}-p.fw \
|
||||
%{buildroot}/lib/firmware/ipw2100-%{version}-p.fw
|
||||
%{buildroot}%{_prefix}/lib/firmware/ipw2100-%{version}-p.fw
|
||||
|
||||
%clean
|
||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
/lib/firmware/ipw2100-%{version}*
|
||||
%{_prefix}/lib/firmware/ipw2100-%{version}*
|
||||
%doc LICENSE
|
||||
|
||||
%changelog
|
||||
* Tue Jan 04 2022 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3-4mamba
|
||||
- rebuilt with specfile fixes
|
||||
|
||||
* Sun Aug 18 2013 Automatic Build System <autodist@mambasoft.it> 1.3-3mamba
|
||||
- automatic rebuild by autodist
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user