49 lines
1.4 KiB
RPMSpec
49 lines
1.4 KiB
RPMSpec
|
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 <stefano.cotta@qilinux.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
|
||
|
|
||
|
%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 <autodist@mambasoft.it> 1.3-3mamba
|
||
|
- automatic rebuild by autodist
|
||
|
|
||
|
* Sun Mar 02 2008 Silvan Calarco <silvan.calarco@mambasoft.it> 1.3-2mamba
|
||
|
- specfile updated
|
||
|
|
||
|
* Mon Oct 02 2006 Stefano Cotta Ramusino <stefano.cotta@qilinux.it> 1.3-1qilnx
|
||
|
- package created by autospec
|