aoetools-vl.spec 2.6 KB

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