New upstream version 1.0.8.

- Requires tiny change to ocaml-libvirt, hence dep bump.
- Clean up the spec file.
This commit is contained in:
Richard W.M. Jones 2012-10-12 13:55:00 +01:00
parent 41cd6b140b
commit 622103d45b
3 changed files with 14 additions and 19 deletions

7
.gitignore vendored
View File

@ -1,4 +1,3 @@
virt-top-1.0.4.tar.gz /.build*.log
/virt-top-1.0.5.tar.gz /clog
/virt-top-1.0.6.tar.gz /virt-top-*.tar.gz
/virt-top-1.0.7.tar.gz

View File

@ -1 +1 @@
74b71bfa5963b759303953c8079343b7 virt-top-1.0.7.tar.gz cdb61d35e64c78720082d58f8edfb9da virt-top-1.0.8.tar.gz

View File

@ -1,16 +1,14 @@
%define opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0) %global opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)
%define debug_package %{nil} %global debug_package %{nil}
Name: virt-top Name: virt-top
Version: 1.0.7 Version: 1.0.8
Release: 3%{?dist} Release: 1%{?dist}
Summary: Utility like top(1) for displaying virtualization stats Summary: Utility like top(1) for displaying virtualization stats
Group: Development/Libraries
License: GPLv2+ License: GPLv2+
URL: http://people.redhat.com/~rjones/virt-top/ URL: http://people.redhat.com/~rjones/virt-top/
Source0: http://people.redhat.com/~rjones/virt-top/files/%{name}-%{version}.tar.gz Source0: http://people.redhat.com/~rjones/virt-top/files/%{name}-%{version}.tar.gz
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
ExcludeArch: sparc64 s390 s390x ExcludeArch: sparc64 s390 s390x
BuildRequires: ocaml >= 3.10.2 BuildRequires: ocaml >= 3.10.2
@ -23,7 +21,7 @@ BuildRequires: ocaml-xml-light-devel
BuildRequires: ocaml-csv-devel BuildRequires: ocaml-csv-devel
BuildRequires: ocaml-calendar-devel BuildRequires: ocaml-calendar-devel
# Need support for virDomainGetCPUStats (fixed in 0.6.1.2). # Need support for virDomainGetCPUStats (fixed in 0.6.1.2).
BuildRequires: ocaml-libvirt-devel >= 0.6.1.2 BuildRequires: ocaml-libvirt-devel >= 0.6.1.2-5
# Tortuous list of BRs for gettext. # Tortuous list of BRs for gettext.
BuildRequires: ocaml-gettext-devel >= 0.3.3 BuildRequires: ocaml-gettext-devel >= 0.3.3
@ -72,8 +70,6 @@ make -C virt-top virt-top.1
%install %install
rm -rf $RPM_BUILD_ROOT
make DESTDIR=$RPM_BUILD_ROOT install make DESTDIR=$RPM_BUILD_ROOT install
# Install translations. # Install translations.
@ -86,18 +82,18 @@ mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1
install -m 0644 virt-top/virt-top.1 $RPM_BUILD_ROOT%{_mandir}/man1 install -m 0644 virt-top/virt-top.1 $RPM_BUILD_ROOT%{_mandir}/man1
%clean
rm -rf $RPM_BUILD_ROOT
%files -f %{name}.lang %files -f %{name}.lang
%defattr(-,root,root,-)
%doc COPYING README TODO ChangeLog %doc COPYING README TODO ChangeLog
%{_bindir}/virt-top %{_bindir}/virt-top
%{_mandir}/man1/virt-top.1* %{_mandir}/man1/virt-top.1*
%changelog %changelog
* Fri Oct 12 2012 Richard W.M. Jones <rjones@redhat.com> - 1.0.8-1
- New upstream version 1.0.8.
- Requires tiny change to ocaml-libvirt, hence dep bump.
- Clean up the spec file.
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.7-3 * Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.7-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild