pcmciautils-vl.spec 3.0 KB

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