54 lines
1.5 KiB
RPMSpec
54 lines
1.5 KiB
RPMSpec
#
|
|
# spec file for package zd1211-firmware (Version 1.3)
|
|
#
|
|
# Copyright (c) 2007 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
|
# This file and all modifications and additions to the pristine
|
|
# package are under the same license as the package itself.
|
|
#
|
|
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
|
#
|
|
|
|
# norootforbuild
|
|
# icecream 0
|
|
|
|
Name: zd1211-firmware
|
|
Version: 1.3
|
|
Release: 1
|
|
License: Freely Redistributable Software (FSR)
|
|
Group: Hardware/Other
|
|
Summary: Firmware for ZD1211 USB WLAN sticks
|
|
Source: http://downloads.sourceforge.net/zd1211/zd1211-firmware%{version}.tar.bz2
|
|
URL: http://zd1211.ath.cx/
|
|
BuildArchitectures: noarch
|
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
|
# Modules: zd1211rw.ko
|
|
Supplements: modalias(usb:v07B8p6001d*dc*dsc*dp*ic*isc*ip*)
|
|
Supplements: modalias(usb:v0ACEp121[15]d*dc*dsc*dp*ic*isc*ip*)
|
|
Supplements: modalias(usb:v0DF6p9071d*dc*dsc*dp*ic*isc*ip*)
|
|
Supplements: modalias(usb:v126FpA006d*dc*dsc*dp*ic*isc*ip*)
|
|
Supplements: modalias(usb:v157Ep300[BD]d*dc*dsc*dp*ic*isc*ip*)
|
|
Supplements: modalias(usb:v6891pA727d*dc*dsc*dp*ic*isc*ip*)
|
|
# Generated with: extract-modaliases zd1211rw
|
|
|
|
%description
|
|
Firmware for USB WLAN sticks based on the ZyDAS ZD1211 chip
|
|
|
|
|
|
|
|
%prep
|
|
%setup -n zd1211-firmware
|
|
|
|
%install
|
|
rm -rf %{buildroot}
|
|
install -d -m 755 %{buildroot}/lib/firmware/zd1211
|
|
install -m 644 zd* %{buildroot}/lib/firmware/zd1211
|
|
|
|
%files
|
|
%defattr(-, root, root)
|
|
%doc README
|
|
/lib/firmware/zd1211
|
|
|
|
%changelog
|
|
* Tue Mar 13 2007 - lnussel@suse.de
|
|
- new package for version 1.3
|