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