]> git.pld-linux.org Git - packages/aoetools.git/blame_incremental - aoetools.spec
- updated to 16
[packages/aoetools.git] / aoetools.spec
... / ...
CommitLineData
1Summary: AoE tools - programs for users of ATA over Ethernet
2Summary(pl.UTF-8): Narzędzia AoE - programy dla używających ATA over Ethernet
3Name: aoetools
4Version: 16
5Release: 0.1
6License: GPL v2
7Group: Base/Utilities
8Source0: http://dl.sourceforge.net/aoetools/%{name}-%{version}.tar.gz
9# Source0-md5: 15742876cb21c2b1196cd6772f401e81
10URL: http://aoetools.sourceforge.net/
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
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.
24
25%prep
26%setup -q
27
28%build
29%{__make} \
30 CC="%{__cc}" \
31 CFLAGS="%{rpmcflags} -Wall"
32
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)
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.091769 seconds and 4 git commands to generate.