rpms/blktrace/devel blktrace.spec,1.6,1.7

Eric Sandeen sandeen at fedoraproject.org
Tue Feb 17 17:22:44 UTC 2009


Author: sandeen

Update of /cvs/pkgs/rpms/blktrace/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv7574

Modified Files:
	blktrace.spec 
Log Message:
* Tue Feb 17 2009 Eric Sandeen <sandeen at redhat.com> - 1.0.0-2
- Build PDF documentation after all



Index: blktrace.spec
===================================================================
RCS file: /cvs/pkgs/rpms/blktrace/devel/blktrace.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- blktrace.spec	6 Nov 2008 15:38:59 -0000	1.6
+++ blktrace.spec	17 Feb 2009 17:22:14 -0000	1.7
@@ -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 @@
 
 %build
 make CFLAGS="%{optflags}" all
+make CFLAGS="%{optflags}" docs
 
 %install
 rm -rf %{buildroot}
@@ -36,12 +37,16 @@
 %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 at redhat.com> - 1.0.0-2
+- Build PDF documentation after all
+
 * Sun Nov 02 2008 Eric Sandeen <sandeen at redhat.com> - 1.0.0-1
 - New upstream version (now with actual versioning!)
 




More information about the fedora-extras-commits mailing list