diff --git a/virt-top.spec b/virt-top.spec index 10d854c..f13f18d 100644 --- a/virt-top.spec +++ b/virt-top.spec @@ -3,7 +3,7 @@ Name: virt-top Version: 1.0.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Utility like top(1) for displaying virtualization stats Group: Development/Libraries @@ -24,13 +24,6 @@ BuildRequires: ocaml-csv-devel BuildRequires: ocaml-calendar-devel BuildRequires: ocaml-libvirt-devel -# Tortuous list of BRs for gettext. -BuildRequires: ocaml-gettext-devel >= 0.3.0 -BuildRequires: ocaml-fileutils-devel -%ifnarch ppc64 -BuildRequires: ocaml-camomile-data -%endif - # Non-OCaml BRs. BuildRequires: libvirt-devel BuildRequires: perl @@ -62,9 +55,6 @@ make opt strip virt-top/virt-top.opt %endif -# Build translations. -make -C po - # Force rebuild of man page. rm virt-top/virt-top.1 make -C virt-top virt-top.1 @@ -75,11 +65,6 @@ rm -rf $RPM_BUILD_ROOT make DESTDIR=$RPM_BUILD_ROOT install -# Install translations. -mkdir -p $RPM_BUILD_ROOT%{_datadir}/locale -make -C po install PODIR="$RPM_BUILD_ROOT%{_datadir}/locale" -%find_lang %{name} - # Install virt-top manpage by hand for now. mkdir -p $RPM_BUILD_ROOT%{_mandir}/man1 install -m 0644 virt-top/virt-top.1 $RPM_BUILD_ROOT%{_mandir}/man1 @@ -89,7 +74,7 @@ install -m 0644 virt-top/virt-top.1 $RPM_BUILD_ROOT%{_mandir}/man1 rm -rf $RPM_BUILD_ROOT -%files -f %{name}.lang +%files %defattr(-,root,root,-) %doc COPYING README TODO.virt-top ChangeLog %{_bindir}/virt-top @@ -97,6 +82,9 @@ rm -rf $RPM_BUILD_ROOT %changelog +* Tue May 20 2008 Richard W.M. Jones - 1.0.1-4 +- Disable ocaml-gettext. + * Tue May 20 2008 Richard W.M. Jones - 1.0.1-3 - ExcludeArch ppc64 (only for F-8).