]> git.pld-linux.org Git - packages/blktrace.git/blobdiff - blktrace.spec
up to 1.3.0
[packages/blktrace.git] / blktrace.spec
index e127f02ad989dfd5e1a7dcea308c9b05e5f17c63..6fd862bc9a5dc05529c403d3154f7043fcc8e5c1 100644 (file)
@@ -1,38 +1,48 @@
-Summary:       utilities for block layer IO tracing
+Summary:       Utilities for block layer I/O tracing
+Summary(pl.UTF-8):     Narzędzia do śledzenia we/wy warstwy blokowej
 Name:          blktrace
-Version:       1.0.0
+Version:       1.3.0
 Release:       1
 License:       GPL v2+
 Group:         Applications/System
-Source0:       http://brick.kernel.dk/snaps/%{name}-%{version}.tar.bz2
-# Source0-md5: e58f359f6c27efe7043be19abb8b95ba
+Source0:       https://brick.kernel.dk/snaps/%{name}-%{version}.tar.bz2
+# Source0-md5: aa9bc7d76870d8dae56aa816527e8e15
+BuildRequires: libaio-devel
+BuildRequires: sed >= 4.0
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
 
 %description
-blktrace is a block layer IO tracing mechanism which provides detailed
-information about request queue operations up to user space. There are
-three major components that are provided:
+blktrace is a block layer I/O tracing mechanism which provides
+detailed information about request queue operations up to user space.
+This is valuable for diagnosing and fixing performance or application
+problems relating to block layer I/O.
 
-blktrace: A utility which transfers event traces from the kernel into
-either long-term on-disk storage, or provides direct formatted output
-(via blkparse).
-
-blkparse: A utility which formats events stored in files, or when run
-in live mode directly outputs data collected by blktrace.
+%description -l pl.UTF-8
+blktrace to mechanizm do śledzenia we/wy warstwy blokowej,
+zapewniający szczegółowe informacje o operacjach kolejki żądań dla
+przestrzeni użytkownika. Jest to bardzo przydatne przy diagnostyce i
+naprawianiu problemów z wydajnością lub aplikacjami związanych z we/wy
+warstwy blokowej.
 
 %prep
-%setup -q -n %{name}
+%setup -q
+
+%{__sed} -i -e '1s, /usr/bin/env python,%{__python3},' btt/b??_plot.py
 
 %build
-%{__make} \
+%{__make} -j1 \
        CC="%{__cc}" \
-       CFLAGS="%{rpmcflags}" \
+       CFLAGS="%{rpmcflags} %{rpmcppflags}" \
        LDFLAGS="%{rpmldflags}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
+%{__make} install \
+       DESTDIR=$RPM_BUILD_ROOT \
+       prefix=%{_prefix} \
+       mandir=%{_mandir}
 
-%{makeinstall}
+%{__mv} $RPM_BUILD_ROOT%{_bindir}/{bno_plot.py,bno_plot}
 
 %clean
 rm -rf $RPM_BUILD_ROOT
@@ -40,5 +50,25 @@ rm -rf $RPM_BUILD_ROOT
 %files
 %defattr(644,root,root,755)
 %doc README
-%attr(755,root,root) %{_bindir}/*
-%{_mandir}/man?/*
+%attr(755,root,root) %{_bindir}/blkiomon
+%attr(755,root,root) %{_bindir}/blkparse
+%attr(755,root,root) %{_bindir}/blkrawverify
+%attr(755,root,root) %{_bindir}/blktrace
+%attr(755,root,root) %{_bindir}/bno_plot
+%attr(755,root,root) %{_bindir}/btrace
+%attr(755,root,root) %{_bindir}/btrecord
+%attr(755,root,root) %{_bindir}/btreplay
+%attr(755,root,root) %{_bindir}/btt
+%attr(755,root,root) %{_bindir}/iowatcher
+%attr(755,root,root) %{_bindir}/verify_blkparse
+%{_mandir}/man1/blkparse.1*
+%{_mandir}/man1/blkrawverify.1*
+%{_mandir}/man1/bno_plot.1*
+%{_mandir}/man1/btt.1*
+%{_mandir}/man1/iowatcher.1*
+%{_mandir}/man1/verify_blkparse.1*
+%{_mandir}/man8/blkiomon.8*
+%{_mandir}/man8/blktrace.8*
+%{_mandir}/man8/btrace.8*
+%{_mandir}/man8/btrecord.8*
+%{_mandir}/man8/btreplay.8*
This page took 0.065141 seconds and 4 git commands to generate.