rpms/rt3070/devel ReleaseNote-RT3070.txt, NONE, 1.1 rt3070.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2

Orcan Ogetbil oget at rpmfusion.org
Sun Feb 22 17:49:35 CET 2009


Author: oget

Update of /cvs/free/rpms/rt3070/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv12581/devel

Modified Files:
	.cvsignore sources 
Added Files:
	ReleaseNote-RT3070.txt rt3070.spec 
Log Message:
* Thu Jan 15 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.0.1.0-1
- Initial build




--- NEW FILE ReleaseNote-RT3070.txt ---
Version 2.0.1.0
	1.Finished verifying RT3071 STA support.
	2.Fix eFuse bug on big-endian platform
	3.Fix WMM problem for RT3071/72
	4.Fix bug for ATE TX power handling and ATE frequency offset bug.
	5.Fix RT307x AMPDU throughput bug after interface down/up
	6.Fix RT307x difficult to enter power save mode issue.
	7.Fix bug that is hard to connect with hidden-SSID AP.
	8.Update RT307x new firmware.



--- NEW FILE rt3070.spec ---
%define SourceName 2008_1225_RT3070_Linux_STA_v2.0.1.0

Name:		rt3070
Version:	2.0.1.0
Release:	1%{?dist}
Summary:	Common files for RaLink rt3070 kernel driver
Group:		System Environment/Kernel
License:	GPLv2+
URL:		http://www.ralinktech.com/ralink/Home/Support/Linux.html
Source0:	http://www.ralinktech.com.tw/data/drivers/%{SourceName}.tar.bz2
Source1:	http://www.ralinktech.com.tw/data/drivers/ReleaseNote-RT3070.txt
BuildRoot:	%{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:	noarch
Provides:	%{name}-kmod-common = %{version}
Requires:	%{name}-kmod >= %{version}

%description
This package contains the linux kernel module files for the Ralink rt3070
driver for WiFi, a linux device driver for 802.11a/b/g universal NIC cards -
either PCI, PCIe or MiniPCI - that use Ralink rt307x chipsets.

%prep
%setup -q -n %{SourceName}
iconv -f JOHAB -t UTF8 %{SOURCE1} -o ./ReleaseNotes
sed -i 's/\r//' ./ReleaseNotes
iconv -f JOHAB -t UTF8 README_STA -o README_STA
sed -i 's/\r//' README_STA
# To avoid possible conflict with rt2870 driver:
for sta in include/rt_linux.h README_STA ; do
 sed 's|RT2870STA|RT3070STA|g' $sta > tmp.sta
 touch -r $sta tmp.sta
 mv tmp.sta $sta
done

%build
echo "Nothing to build."

%install
rm -rf $RPM_BUILD_ROOT
install -dm 755 $RPM_BUILD_ROOT/%{_sysconfdir}/Wireless/RT3070STA/
install  -p -m 0644 RT2870STA.dat $RPM_BUILD_ROOT/%{_sysconfdir}/Wireless/RT3070STA/RT3070STA.dat

%clean
rm -rf $RPM_BUILD_ROOT

%files
%defattr(-,root,root,-)
%doc ReleaseNotes README_STA iwpriv_usage.txt
%dir %{_sysconfdir}/Wireless
%dir %{_sysconfdir}/Wireless/RT3070STA
%config(noreplace) %{_sysconfdir}/Wireless/RT3070STA/RT3070STA.dat

%changelog
* Thu Jan 15 2009 Orcan Ogetbil <oget [DOT] fedora [AT] gmail [DOT] com> - 2.0.1.0-1
- Initial build


Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/rt3070/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	22 Feb 2009 08:57:19 -0000	1.1
+++ .cvsignore	22 Feb 2009 16:49:35 -0000	1.2
@@ -0,0 +1 @@
+2008_1225_RT3070_Linux_STA_v2.0.1.0.tar.bz2


Index: sources
===================================================================
RCS file: /cvs/free/rpms/rt3070/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	22 Feb 2009 08:57:19 -0000	1.1
+++ sources	22 Feb 2009 16:49:35 -0000	1.2
@@ -0,0 +1 @@
+3d053dd1fbf0380c2f9d0b8552dcdbb2  2008_1225_RT3070_Linux_STA_v2.0.1.0.tar.bz2



More information about the rpmfusion-commits mailing list