source: projects/specs/trunk/h/hal-info/hal-info-vl.spec @ 3534

Revision 3534, 2.7 KB checked in by owa, 13 years ago (diff)

rebuit

Line 
1Summary: Device information files for HAL
2Summary(ja): HAL 用のデバイス情報ファイル
3Name: hal-info
4Version: 20091130
5Release: 3%{?_dist_release}
6License: AFL or GPLv2
7Group: System Environment/Libraries
8URL: http://www.freedesktop.org/Software/hal
9Source0: http://hal.freedesktop.org/releases/%{name}-%{version}.tar.bz2
10
11# OLPC
12Source10: 30-keymap-olpc.fdi
13# TrackPoint wheel settings
14SOURCE11: 30-trackpoint.fdi
15
16
17Patch10: hal-info-20091130-add-devices.patch
18
19BuildRoot: %{_tmppath}/%{name}-%{version}-root
20BuildArch: noarch
21Requires: hal >= 0.5.10
22BuildRequires: hal-devel >= 0.5.10
23
24%description
25The hal-info package contains various device information files (also
26known as .fdi files) for the hal package.
27
28
29%prep
30%setup -q
31%patch10 -p1 -b .add-devices
32
33%build
34%configure \
35  --enable-killswitch-dell-wlan=no \
36  --enable-killswitch-dell-bluetooth=no \
37  --enable-killswitch-dell-wwan=no
38
39%install
40make install DESTDIR=$RPM_BUILD_ROOT
41
42# OLPC keys FDI file
43install -D -m 0644 %{SOURCE10} $RPM_BUILD_ROOT%{_datadir}/hal/fdi/information/10freedesktop/30-keymap-olpc.fdi
44# TrackPoint wheel
45install -D -m 0644 %{SOURCE11} $RPM_BUILD_ROOT%{_datadir}/hal/fdi/information/10freedesktop/30-trackpoint.fdi
46
47%clean
48rm -rf $RPM_BUILD_ROOT
49
50
51%files
52%defattr(-,root,root,-)
53%doc AUTHORS COPYING ChangeLog
54%{_datadir}/hal/fdi/information/10freedesktop/*.fdi
55%{_datadir}/hal/fdi/preprobe/10osvendor/*.fdi
56
57
58%changelog
59* Sun Apr 17 2011 Shu KONNO <owa@bg.wakwak.com> 20091130-3
60- rebuilt with rpm-4.8.1-3
61
62* Mon Feb 15 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 20091130-2
63- add ONDA ZTE MF636 modem
64
65* Fri Feb 12 2010 Daisuke SUZUKI <daisuke@linux.or.jp> 20091130-1
66- update to 20091130
67- disable Dell native rf killswitches
68- update Patch10 to support D02NE
69
70* Wed Aug 05 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 20090716-1
71- update to 20090716
72- add Patch11 to probe emobile mode as cdma modem.
73
74* Thu Jul 09 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 20090414-1
75- update to 20090414
76- add Patch1 to support Media key on DELL USB keyboard.
77- add 30-keymap-olpc.fdi for OLPC keymap
78- add 30-trackpoint.fdi for TrackPoint wheel settings
79
80* Fri Mar 27 2009 Daisuke SUZUKI <daisuke@linux.or.jp> 20090309-1
81- update to 20090309
82
83* Wed Oct 22 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 20081013-1
84- update to 20081013
85
86* Mon Aug 04 2008 Daisuke SUZUKI <daisuke@linux.or.jp> 20080607-1
87- update to 20080607
88- add bmobile modem card to 10-modem,fdi
89
90* Fri Jun 27 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.og> 20080508-1
91- updated to 20080508
92
93* Sun Aug 19 2007 Ryoichi INAGAKI <ryo1@bc.wakwak.com> 20070618-0vl1
94- source as of 20070618
95
96* Sat Apr 28 2007 Daisuke SUZUKI <daisuke@linux.or.jp> 20070425-0vl1
97- initial build for Vine Linux
98
99* Tue Apr 17 2007 David Zeuthen <davidz@redhat.com> - 20070402-1
100- Initial build.
Note: See TracBrowser for help on using the repository browser.