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:
parent
41cd6b140b
commit
622103d45b
7
.gitignore
vendored
7
.gitignore
vendored
@ -1,4 +1,3 @@
|
||||
virt-top-1.0.4.tar.gz
|
||||
/virt-top-1.0.5.tar.gz
|
||||
/virt-top-1.0.6.tar.gz
|
||||
/virt-top-1.0.7.tar.gz
|
||||
/.build*.log
|
||||
/clog
|
||||
/virt-top-*.tar.gz
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
74b71bfa5963b759303953c8079343b7 virt-top-1.0.7.tar.gz
|
||||
cdb61d35e64c78720082d58f8edfb9da virt-top-1.0.8.tar.gz
|
||||
|
@ -1,16 +1,14 @@
|
||||
%define opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)
|
||||
%define debug_package %{nil}
|
||||
%global opt %(test -x %{_bindir}/ocamlopt && echo 1 || echo 0)
|
||||
%global debug_package %{nil}
|
||||
|
||||
Name: virt-top
|
||||
Version: 1.0.7
|
||||
Release: 3%{?dist}
|
||||
Version: 1.0.8
|
||||
Release: 1%{?dist}
|
||||
Summary: Utility like top(1) for displaying virtualization stats
|
||||
|
||||
Group: Development/Libraries
|
||||
License: GPLv2+
|
||||
URL: http://people.redhat.com/~rjones/virt-top/
|
||||
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
|
||||
|
||||
BuildRequires: ocaml >= 3.10.2
|
||||
@ -23,7 +21,7 @@ BuildRequires: ocaml-xml-light-devel
|
||||
BuildRequires: ocaml-csv-devel
|
||||
BuildRequires: ocaml-calendar-devel
|
||||
# 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.
|
||||
BuildRequires: ocaml-gettext-devel >= 0.3.3
|
||||
@ -72,8 +70,6 @@ make -C virt-top virt-top.1
|
||||
|
||||
|
||||
%install
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
make DESTDIR=$RPM_BUILD_ROOT install
|
||||
|
||||
# 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
|
||||
|
||||
|
||||
%clean
|
||||
rm -rf $RPM_BUILD_ROOT
|
||||
|
||||
|
||||
%files -f %{name}.lang
|
||||
%defattr(-,root,root,-)
|
||||
%doc COPYING README TODO ChangeLog
|
||||
%{_bindir}/virt-top
|
||||
%{_mandir}/man1/virt-top.1*
|
||||
|
||||
|
||||
%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
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user