From a93c97ce60a264d7c09d196490dd144bdb09aa2d Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Thu, 1 Jan 1970 00:00:00 +0000 Subject: [PATCH] Rename win32 binaries. --- virt-top/mingw32-virt-top.spec | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/virt-top/mingw32-virt-top.spec b/virt-top/mingw32-virt-top.spec index a89cbca..5ee680d 100644 --- a/virt-top/mingw32-virt-top.spec +++ b/virt-top/mingw32-virt-top.spec @@ -6,7 +6,7 @@ Name: mingw32-virt-top Version: 1.0.3 -Release: 3%{?dist} +Release: 4%{?dist} Summary: MinGW Windows port of top(1) for virtualization stats License: GPLv2+ @@ -24,7 +24,7 @@ Patch1000: virt-top-1.0.3-link-pdcurses.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) BuildArch: noarch -BuildRequires: mingw32-filesystem >= 35 +BuildRequires: mingw32-filesystem >= 43-6 BuildRequires: mingw32-gcc BuildRequires: mingw32-binutils @@ -92,6 +92,8 @@ export OCAMLFIND_CONF=%{_sysconfdir}/%{_mingw32_target}-ocamlfind.conf make DESTDIR=$RPM_BUILD_ROOT install +# Rename win32 native binaries +mv $RPM_BUILD_ROOT%{_mingw32_bindir}/virt-top $RPM_BUILD_ROOT%{_mingw32_bindir}/virt-top.exe %clean rm -rf $RPM_BUILD_ROOT @@ -99,10 +101,13 @@ rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) -%{_mingw32_bindir}/virt-top +%{_mingw32_bindir}/virt-top.exe %changelog +* Tue Jan 27 2009 Levente Farkas - 1.0.3-4 +- Rename win32 binaries. + * Sat Jan 24 2009 Richard W.M. Jones - 1.0.3-3 - PDcurses library was renamed to libpdcurses.dll -- 1.8.3.1