]> git.pld-linux.org Git - packages/aoetools.git/blob - aoetools.spec
- missing some files in %files
[packages/aoetools.git] / aoetools.spec
1 #
2 # TODO:
3 #               - add devices to static-dev
4 #               - vblade
5 #
6 Summary:        AoE tools - programs for users of ATA over Ethernet
7 Name:           aoetools
8 Version:        1
9 Release:        0.1
10 License:        GPL v2
11 Group:          Base/Utilities
12 Source0:        http://dl.sourceforge.net/aoetools/%{name}-%{version}.tar.gz
13 # Source0-md5:  e011ef5840d8ccc097d544ff0be33835
14 URL:            http://aoetools.sf.net/
15 BuildRequires:  sed
16 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
17
18 %description
19 The aoetools are programs for users of the ATA over Ethernet (AoE)
20 network storage protocol, a simple protocol for using storage over an
21 ethernet LAN. The vblade program (storage target) exports a block
22 device using AoE.
23
24 %prep
25 %setup -q
26
27 %build
28
29 %install
30 rm -rf $RPM_BUILD_ROOT
31
32 %{__make} install \
33         PREFIX=$RPM_BUILD_ROOT
34
35 %clean
36 rm -rf $RPM_BUILD_ROOT
37
38 %files
39 %defattr(644,root,root,755)
40 %doc NEWS README
41 %attr(755,root,root) %{_sbindir}/aoe-discover
42 %attr(755,root,root) %{_sbindir}/aoe-interfaces
43 %attr(755,root,root) %{_sbindir}/aoe-stat
44 %attr(755,root,root) %{_sbindir}/aoe-mkdevs
45 %attr(755,root,root) %{_sbindir}/aoe-mkshelf
46 %{_mandir}/man?/aoe-discover*
47 %{_mandir}/man?/aoe-interfaces*
48 %{_mandir}/man?/aoe-stat*
49 %{_mandir}/man8/aoe-mkdevs*
50 %{_mandir}/man8/aoe-mkshelf*
This page took 0.216622 seconds and 3 git commands to generate.