]> git.pld-linux.org Git - packages/aoetools.git/blob - aoetools.spec
- unify sourceforge url
[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:        5
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:  92412c457f2926c23ac6ca8f38b72fe8
15 URL:            http://aoetools.sourceforge.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¿ywaj±cych protoko³u sieciowego sk³adowania
27 danych ATA over Ethernet (AoE) - prostego protoko³u do przechowywania
28 danych za po¶rednictwem lokalnej sieci ethernetowej. Program vblade
29 (obiekt sk³adowania) eksportuje urz±dzenie blokowe przy u¿yciu AoE.
30
31 %prep
32 %setup -q
33
34 %install
35 rm -rf $RPM_BUILD_ROOT
36
37 %{__make} install \
38         PREFIX=$RPM_BUILD_ROOT
39
40 %clean
41 rm -rf $RPM_BUILD_ROOT
42
43 %files
44 %defattr(644,root,root,755)
45 %doc NEWS README
46 %attr(755,root,root) %{_sbindir}/aoe-discover
47 %attr(755,root,root) %{_sbindir}/aoe-interfaces
48 %attr(755,root,root) %{_sbindir}/aoe-stat
49 %attr(755,root,root) %{_sbindir}/aoe-mkdevs
50 %attr(755,root,root) %{_sbindir}/aoe-mkshelf
51 %attr(755,root,root) %{_sbindir}/aoeping
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*
57 %{_mandir}/man8/aoeping.8*
This page took 0.054518 seconds and 3 git commands to generate.