Sophie

Sophie

distrib > Mandriva > mes5 > x86_64 > by-pkgid > b8a03bfcbe8d344ac764dfe1c17dd4e4 > files > 2

rt61-firmware-1.2-2mdv2009.0.src.rpm

%define name rt61-firmware
%define rtname RT61_Firmware
%define version 1.2
%define release %mkrel 2

Summary: Firmware for the RT61 chip
Name: %{name}
Version: %{version}
Release: %{release}
Source0: http://www.ralinktech.com/ralink/data/%{rtname}_V%{version}.tar.bz2
License: Proprietary
Group: System/Kernel and hardware
Url: http://rt2x00.serialmonkey.com/
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
BuildArch: noarch

%description
This package contains the firmware files for the RT61 chip, which is
used in WLAN PCMCIA cards.

%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(-,root,root)
/lib/firmware/rt*.bin




%changelog
* Wed Jul 23 2008 Thierry Vignaud <tvignaud@mandriva.com> 1.2-2mdv2009.0
+ Revision: 241588
- rebuild
- kill re-definition of %%buildroot on Pixel's request

  + Olivier Blin <oblin@mandriva.com>
    - restore BuildRoot


* Tue Mar 20 2007 Olivier Blin <oblin@mandriva.com> 1.2-1mdv2007.1
+ Revision: 147039
- initial release (based on rt73-firmware spec)
- Create rt61-firmware