Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > by-pkgid > ffd80bead8ca159db4f674543a81d165 > files > 2

rt2870-firmware-8-2mdv2010.0.src.rpm

%define name rt2870-firmware
%define rtname RT2870_Firmware
%define version 8
%define release %mkrel 2

Summary: Firmware for the RT2870 chip
Name: %{name}
Version: %{version}
Release: %{release}
# http://www.ralinktech.com.tw/data/drivers/%{rtname}_V%{version}.zip
# (Repackaged as tar.bz2 because of unzip warnings that makes build fail)
Source: %{rtname}_V%{version}.tar.bz2
License: Redistributable, no modification permitted
Group: System/Kernel and hardware
Url: http://www.ralinktech.com
BuildRoot: %{_tmppath}/%{name}-buildroot
BuildArch: noarch

%description
This package contains the firmware files for the RT2870 chip.

%prep
%setup -q -n %{rtname}_V%{version}

%build

%install
rm -rf %{buildroot}
install -d %{buildroot}/lib/firmware
install -m644 rt*.bin %{buildroot}/lib/firmware

%clean
rm -rf %{buildroot}

%files
%defattr(0644,root,root,0755)
%doc LICENSE.ralink-firmware.txt
/lib/firmware/rt*.bin


%changelog
* Tue Sep 08 2009 Thierry Vignaud <tvignaud@mandriva.com> 8-2mdv2010.0
+ Revision: 433249
- rebuild

* Mon Sep 22 2008 Pascal Terjan <pterjan@mandriva.org> 8-1mdv2009.0
+ Revision: 286744
- import rt2870-firmware