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