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