]> git.pld-linux.org Git - packages/blktrace.git/commitdiff
up to 1.3.0 master auto/th/blktrace-1.3.0-1
authorJan Palus <atler@pld-linux.org>
Mon, 21 Jun 2021 10:57:57 +0000 (10:57 +0000)
committerJan Palus <atler@pld-linux.org>
Mon, 21 Jun 2021 10:58:19 +0000 (10:58 +0000)
- fixed shebang
- updated url to https

blktrace.spec

index 82c48cd89a4979b82144351efff89f61bc23f788..6fd862bc9a5dc05529c403d3154f7043fcc8e5c1 100644 (file)
@@ -1,12 +1,12 @@
 Summary:       Utilities for block layer I/O tracing
 Summary(pl.UTF-8):     Narzędzia do śledzenia we/wy warstwy blokowej
 Name:          blktrace
-Version:       1.1.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: f759d09e315dbdc0ce1010ee747c6893
+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)
@@ -27,12 +27,12 @@ warstwy blokowej.
 %prep
 %setup -q
 
-%{__sed} -i -e '1s, /usr/bin/env python,/usr/bin/python,' btt/b??_plot.py
+%{__sed} -i -e '1s, /usr/bin/env python,%{__python3},' btt/b??_plot.py
 
 %build
 %{__make} -j1 \
        CC="%{__cc}" \
-       CFLAGS="%{rpmcflags}" \
+       CFLAGS="%{rpmcflags} %{rpmcppflags}" \
        LDFLAGS="%{rpmldflags}"
 
 %install
@@ -65,6 +65,7 @@ rm -rf $RPM_BUILD_ROOT
 %{_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*
This page took 0.089696 seconds and 4 git commands to generate.