ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/free/rpms/rt2860/devel/rt2860.spec
Revision: 1.2
Committed: Sun Oct 19 18:23:41 2008 UTC (4 years, 6 months ago) by oget
Branch: MAIN
CVS Tags: rt2860-1_8_0_0-1_fc10, F-10-split
Changes since 1.1: +33 -30 lines
Log Message:
* Sat Oct 19 2008 Orcan Ogetbil  <orcanbahri[AT]yahoo[DOT]com> - 1.8.0.0-1
- Version update (1.8.0.0)

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