rpms/e-uae/F-9 e-uae.spec,1.1,1.2
by Andrea Musuruane
Author: musuruan
Update of /cvs/nonfree/rpms/e-uae/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv20678
Modified Files:
e-uae.spec
Log Message:
* Sun Oct 19 2008 Andrea Musuruane <musuruan(a)gmail.com> 0.8.29-0.11.wip4
- fix libcapsimage support (available only for i686, x86_64 and ppc)
Index: e-uae.spec
===================================================================
RCS file: /cvs/nonfree/rpms/e-uae/F-9/e-uae.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- e-uae.spec 16 Oct 2008 17:45:15 -0000 1.1
+++ e-uae.spec 19 Oct 2008 19:08:42 -0000 1.2
@@ -1,6 +1,6 @@
Name: e-uae
Version: 0.8.29
-Release: 0.10.wip4%{?dist}
+Release: 0.11.wip4%{?dist}
Summary: A powerful Amiga Emulator, based on UAE
Group: Applications/Emulators
License: GPLv2+
@@ -14,12 +14,14 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: desktop-file-utils
BuildRequires: gtk2-devel => 2.0.0
-BuildRequires: libcapsimage-devel => 2.0.0
BuildRequires: libICE-devel
BuildRequires: ncurses-devel
BuildRequires: pkgconfig
BuildRequires: SDL-devel => 1.2.0
BuildRequires: zlib-devel
+%ifarch %{ix86} x86_64 ppc
+BuildRequires: libcapsimage-devel => 2.0.0
+%endif
Requires: hicolor-icon-theme
Requires: policycoreutils
@@ -59,14 +61,23 @@
# --enable-natmem : Defaults to yes on Linux
# --enable-autoconfig : Defaults to yes if threads enabled (they should be)
# --enable-fdi : Defaults to on
+%ifarch %{ix86} x86_64 ppc
%configure --enable-bsdsock-new \
--enable-ui \
--enable-audio \
+ --with-sdl \
+ --with-sdl-gfx \
+ --with-sdl-sound \
--with-caps \
- --with-caps-prefix=/usr \
+ --with-caps-prefix=/usr
+%else
+%configure --enable-bsdsock-new \
+ --enable-ui \
+ --enable-audio \
--with-sdl \
--with-sdl-gfx \
--with-sdl-sound
+%endif
# Don't use parallel building (%%{?_smp_mflags}) seems broken in some cases
make
@@ -138,6 +149,9 @@
%changelog
+* Sun Oct 19 2008 Andrea Musuruane <musuruan(a)gmail.com> 0.8.29-0.11.wip4
+- fix libcapsimage support (available only for i686, x86_64 and ppc)
+
* Sun Oct 05 2008 Andrea Musuruane <musuruan(a)gmail.com> 0.8.29-0.10.wip4
- addedd a patch from upstream not to require an executable stack
- added an SELinux context because uae requires an executable heap
16 years, 1 month
rpms/rt2860-kmod/F-8 rt2860-1.8.0.0-2.6.25-iwe_stream-fix.patch, NONE, 1.1 rt2860-1.8.0.0-Makefile.x-fixes.patch, NONE, 1.1 rt2860-1.8.0.0-NetworkManager-support.patch, NONE, 1.1 rt2860-1.8.0.0-strip-tftpboot-copy.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 rt2860-kmod.spec, 1.1, 1.2 sources, 1.2, 1.3
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/rt2860-kmod/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv20201
Modified Files:
.cvsignore rt2860-kmod.spec sources
Added Files:
rt2860-1.8.0.0-2.6.25-iwe_stream-fix.patch
rt2860-1.8.0.0-Makefile.x-fixes.patch
rt2860-1.8.0.0-NetworkManager-support.patch
rt2860-1.8.0.0-strip-tftpboot-copy.patch
Log Message:
* Sun Oct 19 2008 Orcan Ogetbil <orcanbahri[at]yahoo[com]> 1.8.0.0-1
- version update (1.8.0.0)
- patches taken from rt2870-kmod directly
rt2860-1.8.0.0-2.6.25-iwe_stream-fix.patch:
--- NEW FILE rt2860-1.8.0.0-2.6.25-iwe_stream-fix.patch ---
diff -rupN old/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/sta_ioctl.c new/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/sta_ioctl.c
--- old/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/sta_ioctl.c 2008-09-25 04:28:00.000000000 -0400
+++ new/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/sta_ioctl.c 2008-10-04 16:15:19.000000000 -0400
@@ -49,7 +49,7 @@ extern ULONG RTDebugLevel;
#define GROUP_KEY_NO 4
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,27)
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,25)
#define IWE_STREAM_ADD_EVENT(_A, _B, _C, _D, _E) iwe_stream_add_event(_A, _B, _C, _D, _E)
#define IWE_STREAM_ADD_POINT(_A, _B, _C, _D, _E) iwe_stream_add_point(_A, _B, _C, _D, _E)
#define IWE_STREAM_ADD_VALUE(_A, _B, _C, _D, _E, _F) iwe_stream_add_value(_A, _B, _C, _D, _E, _F)
rt2860-1.8.0.0-Makefile.x-fixes.patch:
--- NEW FILE rt2860-1.8.0.0-Makefile.x-fixes.patch ---
diff -rupN old/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/Makefile.4 new/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/Makefile.4
--- old/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/Makefile.4 2008-09-18 04:12:12.000000000 -0400
+++ new/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/Makefile.4 2008-10-04 16:51:37.000000000 -0400
@@ -1,8 +1,6 @@
include $(RT28xx_DIR)/os/linux/config.mk
MOD_NAME = rt$(CHIPSET)sta
-DAT_PATH = /etc/Wireless/RT$(CHIPSET)STA
-DAT_FILE_NAME = RT$(CHIPSET)STA.dat
OBJ := $(MOD_NAME).o
@@ -78,15 +76,12 @@ clean:
rm -f $(RT28xx_DIR)/sta/.*.{cmd,flags,d}
install:
- rm -rf $(DAT_PATH)
- $(shell [ ! -f /etc/Wireless ] && mkdir /etc/Wireless)
- mkdir $(DAT_PATH)
- cp $(RT28xx_DIR)/$(DAT_FILE_NAME) $(DAT_PATH)/.
- install -d $(LINUX_SRC_MODULE)
- install -m 644 -c $(addsuffix .o,$(MOD_NAME)) $(LINUX_SRC_MODULE)
- /sbin/depmod -a ${shell uname -r}
+ #install -d $(LINUX_SRC_MODULE)
+ #install -m 644 -c $(addsuffix .o,$(MOD_NAME)) $(LINUX_SRC_MODULE)
+ mkdir -p $(INST_DIR)
+ install -d $(INST_DIR)
+ install -m 644 -c $(addsuffix .ko,$(MOD_NAME)) $(INST_DIR)
+ #/sbin/depmod -a ${shell uname -r}
uninstall:
-# rm -rf $(DAT_PATH)
- rm -rf $(addprefix $(LINUX_SRC_MODULE),$(addsuffix .o,$(MOD_NAME)))
/sbin/depmod -a ${shell uname -r}
diff -rupN old/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/Makefile.6 new/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/Makefile.6
--- old/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/Makefile.6 2008-09-18 04:12:42.000000000 -0400
+++ new/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/Makefile.6 2008-10-04 16:50:54.000000000 -0400
@@ -1,8 +1,6 @@
include $(RT28xx_DIR)/os/linux/config.mk
MOD_NAME = rt$(CHIPSET)sta
-DAT_PATH = /etc/Wireless/RT$(CHIPSET)STA
-DAT_FILE_NAME = RT$(CHIPSET)STA.dat
obj-m := $(MOD_NAME).o
@@ -77,15 +75,11 @@ clean:
rm -f ../../sta/.*.{cmd,flags,d}
install:
- rm -rf $(DAT_PATH)
- $(shell [ ! -f /etc/Wireless ] && mkdir /etc/Wireless)
- mkdir $(DAT_PATH)
- cp $(RT28xx_DIR)/$(DAT_FILE_NAME) $(DAT_PATH)/.
- install -d $(LINUX_SRC_MODULE)
- install -m 644 -c $(addsuffix .ko,$(MOD_NAME)) $(LINUX_SRC_MODULE)
- /sbin/depmod -a ${shell uname -r}
-
+ mkdir -p $(INST_DIR)
+ install -d $(INST_DIR)
+ #install -m 644 -c $(addsuffix .ko,$(MOD_NAME)) $(LINUX_SRC_MODULE)
+ install -m 644 -c $(addsuffix .ko,$(MOD_NAME)) $(INST_DIR)
+ #/sbin/depmod -a ${shell uname -r}
uninstall:
-# rm -rf $(DAT_PATH)
rm -rf $(addprefix $(LINUX_SRC_MODULE),$(addsuffix .ko,$(MOD_NAME)))
/sbin/depmod -a ${shell uname -r}
rt2860-1.8.0.0-NetworkManager-support.patch:
--- NEW FILE rt2860-1.8.0.0-NetworkManager-support.patch ---
--- old/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/config.mk 2008-09-25 04:25:42.000000000 -0400
+++ new/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/config.mk 2008-10-04 16:39:05.000000000 -0400
@@ -5,10 +5,10 @@ HAS_ATE=n
HAS_28xx_QA=n
# Support Wpa_Supplicant
-HAS_WPA_SUPPLICANT=n
+HAS_WPA_SUPPLICANT=y
# Support Native WpaSupplicant for Network Maganger
-HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=n
+HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y
#Support Net interface block while Tx-Sw queue full
HAS_BLOCK_NET_IF=n
rt2860-1.8.0.0-strip-tftpboot-copy.patch:
--- NEW FILE rt2860-1.8.0.0-strip-tftpboot-copy.patch ---
--- old/2008_0918_RT2860_Linux_STA_v1.8.0.0/Makefile 2008-09-18 03:55:04.000000000 -0400
+++ new/2008_0918_RT2860_Linux_STA_v1.8.0.0/Makefile 2008-10-04 16:47:15.000000000 -0400
@@ -130,27 +130,9 @@ LINUX:
ifneq (,$(findstring 2.4,$(LINUX_SRC)))
cp -f os/linux/Makefile.4 $(RT28xx_DIR)/os/linux/Makefile
make -C $(RT28xx_DIR)/os/linux/
-ifeq ($(RT28xx_MODE),AP)
- cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)ap.o /tftpboot
-else
-ifeq ($(RT28xx_MODE),APSTA)
- cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)apsta.o /tftpboot
-else
- cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)sta.o /tftpboot
-endif
-endif
else
cp -f os/linux/Makefile.6 $(RT28xx_DIR)/os/linux/Makefile
make -C $(LINUX_SRC) SUBDIRS=$(RT28xx_DIR)/os/linux modules
-ifeq ($(RT28xx_MODE),AP)
- cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)ap.ko /tftpboot
-else
-ifeq ($(RT28xx_MODE),APSTA)
- cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)apsta.ko /tftpboot
-else
- cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)sta.ko /tftpboot
-endif
-endif
endif
release:
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/F-8/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 3 Oct 2008 09:55:08 -0000 1.2
+++ .cvsignore 19 Oct 2008 19:04:59 -0000 1.3
@@ -1 +1 @@
-2008_0708_RT2860_Linux_STA_v1.7.0.0.tar.bz2
+2008_0918_RT2860_Linux_STA_v1.8.0.0.tar.bz2
Index: rt2860-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/F-8/rt2860-kmod.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rt2860-kmod.spec 3 Oct 2008 09:55:08 -0000 1.1
+++ rt2860-kmod.spec 19 Oct 2008 19:05:00 -0000 1.2
@@ -5,33 +5,31 @@
# a new akmod package will only get build when a new one is actually needed
#define buildforkernels newest
-%define SourceDir 2008_0708_RT2860_Linux_STA_v1.7.0.0
-%define _default_patch_fuzz 2
+Name: rt2860-kmod
+Version: 1.8.0.0
+Release: 1%{?dist}
+Summary: Kernel module for RaLink 802.11 wireless devices rt2760/rt2790/rt2860/rt2890
+
+Group: System Environment/Kernel
+License: GPLv2+
+URL: http://www.ralinktech.com/ralink/Home/Support/Linux.html
+Source0: http://www.ralinktech.com.tw/data/drivers/2008_0918_RT2860_Linux_STA_v1.8...
+Source11: rt2860-kmodtool-excludekernel-filterfile
+Patch0: rt2860-1.8.0.0-2.6.25-iwe_stream-fix.patch
+Patch1: rt2860-1.8.0.0-Makefile.x-fixes.patch
+Patch2: rt2860-1.8.0.0-NetworkManager-support.patch
+Patch3: rt2860-1.8.0.0-strip-tftpboot-copy.patch
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Name: rt2860-kmod
-Version: 1.7.0
-Release: 6%{?dist}.1
-Summary: Kernel module for RaLink 802.11 wireless devices rt2760/rt2790/rt2860/rt2890
-
-Group: System Environment/Kernel
-License: GPLv2+
-URL: http://www.ralinktech.com/
-Source0: http://www.ralinktech.com.tw/data/drivers/%{SourceDir}.tar.bz2
-Source11: rt2860-kmodtool-excludekernel-filterfile
-Patch0: rt2860-remove-tftpboot-copy.patch
-Patch1: rt2860-add-network-mgr-support.diff
-Patch2: rt2860-dat-install-fixes.patch
-Patch3: rt2860-2.6.25-iwe_stream-fix.diff
-Patch4: rt2860-net-namespace-separation.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires: %{_bindir}/kmodtool
# needed for plague to make sure it builds for i586 and i686
-ExclusiveArch: i586 i686 x86_64
-# disabled hy knurd on 20081002 as they fail: ppc ppc64
+ExclusiveArch: i586 i686 x86_64 ppc64
+# ppc disabled by knurd on 20081003 as it is known to fail on 2.6.26:
+# https://bugzilla.redhat.com/show_bug.cgi?id=464613
-# get the needed BuildRequires (in parts depending on what we build for)
-BuildRequires: %{_bindir}/kmodtool
%{!?kernels:BuildRequires: buildsys-build-rpmfusion-kerneldevpkgs-%{?buildforkernels:%{buildforkernels}}%{!?buildforkernels:current}-%{_target_cpu} }
+
# kmodtool does its magic here
%{expand:%(kmodtool --target %{_target_cpu} --repo rpmfusion --kmodname %{name} --filterfile %{SOURCE11} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) }
@@ -41,52 +39,46 @@
MiniPCI - that use Ralink chipsets (rt2760, rt2790, rt2860, rt2890).
%prep
-# error out if there was something wrong with kmodtool
%{?kmodtool_check}
+
# print kmodtool output for debugging purposes:
-kmodtool --target %{_target_cpu} --repo rpmfusion --kmodname %{name} --filterfile %{SOURCE11} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null
+kmodtool --target %{_target_cpu} --repo rpmfusion --kmodname %{name} --filterfile %{SOURCE11} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null
+
%setup -q -c -T -a 0
-(cd %{SourceDir} ;
-%patch0 -p1 -b .tftpboot
-%patch1 -p1 -b .network-mgr
-%patch2 -p1 -b .dat-install
-%patch3 -p1 -b .2.6.25.fixes
-%patch4 -p1 -b .patch
-)
-for kernel_version in %{?kernel_versions} ; do
- cp -a %{SourceDir} _kmod_build_${kernel_version%%___*}
-done
+%patch0 -p1 -b .iwestream
+%patch1 -p1 -b .rpmbuild
+%patch2 -p1 -b .NetworkManager
+%patch3 -p1 -b .tftpboot
-%build
-for kernel_version in %{?kernel_versions} ; do
- pushd _kmod_build_${kernel_version%%___*}
- make LINUX_SRC="${kernel_version##*___}"
- popd
+for kernel_version in %{?kernel_versions} ; do
+ cp -a *RT2860_Linux_STA* _kmod_build_${kernel_version%%___*}
done
+%build
+for kernel_version in %{?kernel_versions}; do
+ make -C _kmod_build_${kernel_version%%___*} LINUX_SRC="${kernel_version##*___}"
+done
%install
-rm -rf $RPM_BUILD_ROOT
-for kernel_version in %{?kernel_versions} ; do
- make -C _kmod_build_${kernel_version%%___*} LINUX_SRC="${kernel_version##*___}" LINUX_SRC_MODULE=$RPM_BUILD_ROOT/%{kmodinstdir_prefix}/${kernel_version%%___*}/%{kmodinstdir_postfix} DAT_PREFIX=$RPM_BUILD_ROOT install
+rm -rf ${RPM_BUILD_ROOT}
+for kernel_version in %{?kernel_versions}; do
+ make -C _kmod_build_${kernel_version%%___*} KERNELPATH="${kernel_version##*___}" KERNELRELEASE="${kernel_version%%___*}" INST_DIR=${RPM_BUILD_ROOT}%{kmodinstdir_prefix}/${kernel_version%%___*}/%{kmodinstdir_postfix} install
done
-# allow stripping:
-chmod 0755 $RPM_BUILD_ROOT/%{kmodinstdir_prefix}/*/%{kmodinstdir_postfix}/* || :
-# file is part of the common package:
-rm -fr $RPM_BUILD_ROOT/etc || :
-# akmods:
+chmod 0755 $RPM_BUILD_ROOT/%{kmodinstdir_prefix}/*/%{kmodinstdir_postfix}/*
%{?akmod_install}
-
%clean
rm -rf $RPM_BUILD_ROOT
-
%changelog
+* Sun Oct 19 2008 Orcan Ogetbil <orcanbahri[at]yahoo[com]> 1.8.0.0-1
+- version update (1.8.0.0)
+- patches taken from rt2870-kmod directly
+
* Tue Oct 02 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> 1.7.0-6.1
-- disable ppc ppc64; both fail
+- disable ppc ppc64; both fail
* Tue Oct 02 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> 1.7.0-5.1
- rebuild for RPM Fusion
@@ -98,7 +90,7 @@
* Fri Sep 14 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> 1.7.0-3
- add rt2860-net-namespace-separation.patch to make it compile with 2.6.26.3
from Fedora; patch provided by James as text in #2083
-- License is GPLv2+
+- License is GPLv2+
* Fri Sep 05 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> 1.7.0-2
- some small fixes and cleanups
Index: sources
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/F-8/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 3 Oct 2008 09:55:08 -0000 1.2
+++ sources 19 Oct 2008 19:05:00 -0000 1.3
@@ -1 +1 @@
-523a42e4a86cf627dd34917e93fa2ce5 2008_0708_RT2860_Linux_STA_v1.7.0.0.tar.bz2
+cc6167b73fd26cd6ffbbf41444ec5bdc 2008_0918_RT2860_Linux_STA_v1.8.0.0.tar.bz2
16 years, 1 month
rpms/e-uae/devel e-uae.spec,1.1,1.2
by Andrea Musuruane
Author: musuruan
Update of /cvs/nonfree/rpms/e-uae/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv20184
Modified Files:
e-uae.spec
Log Message:
* Sun Oct 19 2008 Andrea Musuruane <musuruan(a)gmail.com> 0.8.29-0.11.wip4
- fix libcapsimage support (available only for i686, x86_64 and ppc)
Index: e-uae.spec
===================================================================
RCS file: /cvs/nonfree/rpms/e-uae/devel/e-uae.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- e-uae.spec 16 Oct 2008 17:43:22 -0000 1.1
+++ e-uae.spec 19 Oct 2008 19:04:59 -0000 1.2
@@ -1,6 +1,6 @@
Name: e-uae
Version: 0.8.29
-Release: 0.10.wip4%{?dist}
+Release: 0.11.wip4%{?dist}
Summary: A powerful Amiga Emulator, based on UAE
Group: Applications/Emulators
License: GPLv2+
@@ -14,12 +14,14 @@
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
BuildRequires: desktop-file-utils
BuildRequires: gtk2-devel => 2.0.0
-BuildRequires: libcapsimage-devel => 2.0.0
BuildRequires: libICE-devel
BuildRequires: ncurses-devel
BuildRequires: pkgconfig
BuildRequires: SDL-devel => 1.2.0
BuildRequires: zlib-devel
+%ifarch %{ix86} x86_64 ppc
+BuildRequires: libcapsimage-devel => 2.0.0
+%endif
Requires: hicolor-icon-theme
Requires: policycoreutils
@@ -59,14 +61,23 @@
# --enable-natmem : Defaults to yes on Linux
# --enable-autoconfig : Defaults to yes if threads enabled (they should be)
# --enable-fdi : Defaults to on
+%ifarch %{ix86} x86_64 ppc
%configure --enable-bsdsock-new \
--enable-ui \
--enable-audio \
+ --with-sdl \
+ --with-sdl-gfx \
+ --with-sdl-sound \
--with-caps \
- --with-caps-prefix=/usr \
+ --with-caps-prefix=/usr
+%else
+%configure --enable-bsdsock-new \
+ --enable-ui \
+ --enable-audio \
--with-sdl \
--with-sdl-gfx \
--with-sdl-sound
+%endif
# Don't use parallel building (%%{?_smp_mflags}) seems broken in some cases
make
@@ -138,6 +149,9 @@
%changelog
+* Sun Oct 19 2008 Andrea Musuruane <musuruan(a)gmail.com> 0.8.29-0.11.wip4
+- fix libcapsimage support (available only for i686, x86_64 and ppc)
+
* Sun Oct 05 2008 Andrea Musuruane <musuruan(a)gmail.com> 0.8.29-0.10.wip4
- addedd a patch from upstream not to require an executable stack
- added an SELinux context because uae requires an executable heap
16 years, 1 month
rpms/rt2860-kmod/F-9 rt2860-1.8.0.0-2.6.25-iwe_stream-fix.patch, NONE, 1.1 rt2860-1.8.0.0-Makefile.x-fixes.patch, NONE, 1.1 rt2860-1.8.0.0-NetworkManager-support.patch, NONE, 1.1 rt2860-1.8.0.0-strip-tftpboot-copy.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 rt2860-kmod.spec, 1.1, 1.2 sources, 1.2, 1.3
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/rt2860-kmod/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv19699
Modified Files:
.cvsignore rt2860-kmod.spec sources
Added Files:
rt2860-1.8.0.0-2.6.25-iwe_stream-fix.patch
rt2860-1.8.0.0-Makefile.x-fixes.patch
rt2860-1.8.0.0-NetworkManager-support.patch
rt2860-1.8.0.0-strip-tftpboot-copy.patch
Log Message:
* Sun Oct 19 2008 Orcan Ogetbil <orcanbahri[at]yahoo[com]> 1.8.0.0-1
- version update (1.8.0.0)
- patches taken from rt2870-kmod directly
rt2860-1.8.0.0-2.6.25-iwe_stream-fix.patch:
--- NEW FILE rt2860-1.8.0.0-2.6.25-iwe_stream-fix.patch ---
diff -rupN old/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/sta_ioctl.c new/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/sta_ioctl.c
--- old/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/sta_ioctl.c 2008-09-25 04:28:00.000000000 -0400
+++ new/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/sta_ioctl.c 2008-10-04 16:15:19.000000000 -0400
@@ -49,7 +49,7 @@ extern ULONG RTDebugLevel;
#define GROUP_KEY_NO 4
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,27)
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,25)
#define IWE_STREAM_ADD_EVENT(_A, _B, _C, _D, _E) iwe_stream_add_event(_A, _B, _C, _D, _E)
#define IWE_STREAM_ADD_POINT(_A, _B, _C, _D, _E) iwe_stream_add_point(_A, _B, _C, _D, _E)
#define IWE_STREAM_ADD_VALUE(_A, _B, _C, _D, _E, _F) iwe_stream_add_value(_A, _B, _C, _D, _E, _F)
rt2860-1.8.0.0-Makefile.x-fixes.patch:
--- NEW FILE rt2860-1.8.0.0-Makefile.x-fixes.patch ---
diff -rupN old/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/Makefile.4 new/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/Makefile.4
--- old/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/Makefile.4 2008-09-18 04:12:12.000000000 -0400
+++ new/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/Makefile.4 2008-10-04 16:51:37.000000000 -0400
@@ -1,8 +1,6 @@
include $(RT28xx_DIR)/os/linux/config.mk
MOD_NAME = rt$(CHIPSET)sta
-DAT_PATH = /etc/Wireless/RT$(CHIPSET)STA
-DAT_FILE_NAME = RT$(CHIPSET)STA.dat
OBJ := $(MOD_NAME).o
@@ -78,15 +76,12 @@ clean:
rm -f $(RT28xx_DIR)/sta/.*.{cmd,flags,d}
install:
- rm -rf $(DAT_PATH)
- $(shell [ ! -f /etc/Wireless ] && mkdir /etc/Wireless)
- mkdir $(DAT_PATH)
- cp $(RT28xx_DIR)/$(DAT_FILE_NAME) $(DAT_PATH)/.
- install -d $(LINUX_SRC_MODULE)
- install -m 644 -c $(addsuffix .o,$(MOD_NAME)) $(LINUX_SRC_MODULE)
- /sbin/depmod -a ${shell uname -r}
+ #install -d $(LINUX_SRC_MODULE)
+ #install -m 644 -c $(addsuffix .o,$(MOD_NAME)) $(LINUX_SRC_MODULE)
+ mkdir -p $(INST_DIR)
+ install -d $(INST_DIR)
+ install -m 644 -c $(addsuffix .ko,$(MOD_NAME)) $(INST_DIR)
+ #/sbin/depmod -a ${shell uname -r}
uninstall:
-# rm -rf $(DAT_PATH)
- rm -rf $(addprefix $(LINUX_SRC_MODULE),$(addsuffix .o,$(MOD_NAME)))
/sbin/depmod -a ${shell uname -r}
diff -rupN old/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/Makefile.6 new/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/Makefile.6
--- old/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/Makefile.6 2008-09-18 04:12:42.000000000 -0400
+++ new/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/Makefile.6 2008-10-04 16:50:54.000000000 -0400
@@ -1,8 +1,6 @@
include $(RT28xx_DIR)/os/linux/config.mk
MOD_NAME = rt$(CHIPSET)sta
-DAT_PATH = /etc/Wireless/RT$(CHIPSET)STA
-DAT_FILE_NAME = RT$(CHIPSET)STA.dat
obj-m := $(MOD_NAME).o
@@ -77,15 +75,11 @@ clean:
rm -f ../../sta/.*.{cmd,flags,d}
install:
- rm -rf $(DAT_PATH)
- $(shell [ ! -f /etc/Wireless ] && mkdir /etc/Wireless)
- mkdir $(DAT_PATH)
- cp $(RT28xx_DIR)/$(DAT_FILE_NAME) $(DAT_PATH)/.
- install -d $(LINUX_SRC_MODULE)
- install -m 644 -c $(addsuffix .ko,$(MOD_NAME)) $(LINUX_SRC_MODULE)
- /sbin/depmod -a ${shell uname -r}
-
+ mkdir -p $(INST_DIR)
+ install -d $(INST_DIR)
+ #install -m 644 -c $(addsuffix .ko,$(MOD_NAME)) $(LINUX_SRC_MODULE)
+ install -m 644 -c $(addsuffix .ko,$(MOD_NAME)) $(INST_DIR)
+ #/sbin/depmod -a ${shell uname -r}
uninstall:
-# rm -rf $(DAT_PATH)
rm -rf $(addprefix $(LINUX_SRC_MODULE),$(addsuffix .ko,$(MOD_NAME)))
/sbin/depmod -a ${shell uname -r}
rt2860-1.8.0.0-NetworkManager-support.patch:
--- NEW FILE rt2860-1.8.0.0-NetworkManager-support.patch ---
--- old/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/config.mk 2008-09-25 04:25:42.000000000 -0400
+++ new/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/config.mk 2008-10-04 16:39:05.000000000 -0400
@@ -5,10 +5,10 @@ HAS_ATE=n
HAS_28xx_QA=n
# Support Wpa_Supplicant
-HAS_WPA_SUPPLICANT=n
+HAS_WPA_SUPPLICANT=y
# Support Native WpaSupplicant for Network Maganger
-HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=n
+HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y
#Support Net interface block while Tx-Sw queue full
HAS_BLOCK_NET_IF=n
rt2860-1.8.0.0-strip-tftpboot-copy.patch:
--- NEW FILE rt2860-1.8.0.0-strip-tftpboot-copy.patch ---
--- old/2008_0918_RT2860_Linux_STA_v1.8.0.0/Makefile 2008-09-18 03:55:04.000000000 -0400
+++ new/2008_0918_RT2860_Linux_STA_v1.8.0.0/Makefile 2008-10-04 16:47:15.000000000 -0400
@@ -130,27 +130,9 @@ LINUX:
ifneq (,$(findstring 2.4,$(LINUX_SRC)))
cp -f os/linux/Makefile.4 $(RT28xx_DIR)/os/linux/Makefile
make -C $(RT28xx_DIR)/os/linux/
-ifeq ($(RT28xx_MODE),AP)
- cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)ap.o /tftpboot
-else
-ifeq ($(RT28xx_MODE),APSTA)
- cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)apsta.o /tftpboot
-else
- cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)sta.o /tftpboot
-endif
-endif
else
cp -f os/linux/Makefile.6 $(RT28xx_DIR)/os/linux/Makefile
make -C $(LINUX_SRC) SUBDIRS=$(RT28xx_DIR)/os/linux modules
-ifeq ($(RT28xx_MODE),AP)
- cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)ap.ko /tftpboot
-else
-ifeq ($(RT28xx_MODE),APSTA)
- cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)apsta.ko /tftpboot
-else
- cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)sta.ko /tftpboot
-endif
-endif
endif
release:
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/F-9/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 3 Oct 2008 09:54:41 -0000 1.2
+++ .cvsignore 19 Oct 2008 19:01:33 -0000 1.3
@@ -1 +1 @@
-2008_0708_RT2860_Linux_STA_v1.7.0.0.tar.bz2
+2008_0918_RT2860_Linux_STA_v1.8.0.0.tar.bz2
Index: rt2860-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/F-9/rt2860-kmod.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rt2860-kmod.spec 3 Oct 2008 09:54:41 -0000 1.1
+++ rt2860-kmod.spec 19 Oct 2008 19:01:33 -0000 1.2
@@ -5,33 +5,31 @@
# a new akmod package will only get build when a new one is actually needed
#define buildforkernels newest
-%define SourceDir 2008_0708_RT2860_Linux_STA_v1.7.0.0
-%define _default_patch_fuzz 2
+Name: rt2860-kmod
+Version: 1.8.0.0
+Release: 1%{?dist}
+Summary: Kernel module for RaLink 802.11 wireless devices rt2760/rt2790/rt2860/rt2890
+
+Group: System Environment/Kernel
+License: GPLv2+
+URL: http://www.ralinktech.com/ralink/Home/Support/Linux.html
+Source0: http://www.ralinktech.com.tw/data/drivers/2008_0918_RT2860_Linux_STA_v1.8...
+Source11: rt2860-kmodtool-excludekernel-filterfile
+Patch0: rt2860-1.8.0.0-2.6.25-iwe_stream-fix.patch
+Patch1: rt2860-1.8.0.0-Makefile.x-fixes.patch
+Patch2: rt2860-1.8.0.0-NetworkManager-support.patch
+Patch3: rt2860-1.8.0.0-strip-tftpboot-copy.patch
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Name: rt2860-kmod
-Version: 1.7.0
-Release: 6%{?dist}.1
-Summary: Kernel module for RaLink 802.11 wireless devices rt2760/rt2790/rt2860/rt2890
-
-Group: System Environment/Kernel
-License: GPLv2+
-URL: http://www.ralinktech.com/
-Source0: http://www.ralinktech.com.tw/data/drivers/%{SourceDir}.tar.bz2
-Source11: rt2860-kmodtool-excludekernel-filterfile
-Patch0: rt2860-remove-tftpboot-copy.patch
-Patch1: rt2860-add-network-mgr-support.diff
-Patch2: rt2860-dat-install-fixes.patch
-Patch3: rt2860-2.6.25-iwe_stream-fix.diff
-Patch4: rt2860-net-namespace-separation.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires: %{_bindir}/kmodtool
# needed for plague to make sure it builds for i586 and i686
-ExclusiveArch: i586 i686 x86_64
-# disabled hy knurd on 20081002 as they fail: ppc ppc64
+ExclusiveArch: i586 i686 x86_64 ppc64
+# ppc disabled by knurd on 20081003 as it is known to fail on 2.6.26:
+# https://bugzilla.redhat.com/show_bug.cgi?id=464613
-# get the needed BuildRequires (in parts depending on what we build for)
-BuildRequires: %{_bindir}/kmodtool
%{!?kernels:BuildRequires: buildsys-build-rpmfusion-kerneldevpkgs-%{?buildforkernels:%{buildforkernels}}%{!?buildforkernels:current}-%{_target_cpu} }
+
# kmodtool does its magic here
%{expand:%(kmodtool --target %{_target_cpu} --repo rpmfusion --kmodname %{name} --filterfile %{SOURCE11} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) }
@@ -41,52 +39,46 @@
MiniPCI - that use Ralink chipsets (rt2760, rt2790, rt2860, rt2890).
%prep
-# error out if there was something wrong with kmodtool
%{?kmodtool_check}
+
# print kmodtool output for debugging purposes:
-kmodtool --target %{_target_cpu} --repo rpmfusion --kmodname %{name} --filterfile %{SOURCE11} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null
+kmodtool --target %{_target_cpu} --repo rpmfusion --kmodname %{name} --filterfile %{SOURCE11} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null
+
%setup -q -c -T -a 0
-(cd %{SourceDir} ;
-%patch0 -p1 -b .tftpboot
-%patch1 -p1 -b .network-mgr
-%patch2 -p1 -b .dat-install
-%patch3 -p1 -b .2.6.25.fixes
-%patch4 -p1 -b .patch
-)
-for kernel_version in %{?kernel_versions} ; do
- cp -a %{SourceDir} _kmod_build_${kernel_version%%___*}
-done
+%patch0 -p1 -b .iwestream
+%patch1 -p1 -b .rpmbuild
+%patch2 -p1 -b .NetworkManager
+%patch3 -p1 -b .tftpboot
-%build
-for kernel_version in %{?kernel_versions} ; do
- pushd _kmod_build_${kernel_version%%___*}
- make LINUX_SRC="${kernel_version##*___}"
- popd
+for kernel_version in %{?kernel_versions} ; do
+ cp -a *RT2860_Linux_STA* _kmod_build_${kernel_version%%___*}
done
+%build
+for kernel_version in %{?kernel_versions}; do
+ make -C _kmod_build_${kernel_version%%___*} LINUX_SRC="${kernel_version##*___}"
+done
%install
-rm -rf $RPM_BUILD_ROOT
-for kernel_version in %{?kernel_versions} ; do
- make -C _kmod_build_${kernel_version%%___*} LINUX_SRC="${kernel_version##*___}" LINUX_SRC_MODULE=$RPM_BUILD_ROOT/%{kmodinstdir_prefix}/${kernel_version%%___*}/%{kmodinstdir_postfix} DAT_PREFIX=$RPM_BUILD_ROOT install
+rm -rf ${RPM_BUILD_ROOT}
+for kernel_version in %{?kernel_versions}; do
+ make -C _kmod_build_${kernel_version%%___*} KERNELPATH="${kernel_version##*___}" KERNELRELEASE="${kernel_version%%___*}" INST_DIR=${RPM_BUILD_ROOT}%{kmodinstdir_prefix}/${kernel_version%%___*}/%{kmodinstdir_postfix} install
done
-# allow stripping:
-chmod 0755 $RPM_BUILD_ROOT/%{kmodinstdir_prefix}/*/%{kmodinstdir_postfix}/* || :
-# file is part of the common package:
-rm -fr $RPM_BUILD_ROOT/etc || :
-# akmods:
+chmod 0755 $RPM_BUILD_ROOT/%{kmodinstdir_prefix}/*/%{kmodinstdir_postfix}/*
%{?akmod_install}
-
%clean
rm -rf $RPM_BUILD_ROOT
-
%changelog
+* Sun Oct 19 2008 Orcan Ogetbil <orcanbahri[at]yahoo[com]> 1.8.0.0-1
+- version update (1.8.0.0)
+- patches taken from rt2870-kmod directly
+
* Tue Oct 02 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> 1.7.0-6.1
-- disable ppc ppc64; both fail
+- disable ppc ppc64; both fail
* Tue Oct 02 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> 1.7.0-5.1
- rebuild for RPM Fusion
@@ -98,7 +90,7 @@
* Fri Sep 14 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> 1.7.0-3
- add rt2860-net-namespace-separation.patch to make it compile with 2.6.26.3
from Fedora; patch provided by James as text in #2083
-- License is GPLv2+
+- License is GPLv2+
* Fri Sep 05 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> 1.7.0-2
- some small fixes and cleanups
Index: sources
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/F-9/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 3 Oct 2008 09:54:41 -0000 1.2
+++ sources 19 Oct 2008 19:01:33 -0000 1.3
@@ -1 +1 @@
-523a42e4a86cf627dd34917e93fa2ce5 2008_0708_RT2860_Linux_STA_v1.7.0.0.tar.bz2
+cc6167b73fd26cd6ffbbf41444ec5bdc 2008_0918_RT2860_Linux_STA_v1.8.0.0.tar.bz2
16 years, 1 month
rpms/rt2860-kmod/devel rt2860-1.8.0.0-2.6.25-iwe_stream-fix.patch, NONE, 1.1 rt2860-1.8.0.0-Makefile.x-fixes.patch, NONE, 1.1 rt2860-1.8.0.0-NetworkManager-support.patch, NONE, 1.1 rt2860-1.8.0.0-strip-tftpboot-copy.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 rt2860-kmod.spec, 1.6, 1.7 sources, 1.2, 1.3
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/rt2860-kmod/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv19202
Modified Files:
.cvsignore rt2860-kmod.spec sources
Added Files:
rt2860-1.8.0.0-2.6.25-iwe_stream-fix.patch
rt2860-1.8.0.0-Makefile.x-fixes.patch
rt2860-1.8.0.0-NetworkManager-support.patch
rt2860-1.8.0.0-strip-tftpboot-copy.patch
Log Message:
* Sun Oct 19 2008 Orcan Ogetbil <orcanbahri[at]yahoo[com]> 1.8.0.0-1
- version update (1.8.0.0)
- patches taken from rt2870-kmod directly
rt2860-1.8.0.0-2.6.25-iwe_stream-fix.patch:
--- NEW FILE rt2860-1.8.0.0-2.6.25-iwe_stream-fix.patch ---
diff -rupN old/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/sta_ioctl.c new/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/sta_ioctl.c
--- old/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/sta_ioctl.c 2008-09-25 04:28:00.000000000 -0400
+++ new/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/sta_ioctl.c 2008-10-04 16:15:19.000000000 -0400
@@ -49,7 +49,7 @@ extern ULONG RTDebugLevel;
#define GROUP_KEY_NO 4
-#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,27)
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,25)
#define IWE_STREAM_ADD_EVENT(_A, _B, _C, _D, _E) iwe_stream_add_event(_A, _B, _C, _D, _E)
#define IWE_STREAM_ADD_POINT(_A, _B, _C, _D, _E) iwe_stream_add_point(_A, _B, _C, _D, _E)
#define IWE_STREAM_ADD_VALUE(_A, _B, _C, _D, _E, _F) iwe_stream_add_value(_A, _B, _C, _D, _E, _F)
rt2860-1.8.0.0-Makefile.x-fixes.patch:
--- NEW FILE rt2860-1.8.0.0-Makefile.x-fixes.patch ---
diff -rupN old/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/Makefile.4 new/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/Makefile.4
--- old/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/Makefile.4 2008-09-18 04:12:12.000000000 -0400
+++ new/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/Makefile.4 2008-10-04 16:51:37.000000000 -0400
@@ -1,8 +1,6 @@
include $(RT28xx_DIR)/os/linux/config.mk
MOD_NAME = rt$(CHIPSET)sta
-DAT_PATH = /etc/Wireless/RT$(CHIPSET)STA
-DAT_FILE_NAME = RT$(CHIPSET)STA.dat
OBJ := $(MOD_NAME).o
@@ -78,15 +76,12 @@ clean:
rm -f $(RT28xx_DIR)/sta/.*.{cmd,flags,d}
install:
- rm -rf $(DAT_PATH)
- $(shell [ ! -f /etc/Wireless ] && mkdir /etc/Wireless)
- mkdir $(DAT_PATH)
- cp $(RT28xx_DIR)/$(DAT_FILE_NAME) $(DAT_PATH)/.
- install -d $(LINUX_SRC_MODULE)
- install -m 644 -c $(addsuffix .o,$(MOD_NAME)) $(LINUX_SRC_MODULE)
- /sbin/depmod -a ${shell uname -r}
+ #install -d $(LINUX_SRC_MODULE)
+ #install -m 644 -c $(addsuffix .o,$(MOD_NAME)) $(LINUX_SRC_MODULE)
+ mkdir -p $(INST_DIR)
+ install -d $(INST_DIR)
+ install -m 644 -c $(addsuffix .ko,$(MOD_NAME)) $(INST_DIR)
+ #/sbin/depmod -a ${shell uname -r}
uninstall:
-# rm -rf $(DAT_PATH)
- rm -rf $(addprefix $(LINUX_SRC_MODULE),$(addsuffix .o,$(MOD_NAME)))
/sbin/depmod -a ${shell uname -r}
diff -rupN old/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/Makefile.6 new/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/Makefile.6
--- old/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/Makefile.6 2008-09-18 04:12:42.000000000 -0400
+++ new/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/Makefile.6 2008-10-04 16:50:54.000000000 -0400
@@ -1,8 +1,6 @@
include $(RT28xx_DIR)/os/linux/config.mk
MOD_NAME = rt$(CHIPSET)sta
-DAT_PATH = /etc/Wireless/RT$(CHIPSET)STA
-DAT_FILE_NAME = RT$(CHIPSET)STA.dat
obj-m := $(MOD_NAME).o
@@ -77,15 +75,11 @@ clean:
rm -f ../../sta/.*.{cmd,flags,d}
install:
- rm -rf $(DAT_PATH)
- $(shell [ ! -f /etc/Wireless ] && mkdir /etc/Wireless)
- mkdir $(DAT_PATH)
- cp $(RT28xx_DIR)/$(DAT_FILE_NAME) $(DAT_PATH)/.
- install -d $(LINUX_SRC_MODULE)
- install -m 644 -c $(addsuffix .ko,$(MOD_NAME)) $(LINUX_SRC_MODULE)
- /sbin/depmod -a ${shell uname -r}
-
+ mkdir -p $(INST_DIR)
+ install -d $(INST_DIR)
+ #install -m 644 -c $(addsuffix .ko,$(MOD_NAME)) $(LINUX_SRC_MODULE)
+ install -m 644 -c $(addsuffix .ko,$(MOD_NAME)) $(INST_DIR)
+ #/sbin/depmod -a ${shell uname -r}
uninstall:
-# rm -rf $(DAT_PATH)
rm -rf $(addprefix $(LINUX_SRC_MODULE),$(addsuffix .ko,$(MOD_NAME)))
/sbin/depmod -a ${shell uname -r}
rt2860-1.8.0.0-NetworkManager-support.patch:
--- NEW FILE rt2860-1.8.0.0-NetworkManager-support.patch ---
--- old/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/config.mk 2008-09-25 04:25:42.000000000 -0400
+++ new/2008_0918_RT2860_Linux_STA_v1.8.0.0/os/linux/config.mk 2008-10-04 16:39:05.000000000 -0400
@@ -5,10 +5,10 @@ HAS_ATE=n
HAS_28xx_QA=n
# Support Wpa_Supplicant
-HAS_WPA_SUPPLICANT=n
+HAS_WPA_SUPPLICANT=y
# Support Native WpaSupplicant for Network Maganger
-HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=n
+HAS_NATIVE_WPA_SUPPLICANT_SUPPORT=y
#Support Net interface block while Tx-Sw queue full
HAS_BLOCK_NET_IF=n
rt2860-1.8.0.0-strip-tftpboot-copy.patch:
--- NEW FILE rt2860-1.8.0.0-strip-tftpboot-copy.patch ---
--- old/2008_0918_RT2860_Linux_STA_v1.8.0.0/Makefile 2008-09-18 03:55:04.000000000 -0400
+++ new/2008_0918_RT2860_Linux_STA_v1.8.0.0/Makefile 2008-10-04 16:47:15.000000000 -0400
@@ -130,27 +130,9 @@ LINUX:
ifneq (,$(findstring 2.4,$(LINUX_SRC)))
cp -f os/linux/Makefile.4 $(RT28xx_DIR)/os/linux/Makefile
make -C $(RT28xx_DIR)/os/linux/
-ifeq ($(RT28xx_MODE),AP)
- cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)ap.o /tftpboot
-else
-ifeq ($(RT28xx_MODE),APSTA)
- cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)apsta.o /tftpboot
-else
- cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)sta.o /tftpboot
-endif
-endif
else
cp -f os/linux/Makefile.6 $(RT28xx_DIR)/os/linux/Makefile
make -C $(LINUX_SRC) SUBDIRS=$(RT28xx_DIR)/os/linux modules
-ifeq ($(RT28xx_MODE),AP)
- cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)ap.ko /tftpboot
-else
-ifeq ($(RT28xx_MODE),APSTA)
- cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)apsta.ko /tftpboot
-else
- cp -f $(RT28xx_DIR)/os/linux/rt$(CHIPSET)sta.ko /tftpboot
-endif
-endif
endif
release:
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 2 Oct 2008 20:36:05 -0000 1.2
+++ .cvsignore 19 Oct 2008 18:54:16 -0000 1.3
@@ -1 +1 @@
-2008_0708_RT2860_Linux_STA_v1.7.0.0.tar.bz2
+2008_0918_RT2860_Linux_STA_v1.8.0.0.tar.bz2
Index: rt2860-kmod.spec
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/devel/rt2860-kmod.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- rt2860-kmod.spec 19 Oct 2008 12:16:03 -0000 1.6
+++ rt2860-kmod.spec 19 Oct 2008 18:54:16 -0000 1.7
@@ -3,36 +3,33 @@
# "buildforkernels newest" macro for just that build; immediately after
# queuing that build enable the macro again for subsequent builds; that way
# a new akmod package will only get build when a new one is actually needed
-%define buildforkernels newest
+#define buildforkernels newest
-%define SourceDir 2008_0708_RT2860_Linux_STA_v1.7.0.0
-%define _default_patch_fuzz 2
+Name: rt2860-kmod
+Version: 1.8.0.0
+Release: 1%{?dist}
+Summary: Kernel module for RaLink 802.11 wireless devices rt2760/rt2790/rt2860/rt2890
+
+Group: System Environment/Kernel
+License: GPLv2+
+URL: http://www.ralinktech.com/ralink/Home/Support/Linux.html
+Source0: http://www.ralinktech.com.tw/data/drivers/2008_0918_RT2860_Linux_STA_v1.8...
+Source11: rt2860-kmodtool-excludekernel-filterfile
+Patch0: rt2860-1.8.0.0-2.6.25-iwe_stream-fix.patch
+Patch1: rt2860-1.8.0.0-Makefile.x-fixes.patch
+Patch2: rt2860-1.8.0.0-NetworkManager-support.patch
+Patch3: rt2860-1.8.0.0-strip-tftpboot-copy.patch
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
-Name: rt2860-kmod
-Version: 1.7.0
-Release: 6%{?dist}.2
-Summary: Kernel module for RaLink 802.11 wireless devices rt2760/rt2790/rt2860/rt2890
-
-Group: System Environment/Kernel
-License: GPLv2+
-URL: http://www.ralinktech.com/
-Source0: http://www.ralinktech.com.tw/data/drivers/%{SourceDir}.tar.bz2
-Source11: rt2860-kmodtool-excludekernel-filterfile
-Patch0: rt2860-remove-tftpboot-copy.patch
-Patch1: rt2860-add-network-mgr-support.diff
-Patch2: rt2860-dat-install-fixes.patch
-Patch3: rt2860-2.6.25-iwe_stream-fix.diff
-Patch4: rt2860-net-namespace-separation.patch
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRequires: %{_bindir}/kmodtool
# needed for plague to make sure it builds for i586 and i686
ExclusiveArch: i586 i686 x86_64
-# ppc and ppc64 disabled by knurd on 20081003 as it is known to fail on 2.6.27:
+# ppc and ppc64 disabled by knurd on 20081003 as it is known to fail on 2.6.27:
# https://bugzilla.redhat.com/show_bug.cgi?id=465486
-# get the needed BuildRequires (in parts depending on what we build for)
-BuildRequires: %{_bindir}/kmodtool
%{!?kernels:BuildRequires: buildsys-build-rpmfusion-kerneldevpkgs-%{?buildforkernels:%{buildforkernels}}%{!?buildforkernels:current}-%{_target_cpu} }
+
# kmodtool does its magic here
%{expand:%(kmodtool --target %{_target_cpu} --repo rpmfusion --kmodname %{name} --filterfile %{SOURCE11} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null) }
@@ -42,55 +39,46 @@
MiniPCI - that use Ralink chipsets (rt2760, rt2790, rt2860, rt2890).
%prep
-# error out if there was something wrong with kmodtool
%{?kmodtool_check}
+
# print kmodtool output for debugging purposes:
-kmodtool --target %{_target_cpu} --repo rpmfusion --kmodname %{name} --filterfile %{SOURCE11} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null
+kmodtool --target %{_target_cpu} --repo rpmfusion --kmodname %{name} --filterfile %{SOURCE11} %{?buildforkernels:--%{buildforkernels}} %{?kernels:--for-kernels "%{?kernels}"} 2>/dev/null
+
%setup -q -c -T -a 0
-(cd %{SourceDir} ;
-%patch0 -p1 -b .tftpboot
-%patch1 -p1 -b .network-mgr
-%patch2 -p1 -b .dat-install
-%patch3 -p1 -b .2.6.25.fixes
-%patch4 -p1 -b .patch
-)
-for kernel_version in %{?kernel_versions} ; do
- cp -a %{SourceDir} _kmod_build_${kernel_version%%___*}
-done
+%patch0 -p1 -b .iwestream
+%patch1 -p1 -b .rpmbuild
+%patch2 -p1 -b .NetworkManager
+%patch3 -p1 -b .tftpboot
-%build
-for kernel_version in %{?kernel_versions} ; do
- pushd _kmod_build_${kernel_version%%___*}
- make LINUX_SRC="${kernel_version##*___}"
- popd
+for kernel_version in %{?kernel_versions} ; do
+ cp -a *RT2860_Linux_STA* _kmod_build_${kernel_version%%___*}
done
+%build
+for kernel_version in %{?kernel_versions}; do
+ make -C _kmod_build_${kernel_version%%___*} LINUX_SRC="${kernel_version##*___}"
+done
%install
-rm -rf $RPM_BUILD_ROOT
-for kernel_version in %{?kernel_versions} ; do
- make -C _kmod_build_${kernel_version%%___*} LINUX_SRC="${kernel_version##*___}" LINUX_SRC_MODULE=$RPM_BUILD_ROOT/%{kmodinstdir_prefix}/${kernel_version%%___*}/%{kmodinstdir_postfix} DAT_PREFIX=$RPM_BUILD_ROOT install
+rm -rf ${RPM_BUILD_ROOT}
+for kernel_version in %{?kernel_versions}; do
+ make -C _kmod_build_${kernel_version%%___*} KERNELPATH="${kernel_version##*___}" KERNELRELEASE="${kernel_version%%___*}" INST_DIR=${RPM_BUILD_ROOT}%{kmodinstdir_prefix}/${kernel_version%%___*}/%{kmodinstdir_postfix} install
done
-# allow stripping:
-chmod 0755 $RPM_BUILD_ROOT/%{kmodinstdir_prefix}/*/%{kmodinstdir_postfix}/* || :
-# file is part of the common package:
-rm -fr $RPM_BUILD_ROOT/etc || :
-# akmods:
+chmod 0755 $RPM_BUILD_ROOT/%{kmodinstdir_prefix}/*/%{kmodinstdir_postfix}/*
%{?akmod_install}
-
%clean
rm -rf $RPM_BUILD_ROOT
-
%changelog
-* Sun Oct 19 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> - 1.7.0-6.2
-- rebuild for latest rawhide kernel
+* Sun Oct 19 2008 Orcan Ogetbil <orcanbahri[at]yahoo[com]> 1.8.0.0-1
+- version update (1.8.0.0)
+- patches taken from rt2870-kmod directly
* Tue Oct 02 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> 1.7.0-6.1
-- disable ppc ppc64; both fail
+- disable ppc ppc64; both fail
* Tue Oct 02 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> 1.7.0-5.1
- rebuild for RPM Fusion
@@ -102,7 +90,7 @@
* Fri Sep 14 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> 1.7.0-3
- add rt2860-net-namespace-separation.patch to make it compile with 2.6.26.3
from Fedora; patch provided by James as text in #2083
-- License is GPLv2+
+- License is GPLv2+
* Fri Sep 05 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info> 1.7.0-2
- some small fixes and cleanups
Index: sources
===================================================================
RCS file: /cvs/free/rpms/rt2860-kmod/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 2 Oct 2008 20:36:05 -0000 1.2
+++ sources 19 Oct 2008 18:54:16 -0000 1.3
@@ -1 +1 @@
-523a42e4a86cf627dd34917e93fa2ce5 2008_0708_RT2860_Linux_STA_v1.7.0.0.tar.bz2
+cc6167b73fd26cd6ffbbf41444ec5bdc 2008_0918_RT2860_Linux_STA_v1.8.0.0.tar.bz2
16 years, 1 month
rpms/rt2860/F-8 ReleaseNote-RT2860.txt, NONE, 1.1 .cvsignore, 1.2, 1.3 rt2860.spec, 1.1, 1.2 sources, 1.2, 1.3
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/rt2860/F-8
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17938
Modified Files:
.cvsignore rt2860.spec sources
Added Files:
ReleaseNote-RT2860.txt
Log Message:
* Sat Oct 19 2008 Orcan Ogetbil <orcanbahri[AT]yahoo[DOT]com> - 1.8.0.0-1
- Version update (1.8.0.0)
--- NEW FILE ReleaseNote-RT2860.txt ---
[1.8.0.0]
1. Fixed compile error when CARRIER_DETECTION_SUPPORT is enabled.
2. Add "iwpriv ra0 set CarrierDetect=0(or 1)"
3. Add new WSC hardware push button function
4. Add Ad-Hoc to support N rate.
5. Migrate Mesh supporting to Draft-2.0.
6. Support WAPI functionality
7. Fixed suspend/resume error when ra0 down, ra0 up.
8. Support Linux Kernel 2.6.27
9. Fixed WPS failed when AP is not in scan table or AP's channel changing after user sets "iwpriv ra0 wsc_start"
10. Fixed DLS A-MPDU established failed.
[1.7.0.0]
1. Support SIOCSIWGENIE, SIOCGIWGENIE, SIOCSIWMLME, SIOCGIWENCODEEXT, and SIOCSIWPMKSA.
2. Support IWEVGENIE in iwlist ra0 scan.
3. Support DLS
4. Fixed connection failed with Range Maximizer - 515 AP (Marvell Chip) when security is WPAPSK/TKIP.
5. Fixed length error of RSN/SSN IE for WpaSupplicant.
6. Fixed WPAPSK rekey problem when A-MSDU is enabled.
7. Fixed NetworkManager cannot detect ra0 when ra0 is not up.
8. Add IEEE802.11d Client Mode: None, Flexible, Strcit.
9. Add Station N only mode. (Only connects to N-AP)
10. Add Global country domain(ch1-11:active scan, ch12-14 passive scan)
11. Enhance PCIe advance power saving
12. Modified iwpriv ra0 get_site_survey: When security of AP is OPEN/WEP or SHARED/WEP, show UNKNOW/WEP in scan list.
13. When the secondary channel of AP exceeds the country region's range, station will auto fallback to 20MHz. i.e. need both control and secondary channel are both
in country region's channel list.
14. Fixed crash in LinkDown when there are >64 APs exists.
[V1.6.0.0]
1. Fixed issue of Radar Channel flag building with HAS_EXT_BUILD_CHANNEL_LIST=n.
2. Fixed issue of Adhoc-STA would create in radar channel.
3. Support Linux Kernel 2.6.24
4. Support SNMP
5. Support Debug Diagnose
6. Add Makefile.NonLoadableModule for non-loadable module
7. Add two ioctl commands to change tx long/short retry limit.
[V1.5.0.0]
1. Add BaSmartHardTransmit mechanism.
2. Support Linux Kernel 2.6 suspend and resume.
3. Support extened channel list.
4. Add "iwconfig rate" setting for legacy rate.
5. Add make install/uninstall to Makfile.
6. Fixed issue of showing SNR1 information.
7. ATE: Add command "iwpriv ra0 set ATELDE2P=1" to overwrite all EEPROM contents from a .bin file.
8. Change IRQ LOCK to SEM LOCK
9. Fixed extened channel list checking issue on RT28xx.
[V1.4.0.0]]
1. Fixed "iwconfig ra0 essid"
2. Send DIS-ASSOC request to AP when ra0 down.
3. Support 5-GHz band ATE.
4. Fixed fixed rate issue in N mode and fixed rate ioctl.
5. Add Legacy Power Saving Mode.
6. Support custom wireless event.
[V1.3.0.0]
1. Support Monitor Mode with WireShark.(Usage: iwconfig ra0 mode monitor)
2. Support ATE function for EMI.
3. Support NetworkManager, wpa_supplicant by using wext.
[V1.2.0.0]
1. Add AP's wireless mode info to iwpriv ra0 get_site_survey.
2. Modify bitrate info in iwlist ra0 scan.
3. Fixed compile error in non-DBG mode.
[V1.1.0.0]
1. Fxied iwpriv security setting issue.
2. Support Big-Endian.
[V1.0.0.0]
1. Driver security support: Open/Shared WEP, WPA-PSK, WPA2-PSK, WPA-NONE.
2. Support 32/64-bit OS
3. Support A-MPDU and A-MSDU
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/rt2860/F-8/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 2 Oct 2008 21:28:34 -0000 1.2
+++ .cvsignore 19 Oct 2008 18:33:26 -0000 1.3
@@ -1 +1 @@
-2008_0708_RT2860_Linux_STA_v1.7.0.0.tar.bz2
+2008_0918_RT2860_Linux_STA_v1.8.0.0.tar.bz2
Index: rt2860.spec
===================================================================
RCS file: /cvs/free/rpms/rt2860/F-8/rt2860.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rt2860.spec 2 Oct 2008 21:28:34 -0000 1.1
+++ rt2860.spec 19 Oct 2008 18:33:26 -0000 1.2
@@ -1,58 +1,61 @@
-%define SourceDir 2008_0708_RT2860_Linux_STA_v1.7.0.0
+%define SourceName 2008_0918_RT2860_Linux_STA_v1.8.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}
+Name: rt2860
+Version: 1.8.0.0
+Release: 1%{?dist}
+Summary: Common files for RaLink 802.11 rt2860 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-RT2860.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 documentation and configuration files for the Ralink
-Driver for WiFi, a linux device driver for 802.11a/b/g universal NIC cards -
+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
-
+%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
%build
-echo "Nothing to 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
-
+install -dm 755 $RPM_BUILD_ROOT/%{_sysconfdir}/Wireless/RT2860STA
+install -p -m 0644 RT2860STA.dat $RPM_BUILD_ROOT/%{_sysconfdir}/Wireless/RT2860STA/
%clean
rm -rf $RPM_BUILD_ROOT
-
%files
%defattr(-,root,root,-)
-%doc %{SourceDir}/README_STA %{SourceDir}/iwpriv_usage.txt
-/etc/Wireless
-
+%doc ReleaseNotes README_STA iwpriv_usage.txt
+%dir %{_sysconfdir}/Wireless
+%dir %{_sysconfdir}/Wireless/RT2860STA
+%config(noreplace) %{_sysconfdir}/Wireless/RT2860STA/RT2860STA.dat
%changelog
-* Thu Oct 02 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 1.7.0-3
+* Sat Oct 19 2008 Orcan Ogetbil <orcanbahri[AT]yahoo[DOT]com> - 1.8.0.0-1
+- Version update (1.8.0.0)
+
+* 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+
+- 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: sources
===================================================================
RCS file: /cvs/free/rpms/rt2860/F-8/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 2 Oct 2008 21:28:34 -0000 1.2
+++ sources 19 Oct 2008 18:33:26 -0000 1.3
@@ -1 +1 @@
-523a42e4a86cf627dd34917e93fa2ce5 2008_0708_RT2860_Linux_STA_v1.7.0.0.tar.bz2
+cc6167b73fd26cd6ffbbf41444ec5bdc 2008_0918_RT2860_Linux_STA_v1.8.0.0.tar.bz2
16 years, 1 month
rpms/rt2860/F-9 ReleaseNote-RT2860.txt, NONE, 1.1 .cvsignore, 1.2, 1.3 rt2860.spec, 1.1, 1.2 sources, 1.2, 1.3
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/rt2860/F-9
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17481
Modified Files:
.cvsignore rt2860.spec sources
Added Files:
ReleaseNote-RT2860.txt
Log Message:
* Sat Oct 19 2008 Orcan Ogetbil <orcanbahri[AT]yahoo[DOT]com> - 1.8.0.0-1
- Version update (1.8.0.0)
--- NEW FILE ReleaseNote-RT2860.txt ---
[1.8.0.0]
1. Fixed compile error when CARRIER_DETECTION_SUPPORT is enabled.
2. Add "iwpriv ra0 set CarrierDetect=0(or 1)"
3. Add new WSC hardware push button function
4. Add Ad-Hoc to support N rate.
5. Migrate Mesh supporting to Draft-2.0.
6. Support WAPI functionality
7. Fixed suspend/resume error when ra0 down, ra0 up.
8. Support Linux Kernel 2.6.27
9. Fixed WPS failed when AP is not in scan table or AP's channel changing after user sets "iwpriv ra0 wsc_start"
10. Fixed DLS A-MPDU established failed.
[1.7.0.0]
1. Support SIOCSIWGENIE, SIOCGIWGENIE, SIOCSIWMLME, SIOCGIWENCODEEXT, and SIOCSIWPMKSA.
2. Support IWEVGENIE in iwlist ra0 scan.
3. Support DLS
4. Fixed connection failed with Range Maximizer - 515 AP (Marvell Chip) when security is WPAPSK/TKIP.
5. Fixed length error of RSN/SSN IE for WpaSupplicant.
6. Fixed WPAPSK rekey problem when A-MSDU is enabled.
7. Fixed NetworkManager cannot detect ra0 when ra0 is not up.
8. Add IEEE802.11d Client Mode: None, Flexible, Strcit.
9. Add Station N only mode. (Only connects to N-AP)
10. Add Global country domain(ch1-11:active scan, ch12-14 passive scan)
11. Enhance PCIe advance power saving
12. Modified iwpriv ra0 get_site_survey: When security of AP is OPEN/WEP or SHARED/WEP, show UNKNOW/WEP in scan list.
13. When the secondary channel of AP exceeds the country region's range, station will auto fallback to 20MHz. i.e. need both control and secondary channel are both
in country region's channel list.
14. Fixed crash in LinkDown when there are >64 APs exists.
[V1.6.0.0]
1. Fixed issue of Radar Channel flag building with HAS_EXT_BUILD_CHANNEL_LIST=n.
2. Fixed issue of Adhoc-STA would create in radar channel.
3. Support Linux Kernel 2.6.24
4. Support SNMP
5. Support Debug Diagnose
6. Add Makefile.NonLoadableModule for non-loadable module
7. Add two ioctl commands to change tx long/short retry limit.
[V1.5.0.0]
1. Add BaSmartHardTransmit mechanism.
2. Support Linux Kernel 2.6 suspend and resume.
3. Support extened channel list.
4. Add "iwconfig rate" setting for legacy rate.
5. Add make install/uninstall to Makfile.
6. Fixed issue of showing SNR1 information.
7. ATE: Add command "iwpriv ra0 set ATELDE2P=1" to overwrite all EEPROM contents from a .bin file.
8. Change IRQ LOCK to SEM LOCK
9. Fixed extened channel list checking issue on RT28xx.
[V1.4.0.0]]
1. Fixed "iwconfig ra0 essid"
2. Send DIS-ASSOC request to AP when ra0 down.
3. Support 5-GHz band ATE.
4. Fixed fixed rate issue in N mode and fixed rate ioctl.
5. Add Legacy Power Saving Mode.
6. Support custom wireless event.
[V1.3.0.0]
1. Support Monitor Mode with WireShark.(Usage: iwconfig ra0 mode monitor)
2. Support ATE function for EMI.
3. Support NetworkManager, wpa_supplicant by using wext.
[V1.2.0.0]
1. Add AP's wireless mode info to iwpriv ra0 get_site_survey.
2. Modify bitrate info in iwlist ra0 scan.
3. Fixed compile error in non-DBG mode.
[V1.1.0.0]
1. Fxied iwpriv security setting issue.
2. Support Big-Endian.
[V1.0.0.0]
1. Driver security support: Open/Shared WEP, WPA-PSK, WPA2-PSK, WPA-NONE.
2. Support 32/64-bit OS
3. Support A-MPDU and A-MSDU
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/rt2860/F-9/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 2 Oct 2008 21:28:18 -0000 1.2
+++ .cvsignore 19 Oct 2008 18:29:25 -0000 1.3
@@ -1 +1 @@
-2008_0708_RT2860_Linux_STA_v1.7.0.0.tar.bz2
+2008_0918_RT2860_Linux_STA_v1.8.0.0.tar.bz2
Index: rt2860.spec
===================================================================
RCS file: /cvs/free/rpms/rt2860/F-9/rt2860.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rt2860.spec 2 Oct 2008 21:28:18 -0000 1.1
+++ rt2860.spec 19 Oct 2008 18:29:25 -0000 1.2
@@ -1,58 +1,61 @@
-%define SourceDir 2008_0708_RT2860_Linux_STA_v1.7.0.0
+%define SourceName 2008_0918_RT2860_Linux_STA_v1.8.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}
+Name: rt2860
+Version: 1.8.0.0
+Release: 1%{?dist}
+Summary: Common files for RaLink 802.11 rt2860 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-RT2860.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 documentation and configuration files for the Ralink
-Driver for WiFi, a linux device driver for 802.11a/b/g universal NIC cards -
+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
-
+%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
%build
-echo "Nothing to 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
-
+install -dm 755 $RPM_BUILD_ROOT/%{_sysconfdir}/Wireless/RT2860STA
+install -p -m 0644 RT2860STA.dat $RPM_BUILD_ROOT/%{_sysconfdir}/Wireless/RT2860STA/
%clean
rm -rf $RPM_BUILD_ROOT
-
%files
%defattr(-,root,root,-)
-%doc %{SourceDir}/README_STA %{SourceDir}/iwpriv_usage.txt
-/etc/Wireless
-
+%doc ReleaseNotes README_STA iwpriv_usage.txt
+%dir %{_sysconfdir}/Wireless
+%dir %{_sysconfdir}/Wireless/RT2860STA
+%config(noreplace) %{_sysconfdir}/Wireless/RT2860STA/RT2860STA.dat
%changelog
-* Thu Oct 02 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 1.7.0-3
+* Sat Oct 19 2008 Orcan Ogetbil <orcanbahri[AT]yahoo[DOT]com> - 1.8.0.0-1
+- Version update (1.8.0.0)
+
+* 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+
+- 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: sources
===================================================================
RCS file: /cvs/free/rpms/rt2860/F-9/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 2 Oct 2008 21:28:18 -0000 1.2
+++ sources 19 Oct 2008 18:29:25 -0000 1.3
@@ -1 +1 @@
-523a42e4a86cf627dd34917e93fa2ce5 2008_0708_RT2860_Linux_STA_v1.7.0.0.tar.bz2
+cc6167b73fd26cd6ffbbf41444ec5bdc 2008_0918_RT2860_Linux_STA_v1.8.0.0.tar.bz2
16 years, 1 month
rpms/rt2860/devel ReleaseNote-RT2860.txt, NONE, 1.1 .cvsignore, 1.2, 1.3 rt2860.spec, 1.1, 1.2 sources, 1.2, 1.3
by Orcan Ogetbil
Author: oget
Update of /cvs/free/rpms/rt2860/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv17023
Modified Files:
.cvsignore rt2860.spec sources
Added Files:
ReleaseNote-RT2860.txt
Log Message:
* Sat Oct 19 2008 Orcan Ogetbil <orcanbahri[AT]yahoo[DOT]com> - 1.8.0.0-1
- Version update (1.8.0.0)
--- NEW FILE ReleaseNote-RT2860.txt ---
[1.8.0.0]
1. Fixed compile error when CARRIER_DETECTION_SUPPORT is enabled.
2. Add "iwpriv ra0 set CarrierDetect=0(or 1)"
3. Add new WSC hardware push button function
4. Add Ad-Hoc to support N rate.
5. Migrate Mesh supporting to Draft-2.0.
6. Support WAPI functionality
7. Fixed suspend/resume error when ra0 down, ra0 up.
8. Support Linux Kernel 2.6.27
9. Fixed WPS failed when AP is not in scan table or AP's channel changing after user sets "iwpriv ra0 wsc_start"
10. Fixed DLS A-MPDU established failed.
[1.7.0.0]
1. Support SIOCSIWGENIE, SIOCGIWGENIE, SIOCSIWMLME, SIOCGIWENCODEEXT, and SIOCSIWPMKSA.
2. Support IWEVGENIE in iwlist ra0 scan.
3. Support DLS
4. Fixed connection failed with Range Maximizer - 515 AP (Marvell Chip) when security is WPAPSK/TKIP.
5. Fixed length error of RSN/SSN IE for WpaSupplicant.
6. Fixed WPAPSK rekey problem when A-MSDU is enabled.
7. Fixed NetworkManager cannot detect ra0 when ra0 is not up.
8. Add IEEE802.11d Client Mode: None, Flexible, Strcit.
9. Add Station N only mode. (Only connects to N-AP)
10. Add Global country domain(ch1-11:active scan, ch12-14 passive scan)
11. Enhance PCIe advance power saving
12. Modified iwpriv ra0 get_site_survey: When security of AP is OPEN/WEP or SHARED/WEP, show UNKNOW/WEP in scan list.
13. When the secondary channel of AP exceeds the country region's range, station will auto fallback to 20MHz. i.e. need both control and secondary channel are both
in country region's channel list.
14. Fixed crash in LinkDown when there are >64 APs exists.
[V1.6.0.0]
1. Fixed issue of Radar Channel flag building with HAS_EXT_BUILD_CHANNEL_LIST=n.
2. Fixed issue of Adhoc-STA would create in radar channel.
3. Support Linux Kernel 2.6.24
4. Support SNMP
5. Support Debug Diagnose
6. Add Makefile.NonLoadableModule for non-loadable module
7. Add two ioctl commands to change tx long/short retry limit.
[V1.5.0.0]
1. Add BaSmartHardTransmit mechanism.
2. Support Linux Kernel 2.6 suspend and resume.
3. Support extened channel list.
4. Add "iwconfig rate" setting for legacy rate.
5. Add make install/uninstall to Makfile.
6. Fixed issue of showing SNR1 information.
7. ATE: Add command "iwpriv ra0 set ATELDE2P=1" to overwrite all EEPROM contents from a .bin file.
8. Change IRQ LOCK to SEM LOCK
9. Fixed extened channel list checking issue on RT28xx.
[V1.4.0.0]]
1. Fixed "iwconfig ra0 essid"
2. Send DIS-ASSOC request to AP when ra0 down.
3. Support 5-GHz band ATE.
4. Fixed fixed rate issue in N mode and fixed rate ioctl.
5. Add Legacy Power Saving Mode.
6. Support custom wireless event.
[V1.3.0.0]
1. Support Monitor Mode with WireShark.(Usage: iwconfig ra0 mode monitor)
2. Support ATE function for EMI.
3. Support NetworkManager, wpa_supplicant by using wext.
[V1.2.0.0]
1. Add AP's wireless mode info to iwpriv ra0 get_site_survey.
2. Modify bitrate info in iwlist ra0 scan.
3. Fixed compile error in non-DBG mode.
[V1.1.0.0]
1. Fxied iwpriv security setting issue.
2. Support Big-Endian.
[V1.0.0.0]
1. Driver security support: Open/Shared WEP, WPA-PSK, WPA2-PSK, WPA-NONE.
2. Support 32/64-bit OS
3. Support A-MPDU and A-MSDU
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/rt2860/devel/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 2 Oct 2008 20:37:05 -0000 1.2
+++ .cvsignore 19 Oct 2008 18:23:41 -0000 1.3
@@ -1 +1 @@
-2008_0708_RT2860_Linux_STA_v1.7.0.0.tar.bz2
+2008_0918_RT2860_Linux_STA_v1.8.0.0.tar.bz2
Index: rt2860.spec
===================================================================
RCS file: /cvs/free/rpms/rt2860/devel/rt2860.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rt2860.spec 2 Oct 2008 20:37:05 -0000 1.1
+++ rt2860.spec 19 Oct 2008 18:23:41 -0000 1.2
@@ -1,58 +1,61 @@
-%define SourceDir 2008_0708_RT2860_Linux_STA_v1.7.0.0
+%define SourceName 2008_0918_RT2860_Linux_STA_v1.8.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}
+Name: rt2860
+Version: 1.8.0.0
+Release: 1%{?dist}
+Summary: Common files for RaLink 802.11 rt2860 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-RT2860.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 documentation and configuration files for the Ralink
-Driver for WiFi, a linux device driver for 802.11a/b/g universal NIC cards -
+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
-
+%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
%build
-echo "Nothing to 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
-
+install -dm 755 $RPM_BUILD_ROOT/%{_sysconfdir}/Wireless/RT2860STA
+install -p -m 0644 RT2860STA.dat $RPM_BUILD_ROOT/%{_sysconfdir}/Wireless/RT2860STA/
%clean
rm -rf $RPM_BUILD_ROOT
-
%files
%defattr(-,root,root,-)
-%doc %{SourceDir}/README_STA %{SourceDir}/iwpriv_usage.txt
-/etc/Wireless
-
+%doc ReleaseNotes README_STA iwpriv_usage.txt
+%dir %{_sysconfdir}/Wireless
+%dir %{_sysconfdir}/Wireless/RT2860STA
+%config(noreplace) %{_sysconfdir}/Wireless/RT2860STA/RT2860STA.dat
%changelog
-* Thu Oct 02 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 1.7.0-3
+* Sat Oct 19 2008 Orcan Ogetbil <orcanbahri[AT]yahoo[DOT]com> - 1.8.0.0-1
+- Version update (1.8.0.0)
+
+* 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+
+- 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: sources
===================================================================
RCS file: /cvs/free/rpms/rt2860/devel/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources 2 Oct 2008 20:37:05 -0000 1.2
+++ sources 19 Oct 2008 18:23:41 -0000 1.3
@@ -1 +1 @@
-523a42e4a86cf627dd34917e93fa2ce5 2008_0708_RT2860_Linux_STA_v1.7.0.0.tar.bz2
+cc6167b73fd26cd6ffbbf41444ec5bdc 2008_0918_RT2860_Linux_STA_v1.8.0.0.tar.bz2
16 years, 1 month
rpms/elisa-plugins-ugly/devel elisa-plugins-ugly.spec, NONE, 1.1 .cvsignore, 1.1, 1.2 sources, 1.1, 1.2
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/elisa-plugins-ugly/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv8430
Modified Files:
.cvsignore sources
Added Files:
elisa-plugins-ugly.spec
Log Message:
import from freshrpms
--- NEW FILE elisa-plugins-ugly.spec ---
%define python_sitelib %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib()")
Summary: Ugly Plugins for the Elisa Media Center
Name: elisa-plugins-ugly
Version: 0.3.5
Release: 3%{?dist}
License: GPLv3
Group: Applications/Multimedia
URL: http://elisa.fluendo.com/
Source: http://elisa.fluendo.com/static/download/elisa/elisa-plugins-ugly-%{versi...
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
# For the parent directories
Requires: elisa >= 0.3.5
Requires: elisa-plugins-good >= 0.3.5
Requires: elisa-plugins-bad >= 0.3.5
# For some "ugly" formats
Requires: gstreamer-plugins-ugly
# youtube
Requires: python-gdata
# flickr (package not yet available)
#Requires: python-twill
BuildRequires: elisa >= 0.3.5
BuildRequires: python-devel
BuildArch: noarch
%description
This package contains the ugly set of plugins for the Elisa Media Center.
%prep
%setup -q
%build
%{__python} setup.py build
%install
%{__rm} -rf %{buildroot}
%{__python} setup.py install \
--single-version-externally-managed \
-O1 --skip-build --root %{buildroot}
%clean
%{__rm} -rf %{buildroot}
%files
%defattr(-,root,root,-)
%doc PKG-INFO
%{python_sitelib}/elisa/plugins/*
# These are already provided by elisa-plugins-good, which we require.
%exclude %{python_sitelib}/elisa/plugins/__init__.py*
%{python_sitelib}/elisa_plugins_ugly-*.egg-info/
%{python_sitelib}/elisa_plugins_ugly-*-nspkg.pth
%changelog
* Sun Oct 19 2008 Thorsten Leemhuis <fedora [AT] leemhuis [DOT] info - 0.3.5-3
- rebuild for RPM Fusion
* Sun Mar 16 2008 Matthias Saou <http://freshrpms.net/> 0.3.5-2
- Remove pyxdg requirement from xmlmenu, as it's not in this package.
* Sun Mar 16 2008 Matthias Saou <http://freshrpms.net/> 0.3.5-1
- Initial RPM release.
Index: .cvsignore
===================================================================
RCS file: /cvs/free/rpms/elisa-plugins-ugly/devel/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- .cvsignore 19 Oct 2008 15:47:28 -0000 1.1
+++ .cvsignore 19 Oct 2008 15:49:03 -0000 1.2
@@ -0,0 +1 @@
+elisa-plugins-ugly-0.3.5.tar.gz
Index: sources
===================================================================
RCS file: /cvs/free/rpms/elisa-plugins-ugly/devel/sources,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- sources 19 Oct 2008 15:47:28 -0000 1.1
+++ sources 19 Oct 2008 15:49:03 -0000 1.2
@@ -0,0 +1 @@
+a24fc586c88001ddf3324bf64d14ff69 elisa-plugins-ugly-0.3.5.tar.gz
16 years, 1 month
rpms/elisa-plugins-ugly/devel .cvsignore, NONE, 1.1 Makefile, NONE, 1.1 sources, NONE, 1.1
by Thorsten Leemhuis
Author: thl
Update of /cvs/free/rpms/elisa-plugins-ugly/devel
In directory se02.es.rpmfusion.net:/home/rpmfusion/thl/free/owners/tmpcvsQz8190/rpms/elisa-plugins-ugly/devel
Added Files:
.cvsignore Makefile sources
Log Message:
Setup of module elisa-plugins-ugly
--- NEW FILE .cvsignore ---
--- NEW FILE Makefile ---
# Makefile for source rpm: elisa-plugins-ugly
# $Id: Makefile,v 1.1 2008/10/19 15:47:28 thl Exp $
NAME := elisa-plugins-ugly
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
endef
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
endef
MAKEFILE_COMMON := $(shell $(checkout-makefile-common))
endif
include $(MAKEFILE_COMMON)
--- NEW FILE sources ---
16 years, 1 month