From 554bdd5252c0599d361aa4b6fa6ac2cd184be98e Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Sat, 9 Mar 2013 09:24:00 -0600 Subject: [PATCH] Fix build; remove pdf building --- blktrace.spec | 9 +++++---- 1 file 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 - 1.0.5-4 +- Remove tex->pdf doc build, fix build & lighten up buildreqs + * Wed Feb 13 2013 Fedora Release Engineering - 1.0.5-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild