Fix build; remove pdf building

This commit is contained in:
Eric Sandeen 2013-03-09 09:24:00 -06:00
parent d7ff07b24e
commit 554bdd5252

View File

@ -1,14 +1,14 @@
Summary: Utilities for performing block layer IO tracing in the linux kernel
Name: blktrace
Version: 1.0.5
Release: 3%{?dist}
Release: 4%{?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 texlive-latex dvipdfm
BuildRequires: libaio-devel python
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%description
@ -25,7 +25,6 @@ information about IO patterns.
%build
make CFLAGS="%{optflags}" all
make CFLAGS="%{optflags}" docs
%install
rm -rf %{buildroot}
@ -37,12 +36,14 @@ rm -rf %{buildroot}
%files
%defattr(-,root,root)
%doc README COPYING
%doc btt/doc/btt.pdf btreplay/doc/btreplay.pdf doc/blktrace.pdf
%{_bindir}/*
%attr(0644,root,root) /usr/share/man/man1/*
%attr(0644,root,root) /usr/share/man/man8/*
%changelog
* Thu Mar 21 2013 Eric Sandeen <sandeen@redhat.com> - 1.0.5-4
- Remove tex->pdf doc build, fix build & lighten up buildreqs
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.5-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild