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