source: projects/specs/trunk/i/ipw2200-firmware/ipw2200-firmware-vl.spec @ 9481

Revision 9481, 2.3 KB checked in by inagaki, 9 years ago (diff)

2015-04-02 Ryoichi INAGAKI <ryo1@…>

  • MHonArc, ipw2200-firmware, xfce4-power-manager, xfdesktop: updated
  • ipw2100-firmware: rebuilt


Line 
1Summary:        Firmware for Intel® PRO/Wireless 2200 network adaptors
2Summary(ja):    Intel® PRO/Wireless 2200 ドライバ用ファームウェア
3Name:           ipw2200-firmware
4Version:        3.1
5Release:        1%{?_dist_release}
6
7License:        Redistributable, no modification permitted
8Group:          System Environment/Kernel
9URL:            http://ipw2200.sourceforge.net/firmware.php
10
11# License agreement must be displayed before download (referer protection)
12Source0:        ipw2200-fw-%{version}.tgz
13
14BuildRoot:      %{_tmppath}/%{name}-%{version}-root
15BuildArch:      noarch
16# This is so that the noarch packages only appears for these archs
17ExclusiveArch:  noarch i386 x86_64
18
19%description
20This package contains the firmware files required by the ipw2200 driver for
21Linux. Usage of the firmware is subject to the terms and conditions contained
22in %{_datadir}/doc/%{name}-%{version}/LICENSE.ipw2200-fw. Please read it
23carefully.
24
25%description -l ja
26このパッケージは Linux 用 Intel® PRO/Wireless 2200 ドライバに必要なファームウェアを含んでいます。ファームウェアの使用は %{_datadir}/doc/%{name}-%{version}/LICENSE.ipw2200-fw に含まれる内容により制限されています。
27このファームウェアを使用する場合はライセンスを必ず読んでください。
28
29%prep
30%setup -q -n ipw2200-fw-%{version}
31
32%install
33%__rm -rf $RPM_BUILD_ROOT
34%__mkdir_p $RPM_BUILD_ROOT/lib/firmware
35%__install -p -m644 *.fw $RPM_BUILD_ROOT/lib/firmware
36#__install -p -m644 LICENSE.ipw2200-fw $RPM_BUILD_ROOT/lib/firmware/ipw2200-LICENSE.txt
37
38
39%clean
40%__rm -rf ${RPM_BUILD_ROOT}
41
42
43%files
44%defattr(-,root,root)
45%doc LICENSE.ipw2200-fw
46/lib/firmware/*
47
48
49%changelog
50* Wed Apr  1 2015 Ryoichi INAGAKI <ryo1@toki.waseda.jp> 3.1-1
51- updated to 3.1
52- built on current VineSeed
53
54* Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 3.0-3
55- rebuilt with rpm-4.8.1-3
56
57* Sat Aug 16 2008 Shu KONNO <owa@bg.wakwak.com> 3.0-2vl5
58- use /lib/firmware instead of /%%{_lib}/firmware
59
60* Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 3.0-1vl5
61- applied new versioning policy, spec in utf-8
62
63* Mon Oct 22 2007 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 3.0-0vl1
64- new upstream release.
65
66* Wed Sep 06 2006 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 2.4-0vl2
67- fix typo of Group <BTS:VineLinux:148>.
68
69* Thu Jun 08 2006 Kazutaka HARADA <kazutaka@dc4.so-net.ne.jp> 2.4-0vl1
70- initial build for Vine Linux
Note: See TracBrowser for help on using the repository browser.