source: projects/specs/trunk/b/b43-fwcutter/b43-fwcutter-vl.spec @ 9438

Revision 9438, 4.5 KB checked in by inagaki, 9 years ago (diff)

2015-03-17 Ryoichi INAGAKI <ryo1@…>

  • b43-fwcutter: new
  • b43-openfwwf: rebuilt
  • b43-tools, bcm43xx-fwcutter: updated


Line 
1Name:           b43-fwcutter
2Version:        019
3Release:        5%{?_dist_release}
4Summary:        Firmware extraction tool for Broadcom wireless driver
5Summary(ja):    Broadcom 無線 LAN ドライバ用のファームウェア切り出しツール
6
7Group:          System Environment/Base
8License:        BSD
9URL:            http://bues.ch/b43/fwcutter/
10Source0:        http://bues.ch/b43/fwcutter/%{name}-%{version}.tar.bz2
11Source1:        README.too
12
13BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root
14
15Vendor:         Project Vine
16Distribution:   Vine Linux
17
18%description
19This package contains the 'b43-fwcutter' tool which is used to
20extract firmware for the Broadcom network devices.
21
22See the README.too file shipped in the package's documentation for
23instructions on using this tool.
24
25%prep
26%setup -q
27
28cp %{SOURCE1} .
29
30%build
31CFLAGS="$RPM_OPT_FLAGS" make
32
33%install
34rm -rf $RPM_BUILD_ROOT
35mkdir -p $RPM_BUILD_ROOT%{_bindir}
36install -m0755 b43-fwcutter $RPM_BUILD_ROOT%{_bindir}/b43-fwcutter
37mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
38install -m0644 b43-fwcutter.1 $RPM_BUILD_ROOT%{_mandir}/man1
39
40%clean
41rm -rf $RPM_BUILD_ROOT
42
43%files
44%defattr(-,root,root,-)
45%{_bindir}/b43-fwcutter
46%{_mandir}/man1/*
47%license COPYING
48%doc README README.too
49
50%changelog
51* Tue Mar 17 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> - 019-5
52- Initial build for Vine Linux
53
54* Sat Feb 21 2015 Till Maas <opensource@till.name> - 019-4
55- Rebuilt for Fedora 23 Change
56  https://fedoraproject.org/wiki/Changes/Harden_all_packages_with_position-independent_code
57
58* Wed Feb  4 2015 John W. Linville <linville@redhat.com> - 019-3
59- Use %license instead of %doc for file containing license information
60
61* Fri Aug 15 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 019-2
62- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
63
64* Wed Jun 25 2014 John W. Linville <linville@redhat.com> 019-1
65- Update for b43-fwcutter-019
66- Fixup bad date in changelog for build 011-3
67
68* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 018-2
69- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
70
71* Fri Nov 22 2013 John W. Linville <linville@redhat.com> 018-1
72- Update for b43-fwcutter-018
73
74* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 017-3
75- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
76
77* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 017-2
78- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
79
80* Tue Oct 30 2012 John W. Linville <linville@redhat.com> 017-1
81- Update for b43-fwcutter-017
82
83* Tue Oct 30 2012 John W. Linville <linville@redhat.com> 016-1
84- Update URL and source location
85
86* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 015-3
87- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
88
89* Wed Mar 07 2012 John W. Linville <linville@redhat.com> 015-2
90- Rename README.Fedora to README.too
91
92* Tue Jan 24 2012 John W. Linville <linville@redhat.com> 015-1
93- Update for b43-fwcutter-015
94
95* Thu Jan 12 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 014-2
96- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
97
98* Wed Mar 23 2011 John W. Linville <linville@redhat.com> 014-1
99- Update for b43-fwcutter-014
100- Remove patch to add COPYING file (now in upstream repository)
101
102* Mon Feb 07 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 013-3
103- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
104
105* Mon Jul 26 2010 John W. Linville <linville@redhat.com> 013-2
106- Add COPYING file
107
108* Mon Apr 19 2010 John W. Linville <linville@redhat.com> 013-1
109- Update for b43-fwcutter-013
110
111* Fri Aug 28 2009 Bill Nottingham <notting@redhat.com> 012-2
112- Update with some patches from git
113
114* Mon Aug 24 2009 John W. Linville <linville@redhat.com> 012-1
115- Update for b43-fwcutter-012
116
117* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 011-6
118- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
119
120* Thu May  7 2009 Ville Skyttä <ville.skytta at iki.fi> - 011-5
121- Build with $RPM_OPT_FLAGS.
122
123* Mon Feb 23 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 011-4
124- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
125
126* Fri Feb 15 2008 John W. Linville <linville@redhat.com> 011-3
127- Update for b43-fwcutter-011
128
129* Mon Jan 21 2008 John W. Linville <linville@redhat.com> 010-2
130- Update for b43-fwcutter-010
131
132* Thu Aug 23 2007 John W. Linville <linville@redhat.com> 008-1
133- Import skeleton from bcm43xx-fwcutter-006-3
134- Initial build
Note: See TracBrowser for help on using the repository browser.