]> git.pld-linux.org Git - packages/atmel-firmware.git/blame - atmel-firmware.spec
- new, based on fedora package
[packages/atmel-firmware.git] / atmel-firmware.spec
CommitLineData
94f22d90
ER
1%define usb_version 0.1
2Summary: Firmware for Atmel at76c50x wireless network chips
3Name: atmel-firmware
4Version: 1.3
5Release: 1
6License: Redistributable, no modification permitted
7Group: Base/Kernel
8URL: http://at76c503a.berlios.de/
9Source0: http://www.thekelleys.org.uk/atmel/%{name}-%{version}.tar.gz
10# Source0-md5: 415e16463151f2e953e9b3dceb7af45f
11Source1: http://download.berlios.de/at76c503a/at76_usb-firmware-%{usb_version}.tar.gz
12# Source1-md5: 4577f3f9e596170ffaed49b7d20ca7f5
13Provides: at76_usb-firmware = %{usb_version}
14Obsoletes: at76_usb-firmware < %{usb_version}
15BuildArch: noarch
16BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18%description
19The drivers for Atmel at76c50x wireless network chips in the Linux
202.6.x kernel but do not include the firmware.
21
22This firmware needs to be loaded by the host on most cards using these
23chips.
24
25%prep
26%setup -q -a1
27mv at76_usb-firmware-%{usb_version}/COPYRIGHT COPYRIGHT-usb
28mv at76_usb-firmware-%{usb_version}/README README-usb
29
30%install
31rm -rf $RPM_BUILD_ROOT
32install -d $RPM_BUILD_ROOT/lib/firmware
33cp -p images/*.bin $RPM_BUILD_ROOT/lib/firmware
34cp -p at76_usb-firmware-%{usb_version}/*.bin $RPM_BUILD_ROOT/lib/firmware
35
36%clean
37rm -rf $RPM_BUILD_ROOT
38
39%files
40%defattr(644,root,root,755)
41%doc COPYING README COPYRIGHT-usb README-usb VERSION
42/lib/firmware/*
This page took 0.068721 seconds and 4 git commands to generate.