- Build PDF documentation after all
This commit is contained in:
parent
90c5f1a35a
commit
d0badaf2d7
@ -1,14 +1,14 @@
|
||||
Summary: Utilities for performing block layer IO tracing in the linux kernel
|
||||
Name: blktrace
|
||||
Version: 1.0.0
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Development/System
|
||||
Source: http://brick.kernel.dk/snaps/blktrace-%{version}.tar.bz2
|
||||
Url: http://brick.kernel.dk/snaps
|
||||
|
||||
Requires: python
|
||||
BuildRequires: libaio-devel python
|
||||
BuildRequires: libaio-devel python texlive-latex dvipdfm
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
%description
|
||||
@ -25,6 +25,7 @@ information about IO patterns.
|
||||
|
||||
%build
|
||||
make CFLAGS="%{optflags}" all
|
||||
make CFLAGS="%{optflags}" docs
|
||||
|
||||
%install
|
||||
rm -rf %{buildroot}
|
||||
@ -36,12 +37,16 @@ rm -rf %{buildroot}
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc README COPYING
|
||||
%doc btt/doc/btt.pdf btreplay/doc/btreplay.pdf doc/blktrace.pdf
|
||||
%{_bindir}/*
|
||||
%exclude %{_bindir}/bno_plot.py[co]
|
||||
%attr(0644,root,root) /usr/share/man/man1/*
|
||||
%attr(0644,root,root) /usr/share/man/man8/*
|
||||
|
||||
%changelog
|
||||
* Tue Feb 17 2009 Eric Sandeen <sandeen@redhat.com> - 1.0.0-2
|
||||
- Build PDF documentation after all
|
||||
|
||||
* Sun Nov 02 2008 Eric Sandeen <sandeen@redhat.com> - 1.0.0-1
|
||||
- New upstream version (now with actual versioning!)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user