source: projects/specs/branches/6/a/aoetools/aoetools-vl.spec @ 521

Revision 521, 2.6 KB checked in by daisuke, 14 years ago (diff)

import VineSeed package specs

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