# # spec file for package b43-fwcutter (Version 009) # # 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 Name: b43-fwcutter Group: Hardware/Wifi AutoReqProv: on Summary: Tool for extracting firmware from newer Broadcom WLAN drivers Version: 009 Release: 13 Source: %{name}-%{version}.tar.bz2 Patch0: %{name}.diff Url: http://developer.berlios.de/projects/bcm43xx/ License: BSD 3-Clause; BSD 4-Clause BuildRoot: %{_tmppath}/%{name}-%{version}-build Obsoletes: bcm43xx-fwcutter Provides: bcm43xx-fwcutter %define prefix /usr %description b43-fwcutter can be used to extract firmware from Windows WLAN drivers for Broadcom bcm43xx devices. The firmware is necessary to run such a card under Linux using the b43 or b43legacy driver. Authors: -------- Martin Langer , Michael Buesch Alex Beregszaszi Johannes Berg %prep %setup -q %patch0 %build make CFLAGS="$RPM_OPT_FLAGS" %install make PREFIX=%{buildroot}/usr \ MANDIR=%{buildroot}/%{_mandir} install %clean %__rm -rf %{buildroot} %files %defattr(-, root, root) %{_bindir}/b43-fwcutter %{_mandir}/man1/b43-fwcutter.1* %doc README %changelog * Sun Mar 16 2008 coolo@suse.de - correctly replace the old name * Thu Jan 10 2008 cstender@suse.de - initial package (version 009)