source: projects/specs/branches/6/b/bcm43xx-fwcutter/bcm43xx-fwcutter-vl.spec @ 3512

Revision 3512, 1.9 KB checked in by owa, 13 years ago (diff)

rebuilt

Line 
1Summary:        Firmware extraction tool for Broadcom wireless driver
2Summary(ja):    Broadcom 無線LANドライバ用のファームウエア切り出しツール
3Name:           bcm43xx-fwcutter
4Version:        004
5Release:        2%{?_dist_release}
6
7Group:          System Environment/Base
8License:        GPL
9URL:            http://bcm43xx.berlios.de/
10Source0:        http://download.berlios.de/bcm43xx/%{name}-%{version}.tar.bz2
11Source2:        modprobe.bcm43xx
12BuildRoot:      %{_tmppath}/%{name}-%{version}-root
13
14%description
15This package contains the 'bcm43xx-fwcutter' tool which is used to
16extract firmware for the Broadcom network devices, from the official
17Windows, MacOS or Linux drivers.
18
19See the README.Fedora file shipped in the package's documentation for
20instructions on using this tool.
21
22%prep
23%setup -q
24sed -i -e 's/-O2/$(RPM_OPT_FLAGS)/' Makefile
25
26
27%build
28%__make
29cp %{SOURCE2} .
30
31%install
32rm -rf $RPM_BUILD_ROOT
33mkdir -p $RPM_BUILD_ROOT%{_bindir}
34install -m0755 bcm43xx-fwcutter $RPM_BUILD_ROOT%{_bindir}/bcm43xx-fwcutter
35mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
36install -m0644 bcm43xx-fwcutter.1 $RPM_BUILD_ROOT%{_mandir}/man1
37
38%clean
39rm -rf $RPM_BUILD_ROOT
40
41
42%files
43%defattr(-,root,root,-)
44%{_bindir}/bcm43xx-fwcutter
45%{_mandir}/man1/*
46%doc README modprobe.bcm43xx
47
48%changelog
49* Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 004-2
50- rebuilt with rpm-4.8.1-3
51
52* Fri Sep 19 2008 Shu KONNO <owa@bg.wakwak.com> 004-1vl5
53- applied new versioning policy, spec in utf-8
54
55* Sun Oct 15 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 004-0vl1
56- initial build for Vine Linux
57
58* Mon Sep 11 2006 David Woodhouse <dwmw2@infradead.org> 004-2
59- Rebuild
60
61* Fri Mar 31 2006 David Woodhouse <dwmw2@infradead.org> 004-1
62- Update to 004
63
64* Thu Mar 23 2006 David Woodhouse <dwmw2@infradead.org> 003-2
65- Package review. Use $RPM_OPT_FLAGS, ship man page, etc.
66- Complete documentation, add sample bcm43xx.modprobe file
67
68* Wed Mar 22 2006 David Woodhouse <dwmw2@infradead.org> 003-1
69- Initial build.
70
Note: See TracBrowser for help on using the repository browser.