pcmciautils-vl.spec 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  1. Summary: PCMCIA utilities and initialization programs
  2. Summary(ja): PCMCIA 用のユーティリティおよび初期化プログラム
  3. Name: pcmciautils
  4. Version: 018
  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://mirror.linux.org.au/linux/utils/kernel/pcmcia/%{name}-%{version}.tar.bz2
  10. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
  11. ExclusiveArch: %{ix86} x86_64 ia64 ppc ppc64
  12. BuildRequires: libsysfs-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. * Mon Jan 12 2015 Yoji TOYODA <bsyamato@sea.plala.or.jp> 018-1
  43. - update to 018
  44. - change BuildRequires: libsysfs-devel instead of sysfsutils-devel
  45. * Thu Apr 21 2011 Daisuke SUZUKI <daisuke@linux.or.jp> 017-1
  46. - update to 017
  47. - drop unneeded patches
  48. - add BR: flex
  49. * Fri Aug 15 2008 Shu KONNO <owa@bg.wakwak.com> 014-1vl5
  50. - applied new versioning policy, spec in utf-8
  51. * Tue Sep 19 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 014-0vl1
  52. - new upstream release
  53. * Fri Mar 31 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 013-0vl1
  54. - new upstream release
  55. * Sun Mar 19 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 012-0vl3
  56. - add Patch10 to replace deprecated format from udev rules.
  57. * Fri Mar 17 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 012-0vl2
  58. - rebuilt
  59. * Thu Mar 16 2006 Daisuke SUZUKI <daisuke@linux.or.jp> 012-0vl1
  60. - initial build for Vine Linux partially based on FC package
  61. - new upstream release
  62. * Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 011-1.2
  63. - bump again for double-long bug on ppc(64)
  64. * Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 011-1.1
  65. - rebuilt for new gcc4.1 snapshot and glibc changes
  66. * Tue Dec 13 2005 Bill Nottingham <notting@redhat.com> 011-1
  67. - update to 011, now ships with its own udev rules
  68. - remove pcmcia-cs provide
  69. * Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
  70. - rebuilt
  71. * Sun Jul 24 2005 Bill Nottingham <notting@redhat.com> 007-1
  72. - further udev-related tweaks (#163311)
  73. * Thu Jul 21 2005 Bill Nottingham <notting@redhat.com> 006-2
  74. - udev patch - right idea, awful execution. fix that (#163311)
  75. - add requirement for 2.6.13-rc1, basically
  76. * Wed Jul 20 2005 Bill Nottingham <notting@redhat.com> 006-1
  77. - update to 006
  78. - link libsysfs statically
  79. * Fri Jul 08 2005 Bill Nottingham <notting@redhat.com> 005-1
  80. - initial packaging