[blktrace] Fix build; remove pdf building

Eric Sandeen sandeen at fedoraproject.org
Thu Mar 21 21:53:03 UTC 2013


commit 554bdd5252c0599d361aa4b6fa6ac2cd184be98e
Author: Eric Sandeen <sandeen at redhat.com>
Date:   Sat Mar 9 09:24:00 2013 -0600

    Fix build; remove pdf building

 blktrace.spec |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/blktrace.spec b/blktrace.spec
index 8b6c229..3e3b578 100644
--- a/blktrace.spec
+++ b/blktrace.spec
@@ -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 at 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 at lists.fedoraproject.org> - 1.0.5-3
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
 


More information about the scm-commits mailing list