- New upstream version (now with actual versioning!)
This commit is contained in:
parent
aa7e978c02
commit
90c5f1a35a
@ -1 +1 @@
|
||||
blktrace-git-20080103162505.tar.gz
|
||||
blktrace-1.0.0.tar.bz2
|
||||
|
@ -1,13 +1,14 @@
|
||||
Summary: Utilities for performing block layer IO tracing in the linux kernel
|
||||
Name: blktrace
|
||||
Version: 0.0
|
||||
Release: 0.9.20080103162505%{?dist}
|
||||
Version: 1.0.0
|
||||
Release: 1%{?dist}
|
||||
License: GPLv2+
|
||||
Group: Development/System
|
||||
Source: http://brick.kernel.dk/snaps/blktrace-git-20080103162505.tar.gz
|
||||
Source: http://brick.kernel.dk/snaps/blktrace-%{version}.tar.bz2
|
||||
Url: http://brick.kernel.dk/snaps
|
||||
|
||||
BuildRequires: libaio-devel
|
||||
Requires: python
|
||||
BuildRequires: libaio-devel python
|
||||
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
|
||||
|
||||
%description
|
||||
@ -35,11 +36,15 @@ rm -rf %{buildroot}
|
||||
%files
|
||||
%defattr(-,root,root)
|
||||
%doc README COPYING
|
||||
/usr/bin/*
|
||||
%{_bindir}/*
|
||||
%exclude %{_bindir}/bno_plot.py[co]
|
||||
%attr(0644,root,root) /usr/share/man/man1/*
|
||||
%attr(0644,root,root) /usr/share/man/man8/*
|
||||
|
||||
%changelog
|
||||
* Sun Nov 02 2008 Eric Sandeen <sandeen@redhat.com> - 1.0.0-1
|
||||
- New upstream version (now with actual versioning!)
|
||||
|
||||
* Fri Feb 08 2008 Eric Sandeen <sandeen@redhat.com> - 0.0-0.9.20080103162505git
|
||||
- gcc-4.3 rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user