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
|
Name: ipw2100-firmware
|
||||||
Version: 1.3
|
Version: 1.3
|
||||||
Release: 3mamba
|
Release: 4mamba
|
||||||
Summary: Intel PRO/Wireless 2100 driver firmware
|
Summary: Intel PRO/Wireless 2100 driver firmware
|
||||||
Group: System/Kernel and Hardware
|
Group: System/Kernel and Hardware
|
||||||
Vendor: openmamba
|
Vendor: openmamba
|
||||||
Distribution: openmamba
|
Distribution: openmamba
|
||||||
Packager: Stefano Cotta Ramusino <stefano.cotta@qilinux.it>
|
Packager: Silvan Calarco <silvan.calarco@mambasoft.it>
|
||||||
URL: http://ipw2100.sourceforge.net/
|
URL: http://ipw2100.sourceforge.net/
|
||||||
Source: http://bughost.org/firmware/ipw2100-fw-%{version}.tgz
|
Source: http://bughost.org/firmware/ipw2100-fw-%{version}.tgz
|
||||||
License: Intel PRO/Wireless 2100/2200/2915 Firmware License
|
License: Intel PRO/Wireless 2100/2200/2915 Firmware License
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-root
|
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
## AUTOBUILDREQ-BEGIN
|
||||||
|
## AUTOBUILDREQ-END
|
||||||
|
|
||||||
%description
|
%description
|
||||||
Intel PRO/Wireless 2100 driver firmware.
|
Intel PRO/Wireless 2100 driver firmware.
|
||||||
@ -23,21 +24,24 @@ Intel PRO/Wireless 2100 driver firmware.
|
|||||||
%install
|
%install
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
install -D -p -m 0644 ipw2100-%{version}.fw \
|
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 \
|
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 \
|
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
|
%clean
|
||||||
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
[ "%{buildroot}" != / ] && rm -rf "%{buildroot}"
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%defattr(-,root,root)
|
%defattr(-,root,root)
|
||||||
/lib/firmware/ipw2100-%{version}*
|
%{_prefix}/lib/firmware/ipw2100-%{version}*
|
||||||
%doc LICENSE
|
%doc LICENSE
|
||||||
|
|
||||||
%changelog
|
%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
|
* Sun Aug 18 2013 Automatic Build System <autodist@mambasoft.it> 1.3-3mamba
|
||||||
- automatic rebuild by autodist
|
- automatic rebuild by autodist
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user