source: projects/specs/trunk/a/aoetools/aoetools-vl.spec @ 5954

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