]> git.pld-linux.org Git - packages/ioping.git/commitdiff
- new auto/th/ioping-0_6-1
authorAdam Gołębiowski <adamg@pld-linux.org>
Wed, 16 Nov 2011 21:10:07 +0000 (21:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ioping.spec -> 1.1

ioping.spec [new file with mode: 0644]

diff --git a/ioping.spec b/ioping.spec
new file mode 100644 (file)
index 0000000..f3ca4a6
--- /dev/null
@@ -0,0 +1,45 @@
+Summary:       simple disk I/O latency measuring tool
+Summary(pl.UTF-8):     proste narzędzie do badania opóźnień I/O dysku
+Name:          ioping
+Version:       0.6
+Release:       1
+License:       GPL v3+
+Group:         Applications
+Source0:       http://ioping.googlecode.com/files/%{name}-%{version}.tar.gz
+# Source0-md5: f96b382a6517c7eac744291b04b928b1
+URL:           http://code.google.com/p/ioping/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+This tool lets you monitor I/O latency in real time, in a way similar
+to how ping(1) does for network latency.
+
+
+%description -l pl.UTF-8
+To narzędzie pozwala na monitorowania opóźnień I/O w czasie
+rzeczywistym w sposób zbliżony do programu ping(1) mierzącego
+opóźnienia w sieci.
+
+%prep
+%setup -q
+
+%build
+%{__make} \
+       CFLAGS="%{rpmcflags} -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64" \
+       LDFLAGS="%{rpmldflags} -lm" \
+       CC="%{__cc}"
+
+%install
+rm -rf $RPM_BUILD_ROOT
+
+%{__make} install \
+       PREFIX="%{_prefix}" \
+       DESTDIR=$RPM_BUILD_ROOT
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
+%{_mandir}/man1/ioping.1*
+%attr(755,root,root) %{_bindir}/*
This page took 0.121534 seconds and 4 git commands to generate.