| Line | |
|---|
| 1 | Summary: Firmware for the Ralink RT28XX/RT30XX USB driver |
|---|
| 2 | Summary(ja): Ralink RT28XX/RT30XX USB ドライバ用のファームウェア |
|---|
| 3 | Name: rt2870-firmware |
|---|
| 4 | Version: 22 |
|---|
| 5 | Release: 1%{?_dist_release} |
|---|
| 6 | License: distributable |
|---|
| 7 | Group: System Environment/Kernel |
|---|
| 8 | URL: http://www.ralinktech.com/support.php?s=2 |
|---|
| 9 | Source0: RT2870_Firmware_V22.zip |
|---|
| 10 | BuildRoot: %{_tmppath}/%{name}-%{version}-root |
|---|
| 11 | BuildArch: noarch |
|---|
| 12 | |
|---|
| 13 | Vendor: Project Vine |
|---|
| 14 | Distribution: Vine Linux |
|---|
| 15 | Packager: shaolin |
|---|
| 16 | |
|---|
| 17 | %description |
|---|
| 18 | Firwmare used by the rt2870usb wireless driver. |
|---|
| 19 | |
|---|
| 20 | %prep |
|---|
| 21 | %setup -q -n RT2870_Firmware_V%{version} |
|---|
| 22 | |
|---|
| 23 | %install |
|---|
| 24 | rm -rf %{buildroot} |
|---|
| 25 | mkdir -p %{buildroot}/lib/firmware |
|---|
| 26 | install -p *.bin %{buildroot}/lib/firmware/ |
|---|
| 27 | ln -sf rt2870.bin %{buildroot}/lib/firmware/rt3070.bin |
|---|
| 28 | |
|---|
| 29 | %clean |
|---|
| 30 | rm -rf %{buildroot} |
|---|
| 31 | |
|---|
| 32 | %files |
|---|
| 33 | %defattr(-,root,root,-) |
|---|
| 34 | %doc LICENSE* |
|---|
| 35 | /lib/firmware/* |
|---|
| 36 | |
|---|
| 37 | %changelog |
|---|
| 38 | * Sun Sep 12 2010 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 22-1 |
|---|
| 39 | - initial build for Vine Linux |
|---|
Note: See
TracBrowser
for help on using the repository browser.