automatic rebuild by autodist [release 1.3-3mamba;Sun Aug 18 2013]
This commit is contained in:
parent
9691eb9015
commit
490c5310f2
@ -1,2 +1,4 @@
|
|||||||
# ipw2100-firmware
|
# ipw2100-firmware
|
||||||
|
|
||||||
|
Intel PRO/Wireless 2100 driver firmware.
|
||||||
|
|
||||||
|
48
ipw2100-firmware.spec
Normal file
48
ipw2100-firmware.spec
Normal file
@ -0,0 +1,48 @@
|
|||||||
|
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
|
Loading…
Reference in New Issue
Block a user