pcmciautils-vl.spec 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. Summary: PCMCIA utilities and initialization programs
  2. Summary(ja): PCMCIA 用のユーティリティおよび初期化プログラム
  3. Name: pcmciautils
  4. Version: 014
  5. Release: 1%{?_dist_release}
  6. Group: System Environment/Base
  7. License: GPL
  8. Url: http://www.kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html
  9. Source: http://www.kernel.org/pub/linux/utils/kernel/pcmcia/pcmciautils-%{version}.tar.bz2
  10. # patch fomr fc to fix build failure
  11. Patch0: pcmciautils-buildfix.patch
  12. # replace deprecated format
  13. Patch10: pcmciautils-012-modalias.patch
  14. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  15. ExclusiveArch: i386 x86_64 ia64 ppc ppc64
  16. BuildRequires: sysfsutils-devel >= 2.1.0
  17. BuildRequires: byacc
  18. Obsoletes: pcmcia-cs
  19. Obsoletes: kernel-pcmcia-cs
  20. Requires: udev >= 097, kernel >= 2.6.16
  21. %description
  22. The pcmciautils package contains utilities for initializing and
  23. debugging PCMCIA and Cardbus sockets.
  24. %description -l ja
  25. pcmciautils パッケージは PCMCIA および Cardbus ソケットのための
  26. 初期化およびデバッグ用のユーティリティが含まれています。
  27. %prep
  28. %setup -q
  29. %patch0 -p1 -b .buildfix
  30. %patch10 -p1 -b .modalias
  31. %build
  32. %__make %{?_smp_mflags}
  33. %install
  34. %__rm -rf $RPM_BUILD_ROOT
  35. %__make install DESTDIR=$RPM_BUILD_ROOT
  36. %clean
  37. %__rm -rf $RPM_BUILD_ROOT
  38. %files
  39. %defattr(-,root,root)
  40. %config(noreplace) %{_sysconfdir}/pcmcia/*.opts
  41. %{_sysconfdir}/udev/rules.d/*
  42. %{_syssbindir}/*
  43. %{_mandir}/man*/*
  44. %changelog
  45. * Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 014-1vl5
  46. - applied new versioning policy, spec in utf-8
  47. * Tue Sep 19 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 014-0vl1
  48. - new upstream release
  49. * Fri Mar 31 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 013-0vl1
  50. - new upstream release
  51. * Sun Mar 19 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 012-0vl3
  52. - add Patch10 to replace deprecated format from udev rules.
  53. * Fri Mar 17 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 012-0vl2
  54. - rebuilt
  55. * Thu Mar 16 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 012-0vl1
  56. - initial build for Vine Linux partially based on FC package
  57. - new upstream release
  58. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 011-1.2
  59. - bump again for double-long bug on ppc(64)
  60. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 011-1.1
  61. - rebuilt for new gcc4.1 snapshot and glibc changes
  62. * Tue Dec 13 2005 Bill Nottingham <notting@redhat.com> 011-1
  63. - update to 011, now ships with its own udev rules
  64. - remove pcmcia-cs provide
  65. * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
  66. - rebuilt
  67. * Sun Jul 24 2005 Bill Nottingham <notting@redhat.com> 007-1
  68. - further udev-related tweaks (#163311)
  69. * Thu Jul 21 2005 Bill Nottingham <notting@redhat.com> 006-2
  70. - udev patch - right idea, awful execution. fix that (#163311)
  71. - add requirement for 2.6.13-rc1, basically
  72. * Wed Jul 20 2005 Bill Nottingham <notting@redhat.com> 006-1
  73. - update to 006
  74. - link libsysfs statically
  75. * Fri Jul 08 2005 Bill Nottingham <notting@redhat.com> 005-1
  76. - initial packaging