source: projects/specs/trunk/b/bcm43xx-fwcutter/bcm43xx-fwcutter-vl.spec @ 521

Revision 521, 1.9 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

Line 
1Summary:        Firmware extraction tool for Broadcom wireless driver
2Summary(ja):    Broadcom 無線LANドライバ用のファームウエア切り出しツール
3Name:           bcm43xx-fwcutter
4Version:        004
5Release:        1%{?_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* Fri Sep 19 2008 Shu KONNO <owa@bg.wakwak.com> 004-1vl5
50- applied new versioning policy, spec in utf-8
51
52* Sun Oct 15 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 004-0vl1
53- initial build for Vine Linux
54
55* Mon Sep 11 2006 David Woodhouse <dwmw2@infradead.org> 004-2
56- Rebuild
57
58* Fri Mar 31 2006 David Woodhouse <dwmw2@infradead.org> 004-1
59- Update to 004
60
61* Thu Mar 23 2006 David Woodhouse <dwmw2@infradead.org> 003-2
62- Package review. Use $RPM_OPT_FLAGS, ship man page, etc.
63- Complete documentation, add sample bcm43xx.modprobe file
64
65* Wed Mar 22 2006 David Woodhouse <dwmw2@infradead.org> 003-1
66- Initial build.
67
Note: See TracBrowser for help on using the repository browser.