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

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