Compare commits

..

6 commits

Author SHA1 Message Date
Jerry James
c72a1f45b7 Fix a changelog entry 2026-01-13 20:55:21 -07:00
Richard W.M. Jones
8a797311d9 OCaml 5.4.0 rebuild 2025-10-14 20:53:52 +01:00
Fedora Release Engineering
4fde25577d Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild 2025-07-25 20:08:59 +00:00
Jerry James
9408e4cecd Rebuild to fix OCaml dependencies
- Change http URLs to https
2025-07-12 16:37:42 -06:00
Richard W.M. Jones
a01d2f0db3 Enable ocaml-gettext again 2025-04-03 09:47:56 +01:00
Richard W.M. Jones
7f256431dc Remove unused patch lines
Fixes: commit 2db015db27
2025-02-28 11:56:26 +00:00

View file

@ -3,7 +3,7 @@ ExcludeArch: %{ix86}
Name: virt-top
Version: 1.1.2
Release: 1%{?dist}
Release: 5%{?dist}
Summary: Utility like top(1) for displaying virtualization stats
License: GPL-2.0-or-later
@ -12,9 +12,9 @@ License: GPL-2.0-or-later
ExcludeArch: %{power64}
%endif
URL: http://people.redhat.com/~rjones/virt-top/
Source0: http://people.redhat.com/~rjones/virt-top/files/%{name}-%{version}.tar.gz
Source1: http://people.redhat.com/~rjones/virt-top/files/%{name}-%{version}.tar.gz.sig
URL: https://people.redhat.com/~rjones/virt-top/
Source0: https://people.redhat.com/~rjones/virt-top/files/%{name}-%{version}.tar.gz
Source1: https://people.redhat.com/~rjones/virt-top/files/%{name}-%{version}.tar.gz.sig
# Post-process output of CSV file (RHBZ#665817, RHBZ#912020).
Source2: processcsv.py
@ -36,11 +36,7 @@ BuildRequires: ocaml-findlib-devel
BuildRequires: ocaml-curses-devel >= 1.0.3-7
BuildRequires: ocaml-calendar-devel
BuildRequires: ocaml-libvirt-devel >= 0.6.1.5
%if 0%{?fedora} <= 42
# Disable ocaml-gettext-devel in Rawhide temporarily.
# https://src.fedoraproject.org/rpms/ocaml-gettext/pull-request/3
BuildRequires: ocaml-gettext-devel >= 0.3.3
%endif
BuildRequires: ocaml-fileutils-devel
# For msgfmt:
BuildRequires: gettext
@ -70,12 +66,6 @@ different virtualization systems.
%if 0%{?rhel} >= 6
%patch -P1 -p1
%endif
%patch -P2 -p1
%patch -P3 -p1
%patch -P4 -p1
%ifnarch %{ocaml_native_compiler}
%patch -P5 -p1
%endif
# "ocamlfind byte" has been removed as an alias
sed -i 's/\(OCAMLBEST=\)byte/\1ocamlc/' configure
@ -128,6 +118,19 @@ install -m 0644 processcsv.py.1 $RPM_BUILD_ROOT%{_mandir}/man1/
%changelog
* Tue Oct 14 2025 Richard W.M. Jones <rjones@redhat.com> - 1.1.2-5
- OCaml 5.4.0 rebuild
* Fri Jul 25 2025 Fedora Release Engineering <releng@fedoraproject.org> - 1.1.2-4
- Rebuilt for https://fedoraproject.org/wiki/Fedora_43_Mass_Rebuild
* Mon Jul 07 2025 Jerry James <loganjerry@gmail.com> - 1.1.2-3
- Rebuild to fix OCaml dependencies
- Change http URLs to https
* Thu Apr 03 2025 Richard W.M. Jones <rjones@redhat.com> - 1.1.2-2
- Enable ocaml-gettext again
* Fri Feb 28 2025 Richard W.M. Jones <rjones@redhat.com> - 1.1.2-1
- New upstream version 1.1.2
- Disable gettext support in Fedora Rawhide