blktrace/blktrace.spec

63 lines
2.0 KiB
RPMSpec
Raw Normal View History

2007-09-04 21:19:25 +00:00
Summary: Utilities for performing block layer IO tracing in the linux kernel
Name: blktrace
Version: 0.0
2008-01-26 14:32:29 +00:00
Release: 0.8.20080103162505%{?dist}
2007-09-04 21:19:25 +00:00
License: GPLv2+
Group: Development/System
2008-01-26 14:32:29 +00:00
Source: http://brick.kernel.dk/snaps/blktrace-git-20080103162505.tar.gz
2007-09-04 21:19:25 +00:00
Url: http://brick.kernel.dk/snaps
2007-10-25 02:21:28 +00:00
BuildRequires: libaio-devel
2007-09-04 21:19:25 +00:00
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%description
blktrace is a block layer IO tracing mechanism which provides detailed
information about request queue operations to user space. This package
includes both blktrace, a utility which gathers event traces from the kernel;
and blkparse, a utility which formats trace data collected by blktrace.
You should install the blktrace package if you need to gather detailed
information about IO patterns.
%prep
%setup -q -n blktrace
%build
make CFLAGS="%{optflags}" all
%install
rm -rf %{buildroot}
make dest=%{buildroot} prefix=%{buildroot}/%{_prefix} mandir=%{buildroot}/usr/share/man install
%clean
rm -rf %{buildroot}
%files
%defattr(-,root,root)
%doc README COPYING
/usr/bin/*
%attr(0644,root,root) /usr/share/man/man1/*
%attr(0644,root,root) /usr/share/man/man8/*
%changelog
2008-01-26 14:32:29 +00:00
* Sat Jan 26 2008 Eric Sandeen <sandeen@redhat.com> - 0.0-0.8.20080103162505git
- New upstream version
2007-10-25 02:21:28 +00:00
* Wed Oct 24 2007 Eric Sandeen <sandeen@redhat.com> - 0.0-0.6.20071010202719git
- Add libaio-devel to BuildRequires
2007-10-24 22:36:55 +00:00
* Wed Oct 24 2007 Eric Sandeen <sandeen@redhat.com> - 0.0-0.5.20071010202719git
- New upstream version
2007-09-04 21:19:25 +00:00
* Wed Aug 15 2007 Eric Sandeen <sandeen@redhat.com> - 0.0-0.4.20070730162628git
- Fix up btt/Makefile to accept rpm's CFLAGS
* Tue Aug 14 2007 Eric Sandeen <sandeen@redhat.com> - 0.0-0.3.20070730162628git
- Just drop the pdf build, bloats the buildroot for such a simple tool
* Wed Aug 01 2007 Eric Sandeen <sandeen@redhat.com> - 0.0-0.2.20070730162628git
- Add ghostscript to BuildRequires, use attr macro for man pages
* Wed Aug 01 2007 Eric Sandeen <sandeen@redhat.com> - 0.0-0.1.20070730162628git
- New package, initial build.