]> git.pld-linux.org Git - packages/aoetools.git/blob - aoetools.spec
- pl, noarch
[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 Summary(pl):    Narzêdzia AoE - programy dla u¿ywaj±cych ATA over Ethernet
8 Name:           aoetools
9 Version:        1
10 Release:        0.1
11 License:        GPL v2
12 Group:          Base/Utilities
13 Source0:        http://dl.sourceforge.net/aoetools/%{name}-%{version}.tar.gz
14 # Source0-md5:  e011ef5840d8ccc097d544ff0be33835
15 URL:            http://aoetools.sf.net/
16 BuildArch:      noarch
17 BuildRoot:      %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
18
19 %description
20 The aoetools are programs for users of the ATA over Ethernet (AoE)
21 network storage protocol, a simple protocol for using storage over an
22 ethernet LAN. The vblade program (storage target) exports a block
23 device using AoE.
24
25 %description -l pl
26 aoetools to programy dla u¿ywajacych protoko³u sieciowego
27 sk³adowania danych ATA over Ethernet (AoE) - prostego protoko³u do
28 przechowywania danych za po¶rednictwem lokalnej sieci ethernetowej.
29 Program vblade (obiekt sk³adowania) eksportuje urz±dzenie blokowe przy
30 u¿yciu AoE.
31
32 %prep
33 %setup -q
34
35 %install
36 rm -rf $RPM_BUILD_ROOT
37
38 %{__make} install \
39         PREFIX=$RPM_BUILD_ROOT
40
41 %clean
42 rm -rf $RPM_BUILD_ROOT
43
44 %files
45 %defattr(644,root,root,755)
46 %doc NEWS README
47 %attr(755,root,root) %{_sbindir}/aoe-discover
48 %attr(755,root,root) %{_sbindir}/aoe-interfaces
49 %attr(755,root,root) %{_sbindir}/aoe-stat
50 %attr(755,root,root) %{_sbindir}/aoe-mkdevs
51 %attr(755,root,root) %{_sbindir}/aoe-mkshelf
52 %{_mandir}/man8/aoe-discover.8*
53 %{_mandir}/man8/aoe-interfaces.8*
54 %{_mandir}/man8/aoe-stat.8*
55 %{_mandir}/man8/aoe-mkdevs.8*
56 %{_mandir}/man8/aoe-mkshelf.8*
This page took 0.070368 seconds and 4 git commands to generate.