hal-info-vl.spec 2.7 KB

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