]> git.pld-linux.org Git - packages/aoetools.git/blobdiff - aoetools.spec
- updated to 14
[packages/aoetools.git] / aoetools.spec
index 670ba05043343c0851cc6fd32092b3786e839941..0e141aa9fc4c1ab01b99c107b06a93c766a68271 100644 (file)
@@ -1,18 +1,13 @@
-#
-# TODO:
-#              - add devices to static-dev
-#              - vblade
-#
 Summary:       AoE tools - programs for users of ATA over Ethernet
+Summary(pl.UTF-8):     Narzędzia AoE - programy dla używających ATA over Ethernet
 Name:          aoetools
-Version:       1
+Version:       14
 Release:       0.1
 License:       GPL v2
 Group:         Base/Utilities
 Source0:       http://dl.sourceforge.net/aoetools/%{name}-%{version}.tar.gz
-# Source0-md5: e011ef5840d8ccc097d544ff0be33835
-URL:           http://aoetools.sf.net/
-BuildRequires: sed
+# Source0-md5: 592f9f031796b4f0b90166a8cd5f9e30
+URL:           http://aoetools.sourceforge.net/
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
@@ -21,10 +16,19 @@ network storage protocol, a simple protocol for using storage over an
 ethernet LAN. The vblade program (storage target) exports a block
 device using AoE.
 
+%description -l pl.UTF-8
+aoetools to programy dla używających protokołu sieciowego składowania
+danych ATA over Ethernet (AoE) - prostego protokołu do przechowywania
+danych za pośrednictwem lokalnej sieci ethernetowej. Program vblade
+(obiekt składowania) eksportuje urządzenie blokowe przy użyciu AoE.
+
 %prep
 %setup -q
 
 %build
+%{__make} \
+       CC="%{__cc}" \
+       CFLAGS="%{rpmcflags} -Wall"
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -37,14 +41,20 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc NEWS README
+%doc NEWS README TODO
 %attr(755,root,root) %{_sbindir}/aoe-discover
+%attr(755,root,root) %{_sbindir}/aoe-flush
 %attr(755,root,root) %{_sbindir}/aoe-interfaces
 %attr(755,root,root) %{_sbindir}/aoe-stat
 %attr(755,root,root) %{_sbindir}/aoe-mkdevs
 %attr(755,root,root) %{_sbindir}/aoe-mkshelf
-%{_mandir}/man?/aoe-discover*
-%{_mandir}/man?/aoe-interfaces*
-%{_mandir}/man?/aoe-stat*
-%{_mandir}/man8/aoe-mkdevs*
-%{_mandir}/man8/aoe-mkshelf*
+%attr(755,root,root) %{_sbindir}/aoe-revalidate
+%attr(755,root,root) %{_sbindir}/aoeping
+%{_mandir}/man8/aoe-discover.8*
+%{_mandir}/man8/aoe-flush.8*
+%{_mandir}/man8/aoe-interfaces.8*
+%{_mandir}/man8/aoe-stat.8*
+%{_mandir}/man8/aoe-mkdevs.8*
+%{_mandir}/man8/aoe-mkshelf.8*
+%{_mandir}/man8/aoe-revalidate.8*
+%{_mandir}/man8/aoeping.8*
This page took 0.125039 seconds and 4 git commands to generate.