Fix build; remove pdf building
This commit is contained in:
parent
d7ff07b24e
commit
554bdd5252
@ -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.5
|
Version: 1.0.5
|
||||||
Release: 3%{?dist}
|
Release: 4%{?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 texlive-latex dvipdfm
|
BuildRequires: libaio-devel python
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -25,7 +25,6 @@ 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}
|
||||||
@ -37,12 +36,14 @@ 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}/*
|
||||||
%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
|
||||||
|
* 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
|
* 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
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user