77baa27
Name:           b43-fwcutter
John W. Linville d876282
Version:        015
John W. Linville d876282
Release:        1%{?dist}
77baa27
Summary:        Firmware extraction tool for Broadcom wireless driver
77baa27
77baa27
Group:          System Environment/Base
f1aafb7
License:        BSD
c38fbcd
URL:            http://bu3sch.de/b43/fwcutter/
c38fbcd
Source0:        http://bu3sch.de/b43/fwcutter/%{name}-%{version}.tar.bz2
77baa27
Source1:        README.Fedora
77baa27
BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
77baa27
77baa27
%description
77baa27
This package contains the 'b43-fwcutter' tool which is used to
77baa27
extract firmware for the Broadcom network devices.
77baa27
77baa27
See the README.Fedora file shipped in the package's documentation for
77baa27
instructions on using this tool.
77baa27
77baa27
%prep
77baa27
%setup -q
158b941
259622d
cp %{SOURCE1} .
77baa27
77baa27
%build
259622d
CFLAGS="$RPM_OPT_FLAGS" make
77baa27
77baa27
%install
77baa27
rm -rf $RPM_BUILD_ROOT
77baa27
mkdir -p $RPM_BUILD_ROOT%{_bindir}
77baa27
install -m0755 b43-fwcutter $RPM_BUILD_ROOT%{_bindir}/b43-fwcutter
77baa27
mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
77baa27
install -m0644 b43-fwcutter.1 $RPM_BUILD_ROOT%{_mandir}/man1
77baa27
77baa27
%clean
77baa27
rm -rf $RPM_BUILD_ROOT
77baa27
77baa27
%files
77baa27
%defattr(-,root,root,-)
77baa27
%{_bindir}/b43-fwcutter
77baa27
%{_mandir}/man1/*
fbaf269
%doc COPYING README README.Fedora
77baa27
77baa27
%changelog
John W. Linville d876282
* Tue Jan 24 2012 John W. Linville <linville@redhat.com> 015-1
John W. Linville d876282
- Update for b43-fwcutter-015
John W. Linville d876282
2736e1b
* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 014-2
2736e1b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
2736e1b
John W. Linville 32ff288
* Wed Mar 23 2011 John W. Linville <linville@redhat.com> 014-1
John W. Linville 32ff288
- Update for b43-fwcutter-014
John W. Linville 32ff288
- Remove patch to add COPYING file (now in upstream repository)
John W. Linville 32ff288
1000c09
* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 013-3
1000c09
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
1000c09
fbaf269
* Mon Jul 26 2010 John W. Linville <linville@redhat.com> 013-2
fbaf269
- Add COPYING file
fbaf269
bb4978c
* Mon Apr 19 2010 John W. Linville <linville@redhat.com> 013-1
bb4978c
- Update for b43-fwcutter-013
bb4978c
158b941
* Fri Aug 28 2009 Bill Nottingham <notting@redhat.com> 012-2
158b941
- Update with some patches from git
158b941
c38fbcd
* Mon Aug 24 2009 John W. Linville <linville@redhat.com> 012-1
c38fbcd
- Update for b43-fwcutter-012
c38fbcd
3040e7b
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 011-6
3040e7b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
3040e7b
259622d
* Thu May  7 2009 Ville Skyttä <ville.skytta at iki.fi> - 011-5
259622d
- Build with $RPM_OPT_FLAGS.
259622d
a491ebb
* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 011-4
a491ebb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
a491ebb
b2ec176
* Mon Feb 15 2008 John W. Linville <linville@redhat.com> 011-3
b2ec176
- Update for b43-fwcutter-011
b2ec176
f1aafb7
* Mon Jan 21 2008 John W. Linville <linville@redhat.com> 010-2
f1aafb7
- Update for b43-fwcutter-010
f1aafb7
77baa27
* Thu Aug 23 2007 John W. Linville <linville@redhat.com> 008-1
77baa27
- Import skeleton from bcm43xx-fwcutter-006-3
77baa27
- Initial build