From 235c4e55c8ec0568a699f37b013017a58eafd116 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Arkadiusz=20Mi=C5=9Bkiewicz?= Date: Thu, 1 Jan 2009 19:31:24 +0000 Subject: [PATCH] - initial Changed files: blktrace.spec -> 1.1 --- blktrace.spec | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 blktrace.spec diff --git a/blktrace.spec b/blktrace.spec new file mode 100644 index 0000000..e127f02 --- /dev/null +++ b/blktrace.spec @@ -0,0 +1,44 @@ +Summary: utilities for block layer IO tracing +Name: blktrace +Version: 1.0.0 +Release: 1 +License: GPL v2+ +Group: Applications/System +Source0: http://brick.kernel.dk/snaps/%{name}-%{version}.tar.bz2 +# Source0-md5: e58f359f6c27efe7043be19abb8b95ba +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: 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. + +%prep +%setup -q -n %{name} + +%build +%{__make} \ + CC="%{__cc}" \ + CFLAGS="%{rpmcflags}" \ + LDFLAGS="%{rpmldflags}" + +%install +rm -rf $RPM_BUILD_ROOT + +%{makeinstall} + +%clean +rm -rf $RPM_BUILD_ROOT + +%files +%defattr(644,root,root,755) +%doc README +%attr(755,root,root) %{_bindir}/* +%{_mandir}/man?/* -- 2.43.0