1d26a5c
Name:           bcm43xx-fwcutter
c39680f
Version:        006
cdd81dd
Release:        6%{?dist}
1d26a5c
Summary:        Firmware extraction tool for Broadcom wireless driver
1d26a5c
1d26a5c
Group:          System Environment/Base
c746f0a
License:        GPLv2+
1d26a5c
URL:            http://bcm43xx.berlios.de/
1d26a5c
Source0:        http://download.berlios.de/bcm43xx/%{name}-%{version}.tar.bz2
1d26a5c
Source1:	README.Fedora
1d26a5c
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
1d26a5c
1d26a5c
%description
1d26a5c
This package contains the 'bcm43xx-fwcutter' tool which is used to
1d26a5c
extract firmware for the Broadcom network devices, from the official
1d26a5c
Windows, MacOS or Linux drivers.
1d26a5c
1d26a5c
See the README.Fedora file shipped in the package's documentation for
1d26a5c
instructions on using this tool.
1d26a5c
1d26a5c
%prep
1d26a5c
%setup -q
1d26a5c
sed -i -e 's/-O2/$(RPM_OPT_FLAGS)/' Makefile
1d26a5c
1d26a5c
1d26a5c
%build
1d26a5c
make
1d26a5c
cp %{SOURCE1} .
1d26a5c
1d26a5c
%install
1d26a5c
rm -rf $RPM_BUILD_ROOT
1d26a5c
mkdir -p $RPM_BUILD_ROOT%{_bindir}
1d26a5c
install -m0755 bcm43xx-fwcutter $RPM_BUILD_ROOT%{_bindir}/bcm43xx-fwcutter
1d26a5c
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
1d26a5c
install -m0644 bcm43xx-fwcutter.1 $RPM_BUILD_ROOT%{_mandir}/man1
1d26a5c
1d26a5c
%clean
1d26a5c
rm -rf $RPM_BUILD_ROOT
1d26a5c
1d26a5c
1d26a5c
%files
1d26a5c
%defattr(-,root,root,-)
1d26a5c
%{_bindir}/bcm43xx-fwcutter
1d26a5c
%{_mandir}/man1/*
c39680f
%doc README README.Fedora COPYING
1d26a5c
1d26a5c
%changelog
cdd81dd
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 006-6
cdd81dd
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
cdd81dd
88a3b8d
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 006-5
88a3b8d
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
88a3b8d
c5fff46
* Mon Feb 18 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 006-4
c5fff46
- Autorebuild for GCC 4.3
c5fff46
c746f0a
* Wed Aug 22 2007 David Woodhouse <dwmw2@infradead.org> 006-3
c746f0a
- Update licence
c746f0a
c59d229
* Wed Aug 22 2007 David Woodhouse <dwmw2@infradead.org> 006-2
c59d229
- Rebuild
c59d229
c39680f
* Thu Mar 22 2007 David Woodhouse <dwmw2@infradead.org> 006-1
c39680f
- Update to 006
c39680f
- Remove obsolete modprobe.bcm43xx
c39680f
3f44e4b
* Sat Oct 14 2006 David Woodhouse <dwmw2@infradead.org> 005-1
3f44e4b
- Update to 005
3f44e4b
00502ad
* Mon Sep 11 2006 David Woodhouse <dwmw2@infradead.org> 004-2
00502ad
- Rebuild
00502ad
68f075d
* Fri Mar 31 2006 David Woodhouse <dwmw2@infradead.org> 004-1
68f075d
- Update to 004
68f075d
1d26a5c
* Thu Mar 23 2006 David Woodhouse <dwmw2@infradead.org> 003-2
1d26a5c
- Package review. Use $RPM_OPT_FLAGS, ship man page, etc.
1d26a5c
- Complete documentation, add sample bcm43xx.modprobe file
1d26a5c
1d26a5c
* Wed Mar 22 2006 David Woodhouse <dwmw2@infradead.org> 003-1
1d26a5c
- Initial build.
1d26a5c