rpms/rt2860/devel rt2860.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 Makefile, 1.1, 1.2 sources, 1.1, 1.2

Thorsten Leemhuis thl at rpmfusion.org
Thu Oct 2 22:37:05 CEST 2008


Author: thl

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

Modified Files:
	.cvsignore Makefile sources 
Added Files:
	rt2860.spec 
Log Message:
add rt2860 from livna


--- NEW FILE rt2860.spec ---
%define SourceDir 2008_0708_RT2860_Linux_STA_v1.7.0.0

Name:           rt2860
Version:        1.7.0
Release:        3%{?dist}
Summary:        Common files for RaLink 802.11 rt2860 driver

Group:          System Environment/Kernel
License:        GPLv2+
URL:            http://www.ralinktech.com/
Source0:        http://www.ralinktech.com.tw/data/drivers/%{SourceDir}.tar.bz2
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)

BuildArch:      noarch

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

%description
This package contains the documentation and configuration files for the Ralink
Driver for WiFi, a linux device driver for 802.11a/b/g universal NIC cards - 
either PCI, PCIe or MiniPCI - that use Ralink chipsets (rt2760, rt2790, rt2860,
rt2890).


%prep
%setup -q -c


%build
echo "Nothing to build"


%install
rm -rf $RPM_BUILD_ROOT
install -D -p -m 0644 %{SourceDir}/RT2860STA.dat $RPM_BUILD_ROOT/etc/Wireless/RT2860STA.dat


%clean
rm -rf $RPM_BUILD_ROOT


%files
%defattr(-,root,root,-)
%doc %{SourceDir}/README_STA %{SourceDir}/iwpriv_usage.txt
/etc/Wireless


%changelog
* Thu Oct 02 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 1.7.0-3
- rebuild for rpm fusion

* Fri Sep 14 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> 1.7.0-2
- own /etc/Wireless (nothing else in Fedora owns it)
- License is GPLv2+ 

* Fri Sep 05 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> 1.7.0-1
- Initial Version based on rt2860-kmod as submitted by James Bottomley


Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/rt2860/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore	2 Oct 2008 20:31:12 -0000	1.1
+++ .cvsignore	2 Oct 2008 20:37:05 -0000	1.2
@@ -0,0 +1 @@
+2008_0708_RT2860_Linux_STA_v1.7.0.0.tar.bz2


Index: Makefile
===================================================================
RCS file: /cvs/free/rpms/rt2860/devel/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Makefile	2 Oct 2008 20:31:12 -0000	1.1
+++ Makefile	2 Oct 2008 20:37:05 -0000	1.2
@@ -1,18 +1,18 @@
-# Makefile for source rpm: rt2860
+# Makefile for source rpm: kernel-module-ntfs
 # $Id$
 NAME := rt2860
 SPECFILE = $(firstword $(wildcard *.spec))
 
 define find-makefile-common
-for d in common ../common ../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/CVS/Root -a -w $$/Makefile.common ] ; then cd $$d ; cvs -Q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
+for d in common ../common ../../common ../../../common ; do if [ -f $$d/Makefile.common ] ; then if [ -f $$d/.svn/entries -a -w $$/Makefile.common ] ; then cd $$d ; svn -q update ; fi ; echo "$$d/Makefile.common" ; break ; fi ; done
 endef
 
-MAKEFILE_COMMON := $(shell $(find-makefile-common))
+MAKEFILE_COMMON	:= $(shell $(find-makefile-common))
 
 ifeq ($(MAKEFILE_COMMON),)
 # attept a checkout
 define checkout-makefile-common
-test -f CVS/Root && { cvs -Q -d $$(cat CVS/Root) checkout common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' module." ; exit -1 ; } >&2
+test -f .svn/entries && { svn -q checkout $$(svn info |grep '^URL :'|cut -d' ' -f 3|cut -d/ -f -4)/common && echo "common/Makefile.common" ; } || { echo "ERROR: I can't figure out how to checkout the 'common' directory module." ; exit -1 ; } >&2
 endef
 
 MAKEFILE_COMMON := $(shell $(checkout-makefile-common))


Index: sources
===================================================================
RCS file: /cvs/free/rpms/rt2860/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources	2 Oct 2008 20:31:12 -0000	1.1
+++ sources	2 Oct 2008 20:37:05 -0000	1.2
@@ -0,0 +1 @@
+523a42e4a86cf627dd34917e93fa2ce5  2008_0708_RT2860_Linux_STA_v1.7.0.0.tar.bz2



More information about the rpmfusion-commits mailing list