aoetools-vl.spec 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. Name: aoetools
  2. Version: 29
  3. Release: 1%{?_dist_release}
  4. Summary: ATA over Ethernet Tools
  5. Summary(ja): ATA over Ethernet ツール
  6. Group: System Environment/Base
  7. License: GPLv2
  8. URL: http://sourceforge.net/projects/aoetools/
  9. Source0: http://dl.sf.net/%{name}/%{name}-%{version}.tar.gz
  10. Source1: 60-aoe.rules
  11. Patch0: %{name}-makefile.patch
  12. BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
  13. %description
  14. The aoetools are programs that assist in using ATA over Ethernet on
  15. systems with version 2.6 Linux kernels.
  16. %description -l ja
  17. aoetools には、Linux カーネル 2.6 で ATA over Ethernet を利用する際に
  18. 使われるプログラムが収録されています。
  19. %prep
  20. %setup -q
  21. %patch0 -p1
  22. %build
  23. make %{?_smp_mflags} CFLAGS="${RPM_OPT_FLAGS}"
  24. %install
  25. rm -rf ${RPM_BUILD_ROOT}
  26. make install DESTDIR=${RPM_BUILD_ROOT}
  27. mkdir -p ${RPM_BUILD_ROOT}%{_sysconfdir}/udev/rules.d/
  28. install -m 644 %{SOURCE1} ${RPM_BUILD_ROOT}%{_sysconfdir}/udev/rules.d/
  29. %clean
  30. rm -rf ${RPM_BUILD_ROOT}
  31. %files
  32. %defattr(-,root,root,-)
  33. %doc COPYING HACKING NEWS README devnodes.txt
  34. %{_sysconfdir}/udev/rules.d/*
  35. %{_sbindir}/aoe*
  36. %{_sbindir}/coraid-update
  37. %{_mandir}/man8/aoe*.8*
  38. %{_mandir}/man8/coraid-update.8*
  39. %changelog
  40. * Mon Jan 26 2009 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 29-1
  41. - new upstream release
  42. * Mon Sep 22 2008 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 27-1
  43. - new upstream release
  44. * Sun Sep 14 2008 Shu KONNO <owa@bg.wakwak.com> 21-2vl5
  45. - applied new versioning policy, spec in utf-8
  46. * Thu Dec 06 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 21-1vl4
  47. - add SOURCE1 (udev rules for aoe)
  48. * Tue Dec 04 2007 MATSUBAYASHI Kohji <shaolin@vinelinux.org> 21-1vl2
  49. - initial package for VineSeed
  50. * Fri Nov 30 2007 Patrick "Jima" Laughton <jima@beer.tclug.org> 21-1
  51. - New upstream release
  52. * Wed Aug 22 2007 Patrick "Jima" Laughton <jima@beer.tclug.org> 18-1
  53. - New upstream release
  54. - License clarification
  55. * Tue Jun 12 2007 Patrick "Jima" Laughton <jima@beer.tclug.org> 16-1
  56. - New upstream release (bugfix)
  57. * Mon Apr 09 2007 Patrick "Jima" Laughton <jima@beer.tclug.org> 15-1
  58. - Figures, NOW I notice the new version
  59. - Adapted/removed patches (most fixes moved upstream, thanks!)
  60. * Mon Apr 09 2007 Patrick "Jima" Laughton <jima@beer.tclug.org> 14-3
  61. - Added devnodes.txt to %%doc
  62. - Importing into CVS
  63. * Sat Apr 07 2007 Patrick "Jima" Laughton <jima@beer.tclug.org> 14-2
  64. - Added CFLAGS="$RPM_OPT_FLAGS" to building (thanks Chris!)
  65. * Wed Apr 04 2007 Patrick "Jima" Laughton <jima@beer.tclug.org> 14-1
  66. - Initial Fedora RPM