ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/free/rpms/rt2860/devel/rt2860.spec
Revision: 1.1
Committed: Thu Oct 2 20:37:05 2008 UTC (4 years, 7 months ago) by thl
Branch: MAIN
CVS Tags: rt2860-1_7_0-3_fc10
Log Message:
add rt2860 from livna

Line File contents
1 %define SourceDir 2008_0708_RT2860_Linux_STA_v1.7.0.0
2
3 Name: rt2860
4 Version: 1.7.0
5 Release: 3%{?dist}
6 Summary: Common files for RaLink 802.11 rt2860 driver
7
8 Group: System Environment/Kernel
9 License: GPLv2+
10 URL: http://www.ralinktech.com/
11 Source0: http://www.ralinktech.com.tw/data/drivers/%{SourceDir}.tar.bz2
12 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
13
14 BuildArch: noarch
15
16 Provides: %{name}-kmod-common = %{version}-%{release}
17 Requires: %{name}-kmod >= %{version}
18
19 %description
20 This package contains the documentation and configuration files for the Ralink
21 Driver for WiFi, a linux device driver for 802.11a/b/g universal NIC cards -
22 either PCI, PCIe or MiniPCI - that use Ralink chipsets (rt2760, rt2790, rt2860,
23 rt2890).
24
25
26 %prep
27 %setup -q -c
28
29
30 %build
31 echo "Nothing to build"
32
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36 install -D -p -m 0644 %{SourceDir}/RT2860STA.dat $RPM_BUILD_ROOT/etc/Wireless/RT2860STA.dat
37
38
39 %clean
40 rm -rf $RPM_BUILD_ROOT
41
42
43 %files
44 %defattr(-,root,root,-)
45 %doc %{SourceDir}/README_STA %{SourceDir}/iwpriv_usage.txt
46 /etc/Wireless
47
48
49 %changelog
50 * Thu Oct 02 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 1.7.0-3
51 - rebuild for rpm fusion
52
53 * Fri Sep 14 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> 1.7.0-2
54 - own /etc/Wireless (nothing else in Fedora owns it)
55 - License is GPLv2+
56
57 * Fri Sep 05 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> 1.7.0-1
58 - Initial Version based on rt2860-kmod as submitted by James Bottomley