File realtek_8187se-1.4.spec of Package 8187se
#
# spec file for package realtek-r8187se (Version 1.2)
#
# Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany.
# This file and all modifications and additions to the pristine
# package are under the same license as the package itself.
#
# Please submit bugfixes or comments via http://bugs.opensuse.org/
#
# norootforbuild
# usedforbuild aaa_base acl attr audit-libs autoconf automake bash bind-utils binutils bison bzip2 coreutils cpio cpp cracklib cvs cyrus-sasl db diffutils e2fsprogs file filesystem fillup findutils flex gawk gcc gdbm gdbm-devel gettext gettext-devel glibc glibc-devel glibc-locale gpm grep groff gzip info insserv kernel-source kernel-syms klogd less libacl libattr libcom_err libgcc libgssapi libmudflap libnscd libstdc++ libtool libxcrypt libzio m4 make man mktemp module-init-tools ncurses ncurses-devel net-tools netcfg openldap2-client openssl pam pam-modules patch perl permissions popt procinfo procps psmisc pwdutils rcs readline rpm sed strace sysvinit tar tcpd texinfo timezone unzip util-linux vim zlib zlib-devel
Name: realtek_8187se
BuildRequires: kernel-source kernel-syms
License: GPL
Group: System/Kernel
Summary: Realtek driver for Linux
Version: 1.4
Release: 0
Source0: %name-%version.tar.bz2
Source1: Module.supported
Source2: Makefile
BuildRoot: %{_tmppath}/%{name}-%{version}-build
%suse_kernel_module_package kdump um
%description
This package contains the Linux driver for the Realtek Family of WLAN Adapters
%package KMP
Summary: Realtek driver for Linux
Group: System/Kernel
%description KMP
This package contains the Linux driver for the Realtek Family of WLAN Adapters
%prep
%setup
cp %_sourcedir/Module.supported Module.supported
set -- *
mkdir source
mv "$@" source/
mkdir obj
%build
export EXTRA_CFLAGS='-DVERSION=\"%version\"'
for flavor in %flavors_to_build; do
rm -rf obj/$flavor
cp -r source obj/$flavor
make -C /usr/src/linux-obj/%_target_cpu/$flavor modules \
M=$PWD/obj/$flavor
done
%install
export INSTALL_MOD_PATH=$RPM_BUILD_ROOT
export INSTALL_MOD_DIR=updates
for flavor in %flavors_to_build; do
make -C /usr/src/linux-obj/%_target_cpu/$flavor modules_install \
M=$PWD/obj/$flavor
done
%changelog
* Thu Jul 07 2008 - aliao@novell.com
-SLED 10 SP2 build of the realtek r8187se WLAN driver